Audio and Video concurrently WebRTC
leaonidas
mtmleao at gmail.com
Fri May 14 14:37:52 UTC 2021
Hadn't notice the audio part, embarrassing...
Anyways, thank you!
My pipeline ended up looking like this:
PIPELINE_DESC = """
webrtcbin name=sendrecv
audiotestsrc ! audioconvert ! opusenc ! rtpopuspay ! queue !
application/x-rtp,media=audio,encoding-name=OPUS,payload=96 ! sendrecv.
videotestsrc pattern=ball ! videoconvert ! queue ! vp8enc deadline=1 !
rtpvp8pay !
queue ! application/x-rtp,media=video,encoding-name=VP8,payload=97 !
sendrecv.
"""
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list