Re: [Live-devel] Setting BasicUDPSource in RTSPClient code to automatically request UDP.

2017-01-09 Thread Ross Finlayson
> I was struggling to find out where to change in RTSPclient code to use > BasicUDPSource. So kindly help me by answering below question. > Where to use BasicUDPSource in RTSP client (using our “RTSPClient” code), so > that it will automatically request a Transport Stream-over-raw-UDP stream ? Y

[Live-devel] Setting BasicUDPSource in RTSPClient code to automatically request UDP.

2017-01-09 Thread taha
Hello, I was struggling to find out where to change in RTSPclient code to use BasicUDPSource. So kindly help me by answering below question. Where to use BasicUDPSource in RTSP client (using our “RTSPClient” code), so that it will automatically request a Transport Stream-over-raw-UDP stream ?

Re: [Live-devel] H264 RTP stream recording to AVI

2017-01-09 Thread Ross Finlayson
>> But if you *really* don’t have a RTSP server, then you’ll need to >> find/figure out the SPS and PPS H.264 NAL units for the stream, and >> pass them to the "H264VideoFileSink::createNew()” function. Or, >> prepend those NAL units to the H.264 video stream, if you want to do >> something else

Re: [Live-devel] H264 RTP stream recording to AVI

2017-01-09 Thread jon.bird
On 2017-01-06, Ross Finlayson wrote: >> So rather than using our existing video sources, I've been looking >> at using > the OpenRTSP client to record streams from testOnDemandRTSPServer. I > have a test H264 file in a Matroska container and can (sort of) > successfully record a "raw" H264 file, p