>> 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
> 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, playable by VLC using the following:
>
Hi,
I've been investigating the Live555 library with a view to using it in an
embedded platform for (initially) the recording of H264 video received over RTP
into AVI files. I don't have a great deal of knowledge about the innards of
H264, I'm hoping that in using this library I won't need to..