Webm newbie

soylent soylent.tv at gmail.com
Fri Jan 3 09:22:21 PST 2014


Hi,
 I don't know if it is useful, but i use this two cmd to play webm in a
program:

GSvideo=gst-launch-0.10 souphttpsrc location=@WEBURL ! decodebin2 !
ffmpegcolorspace ! videoscale ! videorate ! video/x-raw-rgb,
framerate=@RATE/1, width=@CWIDTH, height=@CHEIGHT, depth=24, bpp=24,
blue_mask=255, green_mask=65280, red_mask=16711680 ! ffmpegcolorspace !
tcpclientsink port=@VPORT

or, i think:

gst-launch-0.10 souphttpsrc location=@WEBURL ! decodebin2 ! autovideosink

GSaudio=gst-launch-0.10 souphttpsrc location=@WEBURL ! decodebin2 !
audioresample ! audioconvert !
audio/x-raw-int,rate=@FREQ,channels=@CHANNELS,signed=true,width=16,depth=16,endianness=4321
! tcpclientsink port=@APORT 

or:

gst-launch-0.10 souphttpsrc location=@WEBURL ! decodebin2 ! audioconvert !
autoaudiosink

karl




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Webm-newbie-tp4664401p4664446.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list