RTSP Server from RTP audio and video

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

RTSP Server from RTP audio and video

Myzhar
Hi all,

I have two RTP streams, one for audio and one for video.

I can correctly create a RTSP server for the video using "test-launch.c", but it does not work with the audio.

I also tried to replace the "udpsrc" for the audio with an "audiotestsrc" without success.

I noticed that I cannot stream "audiotestsrc" even by itself without any video stream....

The pipeline for video is the following:
"udpsrc multicast-iface=LAN_Console multicast-group=239.0.0.15 auto-multicast=true port=15000 ! application/x-rtp, encoding-name=H264, payload=96 ! rtph264depay ! rtph264pay name=pay0 pt=96 async=false sync=false"

The pipeline for audio is the following:
"udpsrc multicast-iface=LAN_Console multicast-group=239.0.0.15 auto-multicast=true port=15001 ! application/x-rtp, media=audio,clock-rate=44100,width=16,height=16,encoding-name=L16,encoding-params=1,channels=1,payload=11 ! rtpL16depay ! rtpL16pay pt=11"

Thank you in dvance for the help

Regards
Walter

--

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Walter Lucetti
www.myzhar.com