Hi all,<br>create two applications that send H264. First I create one that send broadcast and then I create my own subclass H264Session and I do a video on demand application. Well, all of this works fine but I have some problems. I usually used a .sdp in VLC Player to open the stream that I send broadcast, but now I&#39;m using directly RTSP to connect both (video on demand and broadcast) and it works, but VLC player shows many messages like:
<br><br>ffmpeg warning: Unknown NAL code: 26<br>&nbsp;(h264@00B914C0)<br><br>I sed exactly the same using RTSP &amp; SDP in VLC, but this messages only appear when I use RTSP to connect to my application.<br><br>Do you know what&#39;s the problem? Is it a VLC problem?
<br><br>Thanks in advance,<br><br>Ramon<br><br>