kota-yata / media-over-quic-experiment

Media over QUIC Transport Video Call Demo
https://moqt.kota-yata.com
MIT License
6 stars 1 forks source link

Smarter MoQT Message Handling #12

Open kota-yata opened 2 months ago

kota-yata commented 2 months ago

in startLoopObject or somewhere, master message processor should be implemented. currently each methods separately listen control responses, but this causes unhandlable message error while MoQT objects are sequentially arrived

kota-yata commented 2 months ago

this problem is not a big deal until you subscribe to multiple tracks

kota-yata commented 2 months ago

using WebWorker to separate threads might be the solution