I use WebRTC (win C ++ native client) to broadcast live video to peers (hosted in Chrome).
Purpose: send metadata for each video frame (metadata changes at the frame level).
- Is it possible to send metadata to a text track that javascript will use on the expert side?
- If not, is there an alternative way to synchronize real-time WebRTC video with metadata? For example, using WebRTC DataChannel / WebSockets?
metadata webrtc
user3711529
source share