Django WebRTC

Hello,

I am looking for an excellent Django WebRtc tutorial (step by step).

Could someone help me?

What role are you expecting Django to play in this?

Since you’re talking about managing websocket connections between peers, it might be possible for Django / Channels to serve as the STUN / TURN servers to aid in connections being established, but what I’m reading at https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API doesn’t give me much clue as to what Django would do beyond that.

1 Like

Ok thanks you for your answer

I don’t know if it is okay to post this here. If it isn’t then I will remove it. But I hope that this video that I made might be of help.

1 Like

Thanks a lot kindly share your code git repo

i want to send stream from a pc and broadcast to all pc who has authorization to view that particular stream

I saw this video also and ran but it does not work.