8xFF / atm0s-media-server

Decentralized, Global-Scale Media Server written in Rust (WebRTC/Whip/Whep/Rtmp/Sip)
https://8xff.github.io/media-docs/
MIT License
211 stars 17 forks source link

Feature: convert raw-record into replay-data-structure #346

Closed giangndm closed 1 month ago

giangndm commented 1 month ago

Currently convert_webm tool only output into local webm file, instead of that we should output some files which allowed client replay:

We should create a replay component inside SDK for easier integrating record into application UI

giangndm commented 1 month ago

This is resolved with pr #351