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.txtI am using this pipe: "alsasrc device=hw:Loopback,1,0 ! audioconvert ! audioresample ! vorbisenc ! rtpvorbispay"
Output of VLC here:
http://serverko.sk/outVLC.txtOutput of gst-rtsp example here:
http://serverko.sk/outGSTSERVER.txtWhen 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!