Streaming a filesrc to udpsink
Wes Miller
wmiller at sdr.com
Tue Jul 2 06:37:23 PDT 2013
I have a server at 10.253.5.153:10000 that accepts an mpegts encoded stream
over udp. I want to play an mpeg file to this server. I tried:
gst-launch \
filesrc location="/home/wmiller/Music/Romance.mp3"
! decodebin2 caps=audio/mpeg,width=16,depth=16
! identity
! mpegtsmux
! udpsink host=10.253.5.153 port=10000
This pipeline does ot "fail" but it plays in about 2 seconds and reports
that it got eos from the pipeline0.
What am I missing?
Thanks,
Wes
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Streaming-a-filesrc-to-udpsink-tp4660855.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list