Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想实时访问由 Kurento 录制的视频流。
在默认实现中,我只能在通话完成后获取视频,但是如何在创建文件时访问它?
如果录制的文件是 VP8 格式,您应该能够连接一个PlayerEndpoint或媒体播放器来实时观看录制。另一方面,如果您以 .mp4 格式录制,则无法这样做,因为 .mp4 在录制过程结束时会存储某些信息。这不是 Kurento 独有的,而是 .mp4 独有的
PlayerEndpoint