美文网首页
webrtc 发送普通视频帧

webrtc 发送普通视频帧

作者: 自由侠 | 来源:发表于2020-06-07 16:48 被阅读0次

    用例:

    TEST_P(RtpSenderTestWithoutPacer, SendGenericVideo)

    TEST_P(RtpSenderTestWithoutPacer, SendRawVideo)

    多说一句: 了解webrtc api 最佳方式是看test case.

    关联类: 

    RTPSender

    RTPSenderVideo 

    RTPSenderVideo 是封装了RTPSender的一个专用于发送视频数据的类;

    所以如果想要发送视频, 可以调用RTPSenderVideo类的一些函数;

    相关文章

      网友评论

          本文标题:webrtc 发送普通视频帧

          本文链接:https://www.haomeiwen.com/subject/hovctktx.html