<div dir="ltr">Hi Ross,<div><br></div><div>I'm sorry, I should've better explained my problem and I really appreciate the feedback. I was actually directly connecting my encoder to Live555 without a pipe and indeed I had the 'start codes' so I removed them, fixed a few more problems and it pretty much works. I can now see the bytes streamed in the terminal and things seem to be working fine (when I change the desktop screen, I can see the number of bytes streamed jump, which is the expected behavior). </div><div><br></div><div>That said, when I try to test my RTSP stream with VLC, nothing happens, any idea what might be going wrong? It seems as though every piece is connected and that the packets are indeed being sent.</div><div><br></div><div>Cheers,</div><div><br></div><div><div><div dir="ltr" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">Philippe Noël <a href="https://www.linkedin.com/pub/philippe-no%C3%ABl/124/284/148" target="_blank"><img src="https://static.licdn.com/scds/common/u/img/webpromo/btn_in_20x15.png"></a><div>AB Candidate in <i>Computer Science - Mind, Brain, Behavior</i>, Secondary in <i>Economics</i></div><div>Harvard College Class of 2020</div><div>857.272.9715 | <a href="mailto:philippe_noel@college.harvard.edu" target="_blank">philippe_noel@college.harvard.edu</a> | <a href="http://www.philippemnoel.com" target="_blank">www.philippemnoel.com</a></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 5, 2019 at 1:50 PM Ross Finlayson <<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You haven’t explained exactly how you’re connecting your encoder to (your modified) “testH264VideoStreamer” code, but I’m guessing that you have a pipe (or whatever the equivalent is called in Windoze) that connects the two. If so, the problem of “packets being sent, clumped together, every 5 seconds” is almost certainly a problem with your pipe, not a problem with our code. Maybe you can reconfigure your pipe in some way to avoid this “5 second clumping” behavior?<br>
<br>
Alternatively, figure out a way to pass your encoder’s H.264 NAL units directly to the LIVE555 code, without using a pipe. If (and only if) you do this, you would need to pass each NAL unit, one at a time, and *without* a 0x00 0x00 0x00 0x01 ’start code’ to “H264VideoStreamDiscreteFramer”, not “H264VideoStreamFramer”.<br>
<br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" rel="noreferrer" target="_blank">http://www.live555.com/</a><br>
<br>
<br>
_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" rel="noreferrer" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</blockquote></div>