<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="color:rgb(51,51,153)">Hi All,</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">I'd like to stream my laptop's analog audio input to my iPhone's VLC on the same lan:<br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">gst-launch-1.0 -v alsasrc ! "audio/x-raw,width=32,depth=32,rate=48000,channels=2" ! audioconvert ! voaacenc bitrate=320000 ! udpsink host=127.0.0.1 port=4444 sync=false<br></div><div class="gmail_default" style="color:rgb(51,51,153)"> </div><div class="gmail_default" style="color:rgb(51,51,153)">However when I try to open the stream with VLC, no sound is comming.</div><div class="gmail_default" style="color:rgb(51,51,153)">I tested this on another laptop with VLC as well, without success.</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">I was experimenting with these:<br></div><div class="gmail_default" style="color:rgb(51,51,153)">vlc -vvv udp://localhost:4444</div><div class="gmail_default" style="color:rgb(51,51,153)">vlc -vvv rtsp://localhost:4444</div><div class="gmail_default" style="color:rgb(51,51,153)">vlc -vvv rtp://localhost:4444</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">Could you help me please. I succesfully did the streaming with ffmpeg, but it was so CPU intense, so I thought I would give it a try with Gstreamer.</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">Thanks,</div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div><div class="gmail_default" style="color:rgb(51,51,153)">Zoli<br></div><div class="gmail_default" style="color:rgb(51,51,153)"><br></div></div></div></div>