Question on pipeline

Sebastian Dröge sebastian at centricular.com
Sat May 2 01:10:19 PDT 2015


On Sa, 2015-05-02 at 10:00 +0200, Sebastian Dröge wrote:
> On Fr, 2015-05-01 at 15:00 -0400, Jerry Geis wrote:
> > I am trying to convert windows media to ogg and multicast that out.
> > I do have the fluendo codecs.
> > 
> > my pipeline is:
> > 
> > 
> > gst-launch-0.10 filesrc location=/home/Amazon_1080.wmv \
> >  ! fluasfdemux name=d ! queue ! fluwmvdec ! ffmpegcolorspace ! queue !
> > theoraenc \
> >  ! rtptheorapay ! udpsink  d. ! queue ! fluwmadec ! audioconvert ! queue !
> > vorbisenc ! rtpvorbispay \
> >  ! udpsink auto-multicast=true host=239.168.3.10 port=5000
> > 
> > Is this the correct pipe line for that?
> 
> Yes, but you should consider upgrading your GStreamer version to some
> 1.x version. 0.10 is no longer supported and maintained since about 3
> years now.
> 
> Is there any problem with the above pipeline, does something not work?

Oh you should also set a host and port on the first udpsink of course,
if that's the problem you had.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150502/639e3b24/attachment.sig>


More information about the gstreamer-devel mailing list