GNOME Bugzilla – Bug 621205
[mpeg4videoparse] add config-interval property to insert mpeg4video config data in regular intervals
Last modified: 2010-06-15 10:19:13 UTC
Created attachment 163296 [details] [review] add config-interval parameter In line with the changes of rtph264pay, rtpmp4vpay and with the pending patch for h264parse; config-interval is added to multiplex the config parameters into the mpeg4 video stream. This removes setting hex/binary config parameters and/or allows sending mpeg 4 video over thet network without rtp payloading and letting an encoder pick up in the stream at any point in time. This is esp. useful for some encoders/streams that only send the config parameters once at startup or encoders that send them out of band (rtsp). all four modules now have config-interval as a parameter; doing the same on rtp or ES level.
Created attachment 163666 [details] [review] mpeg4videoparse: add config-interval parameter Pretty much as before, but with minor fixes and cleanups.
commit c2b649d692c02b1d43695cbed08dcc81493dfa8b Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Tue Jun 15 11:16:34 2010 +0200 mpeg4videoparse: add config-interval parameter to re-insert config in stream Add a new config-interval property to instruct the parser to insert config (VOSH, VOS, etc) at periodic intervals in the stream (when a GOP or VOP-I is encountered). Based on patch by <marc.leeman at gmail.com> Fixes #621205.