Re: [Live-devel] Streaming from a live source (camera) using H264VideoStreamFramer

2020-03-03 Thread Micha Kalfon
Thanks. I can confirm this was indeed fixed in 2020.02.23. On Mon, Feb 24, 2020 at 12:07 AM Ross Finlayson wrote: > Thanks for the note. There are a lot of things going on here: > > 1/ First, note that developers (using the LIVE555 libraries) never need to > concern themselves with RTP timestam

Re: [Live-devel] Streaming from a live source (camera) using H264VideoStreamFramer

2020-02-23 Thread Ross Finlayson
Thanks for the note. There are a lot of things going on here: 1/ First, note that developers (using the LIVE555 libraries) never need to concern themselves with RTP timestamps; these are only used internally, by the RTP/RTCP protocol. Our library code automatically converts between presentati

[Live-devel] Streaming from a live source (camera) using H264VideoStreamFramer

2020-02-23 Thread Micha Kalfon
I am experiencing an issue when streaming from a live camera source to a client over a proxy server. My current setup is the following: [Live555 camera server] <-> [Live555 Proxy server] <-> [Client (vlc)] I register a media session in the proxy. Later, the client will connect to that session v

[Live-devel] Streaming from a live source

2012-04-24 Thread Shaheed Abdol
Hi Ross, I have read the FAQ, and searched this list for answers. I have found a similar issue and there you advised the user to actually allow the frames to be dropped, and to set the fNumTruncatedBytes variable to the correct value. I am using the DeviceSource class to encapsulate a live source