Getting Video Tracks setup with non libdatachannel Peer #1329
Unanswered
stephen-derosa
asked this question in
Q&A
Replies: 1 comment 4 replies
-
While you can call |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! I am having some trouble getting video tracks setup when connecting to a non libdatachannels peer. When connecting to a libdatachannel peer, things seem very straight forward -- all i have to do is
addTrack
for both peers with the correctrtc::Description::Direction
, make sure encoding is correct and that ssrc matches, and boom, video tracks work. When using a non libdatachannel peer things seem a bit more complex.Does anyone have examples of doing this with a non libdatachannel peer where the libdatachannel is the one sending the video?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions