Problem in mpegtsdemux

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem in mpegtsdemux

qwerty-1
Hi All,

By going through gstreamer forum, i have found that there is some problem in timing algorithm of mpegtsdemux plugin.
Can someone explain little more abt this issue and Is it fixed in current release of gstreamer?
If not then is there any other alternative of mpegtsdemux plugin?

Thanks in Advance

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Problem in mpegtsdemux

Tim-Philipp Müller-2
On Sat, 2011-12-31 at 14:03 +0530, Umakant Goyal wrote:

> By going through gstreamer forum, i have found that there is some
> problem in timing algorithm of mpegtsdemux plugin.
> Can someone explain little more abt this issue and Is it fixed in
> current release of gstreamer?

Let me make sure I understand this: you have found that there is "some
problem in timing algorithm", but don't tell us anything about the
problem at all, and then you are asking whether we can explain "this
issue" or know whether it's been fixed?

> If not then is there any other alternative of mpegtsdemux plugin?

There is also the tsdemux element, which works better than mpegtsdemux
in some ways and worse than mpegtsdemux in other ways.

 Cheers
  -Tim

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Problem in mpegtsdemux

qwerty-1
Thanks Tim,

Please do one more favour by telling where i can find tsdemux. I tried to find it but did not succeed.
 

On Sat, Dec 31, 2011 at 5:00 PM, Tim-Philipp Müller <[hidden email]> wrote:
On Sat, 2011-12-31 at 14:03 +0530, Umakant Goyal wrote:

> By going through gstreamer forum, i have found that there is some
> problem in timing algorithm of mpegtsdemux plugin.
> Can someone explain little more abt this issue and Is it fixed in
> current release of gstreamer?

Let me make sure I understand this: you have found that there is "some
problem in timing algorithm", but don't tell us anything about the
problem at all, and then you are asking whether we can explain "this
issue" or know whether it's been fixed?

> If not then is there any other alternative of mpegtsdemux plugin?

There is also the tsdemux element, which works better than mpegtsdemux
in some ways and worse than mpegtsdemux in other ways.

 Cheers
 -Tim

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Problem in mpegtsdemux

Martin.cheng
you can find tsdemux in gst-plugins-bad
but as my testing, the result as following
gst-launch -v filesrc location="6c9b4d0ace1950ff108037b41c41d341.ts" ! typefind ! tsdemux name = demux demux. ! queue2 ! ffdec_h264 ! xvimagesink demux. ! queue2 ! faad ! autoaudiosink | moreSetting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Caught SIGSEGV accessing address 0x10
Spinning.  Please run 'gdb gst-launch 7445' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.

If you can make it run well, let me know, thank
You were supposed to use "ffdemux_mpegts" in the package gst-ffmpeg plugin instead of it as well.