mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.94k stars 598 forks source link

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

Closed zhuya1996 closed 5 months ago

zhuya1996 commented 5 months ago

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

mpromonet commented 5 months ago

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 5 months ago

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

zhuya1996 commented 5 months ago

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

mpromonet commented 4 months ago

Hi @zhuya1996

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

Best Regards, Michel.