mpeg ts pipeline fail

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

mpeg ts pipeline fail

brad2012
Hi All,

I use the pipeline to receive rtp stream,
gst-launch-0.10 udpsrc port=28888 ! rtpmp2tdepay ! mpegtsdemux !
audioconvert ! alsasink

but I got the error :
WARNING: erroneous pipeline: no element "mpegtsdemux"

Does anyone have idea about the error?


Thanks!

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

Re: mpeg ts pipeline fail

David Röthlisberger
On 5 Sep 2012, at 09:41, Soho Soho123 wrote:
> but I got the error :
> WARNING: erroneous pipeline: no element "mpegtsdemux"


You haven't installed mpegtsdemux. It is probably in the package
gst-plugins-bad.

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

Re: mpeg ts pipeline fail

brad2012
I rename for mpegtsdemux to tsdemux, then it is work

2012/9/5 David Röthlisberger <[hidden email]>:
> On 5 Sep 2012, at 09:41, Soho Soho123 wrote:
>> but I got the error :
>> WARNING: erroneous pipeline: no element "mpegtsdemux"
>
>
> You haven't installed mpegtsdemux. It is probably in the package
> gst-plugins-bad.
>
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel