detect multicast video or audio and make SIP call with video

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

detect multicast video or audio and make SIP call with video

Jerry Geis-2
Hi All - say - can gstreamer detect multicast video or audio - and based on that make a SIP call with the video stream or audio ?
This can be two different process one for video/audio the other for just audio if that is needed.

Can you point me in the right direction? Thanks so much.

Jerry

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: detect multicast video or audio and make SIP call with video

Gst-Geek
If you are looking for SIP based calling, they SIP and RTSP can be used.

gst-launch-1.0 videotestsrc is-live=true ! x264enc tune=4 key-int-max=60 !
h264parse ! rtph264pay ! udpsink clients=<multicastIp:port>
multicast-iface=<iface>




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel