mpromonet/webrtc-streamer

I decided to use datachannel to transmit h265 and then decode it locally. Can you teach me how to use datachannel?

zhuya1996 opened this issue · 4 comments

I decided to use datachannel to transmit h265 and then decode it locally. Can you teach me how to use datachannel? thanks

Hi,
I feel this approach strange, in such a case why using webrtc, just use a standard websocket.
You may look to https://github.com/mpromonet/rtsp2web that is working with H265.
Best Regards
Michel

datachannel has relatively better bandwidth control capabilities, better latency, and better data transmission security.

Do you know that the datachannel project has GCC congestion algorithm?

Hi @zhuya1996

You may look to https://www.w3.org/TR/webtransport/

Best Regards,
Michel.