将曲目添加到媒体流

时间:2017-09-13 17:50:15

标签: webrtc simplewebrtc openwebrtc openwebrtcdemo

在流连接到pearConnection后,是否可以在流中添加或删除音轨?

我之前能够做到(在getUserMedia中) 但是在流连接到peerConnection之后它不起作用 谢谢你

1 个答案:

答案 0 :(得分:2)

使用addTrack和removeTrack API可以实现这一点。有关示例,请参阅https://webrtc.github.io/samples/src/content/peerconnection/upgrade/(并注意removeTrack的参数是RTCRtpSender,而不是曲目)