带有ReplyKit的WebRTC在10秒后迅速视频冻结

时间:2019-02-20 19:27:04

标签: swift webrtc replaykit

我有一个iOS应用,该应用使用ReplayKit广播扩展与WebRTC Web客户端共享屏幕,视频开始播放10秒钟,然后冻结到最后一帧。

我使用了下面问题中发布的代码 Using WebRTC to send an iOS devices’ screen capture using ReplayKit感谢您的“戒烟”

但是时间戳不起作用,我不得不用

进行更改
let ctm = CMSampleBufferGetPresentationTimeStamp(sampleBuffer)
let timestamps = ctm.value

有什么建议吗?

0 个答案:

没有答案