<div><div dir="auto">Hi Philippe,</div></div><div dir="auto"><br></div><div dir="auto">I may have had a similar issue to what I think you are referring to. </div><div dir="auto"><br></div><div dir="auto">My issue was there was an internal buffer of a pre-fixed size of 1000 holding H264 frames. Only when the buffer was full would Live555 pass the frame(s) to the next Sink. Live555 would need to be updated to ignore that 1000 byte requirement (it’s a one-line if statement) for your scenario. </div><div dir="auto"><br></div><div dir="auto">I hope this helps clarify the issue, if this is not your issue please ignore this. </div><div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto">Chris</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 5, 2019 at 11:18 AM Philippe Noël <<a href="mailto:philippe_noel@college.harvard.edu">philippe_noel@college.harvard.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>I've been working on integrating live streaming of a Windows desktop (captured through DirectX11 and encoded with Nvidia NvEnc) through testH264VideoStreamer. Globally I've been able to connect them, but the stream aborts pretty quickly and I found the following behavior:</div><div><br></div><div>Packets seem to be sent every 5 seconds and the frames are concatenated instead of being sent and then flushed from memory (function doGetNextFrame of H264or5VideoStreamFramer I believe). The problem I have with that is that my screen capture + encoder captures one frame, encodes it and then passes it to Live555 for streaming, and so I believe it would be better if packets were sent at the same rate as encoding (60 FPS) and flushed from memory right away. Am I missing something / is this a known issue with live streaming from Live555? Help would be appreciated.</div><div><br></div><div>Cheers,</div><div><br></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></div>
_______________________________________________<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></div>