Hi everyone:
I am trying to run the TS format file on my program. As the subject, I can not get "no-more-pads" signal after audio decoder and video decoder linking demux successful Can someone give me some hint about it ? Thank you |
Maybe there is no specific header in TS file that contains the information of how many PIDs(pads on gstreamer) in that file. I guess that thats why there is no "no-more-pads" signal. 2012. 1. 6. 오후 6:30에 "Martin.cheng" <[hidden email]>님이 작성:
Hi everyone: _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
I would suggest downloading this application:
It is a free program and you can use it to find out if your TS file has PAT and PMT tables and what elementary streams are in it. A pad would get created for an elementary stream that exists in that file. Of course there are other software packages out there to do the same but I've found this one to be one of the simplest.
Hope this helps. - Mohammad
On Fri, Jan 6, 2012 at 5:20 AM, Hyunwoo Park <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Hyunwoo Park-2
Here we go, I have confirmed that the there is no signal "no more pads" in TS file. Thanks for Hyunwoo Park-2. It 's really helpful for me. By the way, are there any methods provided by GST to solve this problem. How |
Free forum by Nabble | Edit this page |