<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><p dir="LTR"><span lang="en-us"><font face="Calibri">></font></span><span lang="en-us"><font face="Calibri">Initially, when debugging your server, you should use "testRTSPClient" - rather than VLC - as your RTSP client.  ("testRTSPClient" will tell you a lot more about what's going on.)  Please post the output from running "testRTSPClient" on your stream.</font></span></p><p dir="LTR"><span lang="en-us"><font face="Calibri">user@ubuntu:~/live555/testProgs$ ./testRTSPClient <a href="rtsp://10.0.0.23:8554/vencVideoTest">rtsp://10.0.0.23:8554/vencVideoTest</a></font></span></p><p dir="LTR"><span lang="en-us"><font face="Calibri">Opening connection to 10.0.0.23, port 8554...</font></span></p><p dir="LTR"><span lang="en-us"><font face="Calibri">...remote connection opened</font></span></p></blockquote>[...]<br><blockquote type="cite"><div><p dir="LTR"><span style="font-family: Calibri; ">[URL:"<a href="rtsp://10.0.0.23:8554/vencVideoTest/">rtsp://10.0.0.23:8554/vencVideoTest/</a>"]: Started playing session...</span></p><p dir="LTR"><span lang="en-us"><font face="Calibri">^C </font></span></p></div></blockquote><div>I presume that you're <control>-C'ing the application here because it doesn't report receiving any data.  Is the client computer on the same LAN as the server?  (Make sure that it's not behind a firewall that's blocking UDP packets.)</div><div><br></div><div>But assuming that there's nothing that would stop UDP packets from reaching the client, then the server must not be transmitting them, for some reason.  The only thing (as far as I can tell) that could be causing that to happen would be if there's something wrong with your H.264 NAL source, and it's not delivering proper H.264 NAL units to the downstream "H264VideoStreamDiscreteFramer".</div><div><br></div><div>So I'd suggest checking - in "H264VideoStreamDiscreteFramer::afterGettingFrame1()" - that it's getting reasonable-looking data, and that "frameSize" is what it should be.</div><div><br></div><div>But apart from that, I don't know what to suggest.</div></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>