Hello,
I am looking for an excellent Django WebRtc tutorial (step by step).
Could someone help me?
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.
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.
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.