Can the CPU of single h264 engine decode the h264 stream data from 4 channel rtsp ?

Arjen Veenhuizen arjen.veenhuizen at tno.nl
Tue Aug 4 23:17:55 PDT 2015


If your h264 decoder can decode 4 times faster than realtime, you could
manually feed NAL units to the decoder in a time-division multiplexing
manner (e.g.
stream0.frame0->stream1.frame0->stream2.frame0->stream3.frame0->stream0.frame
1->stream1.frame1->stream2.frame1->stream3.frame1). I am pretty sure that
GStreamer does not support this so you will have to build this yourself.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Can-the-CPU-of-single-h264-engine-decode-the-h264-stream-data-from-4-channel-rtsp-tp4672976p4672977.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list