RTSP server, ALSA input, Ogg Vorbis

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

RTSP server, ALSA input, Ogg Vorbis

dashko
Hi,

i successfully compiled gst-rtsp-0.10.2. Now, i am trying to record from ALSA input and stream trough RTSP. But when i am trying to connect, VLC gives me error "demux error: Nothing to play for rtsp://192.168.0.103:8554/test"

Gst-rtsp example code here:
http://serverko.sk/test-ogg.c.txt

I am using this pipe: "alsasrc device=hw:Loopback,1,0 ! audioconvert ! audioresample ! vorbisenc ! rtpvorbispay"

Output of VLC here:
http://serverko.sk/outVLC.txt

Output of gst-rtsp example here:
http://serverko.sk/outGSTSERVER.txt

When i am trying to record from hw:Loopback,1,0 with audacity, i can hear sound from loopback device. So hw:Loopback,1,0 is producing sound.

What i am doing wrong? Can you point me on right direction?
Thanks a lot!