RTSP Server from RTP audio and video
Walter Lucetti
myzhar at gmail.com
Fri Feb 3 08:06:37 UTC 2017
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
--
*Walter Lucetti*
email: myzhar at gmail.com
web: *www.robot-home.it <http://www.robot-home.it/>*
project: http://myzharbot.robot-home.it
<http://www.cgsrobotics.it/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170203/b54b3c3b/attachment-0001.html>
More information about the gstreamer-devel
mailing list