> 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
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 ?
>> 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
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