Hello!<br>
<br>
I am trying to send MPEG4 stream using live555 library.<br>
<br>
I have created my program based on testOnDemandRTSPServer example. I am using<br>
VLC player as RTSP client.<br>
But when I connect to my app I cannot see correct<br>
MPEG4 stream. VLC player prints following errors:<br>
<br>
<br>
MultiFramedRTPSource::<div id=":ci">doGetNextFrame1(): The total received frame size exceeds<br>
the client's buffer size (131072).<br>
928 bytes of trailing data will be dropped!<br>
ac-tex damaged at 7 0<br>
Error at MB: 7<br>
MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds<br>
the client's buffer size (262144).<br>
692 bytes of trailing data will be dropped!<br>
warning: first frame is no keyframe<br>
MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds<br>
the client's buffer size (524288).<br>
1248 bytes of trailing data will be dropped!<br>
ac-tex damaged at 14 4<br>
Error at MB: 106<br>
<br>
<br>
I am sure that VLC player's decoder is working correctly, because if I create<br>
m4v file using MPEG4 stream from encoder,<br>
VLC can play this file without any errors.<br>
<br>
Thanks in advance!</div>