Raspberry Pi: Timestamped Live-Stream
Arjen Veenhuizen
arjen at moonlightmedia.nl
Thu May 17 11:43:03 UTC 2018
You are transmitting h264 in RTP over UDP. Adding metadata to this stream
would be pretty tricky. You could look into multiplexing the h264 stream
into an mpeg2ts. Then you can add KLV data to that stream which can contain
arbitrary data (e.g. your wall clock time). This will require some coding
though. Perhaps you can do a trick with the RTP timestamps but I am not too
sure about that.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list