我有一个iOS应用,该应用使用ReplayKit广播扩展与WebRTC Web客户端共享屏幕,视频开始播放10秒钟,然后冻结到最后一帧。
我使用了下面问题中发布的代码 Using WebRTC to send an iOS devices’ screen capture using ReplayKit感谢您的“戒烟”
但是时间戳不起作用,我不得不用
进行更改let ctm = CMSampleBufferGetPresentationTimeStamp(sampleBuffer)
let timestamps = ctm.value
有什么建议吗?