This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

seek the audio and video files through input timing segement?

our company  are ready to develop our own's product to make use dm355 platform resoures.we can browse  the audio and video files  ,seek  the audio and video files through input  timing segement  .

please tell me how i do to implement the above functions?

tanglaibao

  • Can you elaborate on what you mean by "input timing segment"?  Are you referring to a transport stream where you have both audio and video packets multiplxed into a sigle data stream...if so, DM355 has no transport stream support, you would have to do the demuxing in  software.  Open source tools such as Gstreamer can help with such implementation.  If you can confirm if this is what you are after, I can give you more details on Gstreamer, although there should be a few gstreamer related posts on this forum already.