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
zhuya1996 commented
I decided to use datachannel to transmit h265 and then decode it locally. Can you teach me how to use datachannel? thanks
mpromonet commented
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
zhuya1996 commented
datachannel has relatively better bandwidth control capabilities, better latency, and better data transmission security.
zhuya1996 commented
Do you know that the datachannel project has GCC congestion algorithm?
mpromonet commented