[gst-devel] Network streaming using udpsrc and udpsink
Daniel Díaz
mrchapp at gmail.com
Thu Mar 27 07:01:20 CET 2008
Hello, Ramana
On Wed, Mar 26, 2008 at 10:46 PM, Ramana Reddy Polaka
<Ramana_Polaka at infosys.com> wrote:
> Tried the following also. But did not work.
>
> Receiver (Rx)
> gst-launch filesrc location=MPEG25_11_32_m.mp3 ! udpsink host=192.168.15.174
> port=5000 sync=false
>
> Transmitter (Tx)
> gst-launch udpsrc port=5000 ! ffdec_mp3 ! alsasink
Do you have to use UDP? You might want to try with tcpserversrc/tcpclientsink.
Greetings!
Daniel Díaz
yosoy at danieldiaz.org
> Regards,
> Ramana
>
> ________________________________
>
>
> From: thiagoss [mailto:thiagossantos at gmail.com]
> Sent: Wednesday, March 26, 2008 8:40 PM
> To: Ramana Reddy Polaka
> Subject: Re: [gst-devel] Network streaming using udpsrc and udpsink
>
>
>
> Probably removing the filesink and putting "mad ! alsasink"
>
>
>
>
> On Wed, Mar 26, 2008 at 3:09 AM, Ramana Reddy Polaka wrote:
>
>
>
>
>
> Hi,
>
>
>
> Using the following gst-launch command, I could dump mp3 data. But I want to
> play it live. Can you please let me know how to achieve that? Say my host
> IP: 192.168.15.174
>
>
>
> Receiver (Rx):
>
> gst-launch -v udpsrc ! filesink location=dump.mp3
>
>
>
> Transmitter (Tx):
>
> gst-launch -v filesrc location=MPEG25_11_32_m.mp3 ! udpsink
>
>
>
>
>
>
>
> Thanks in advance
>
>
>
> Regards,
>
> Ramana
More information about the gstreamer-devel
mailing list