Hello,
On the rc interface when I launch vlc with this command :
vlc --extraintf="rc" myIPStream :sout=#duplicate{dst=std{access=file,mux=mp4,url="d:\temp\video.mpg"}}
I got this message :
MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (65536). 164 bytes of trailing data will be dropped!
What does it means? How can I correct this?
Thanks,