Hi,
I'm working on a rtp video steamer and I need to stream mpeg4 using a dm816x. As far as I understand mpeg4, the codec information like profile is sent using either VOS or VOSS.
When streaming with a tool like gstreamer to create the mpeg4 rtp stream, the component rtpmp4vpay must be set to both send the configuration (send-config=1) and to generate configuration packets (config-interval=1).
Is it possible the make the codec generate these packets by itself, more than once at the beginning of the stream? An example for h264 is provided on the wiki at http://processors.wiki.ti.com/index.php/OMX_VENC, FAQ # 5. Also, is there more documentation available about the HDVICP2 implementation of the mpeg4 codec?
Thanks.