issues
search
P2PSP
/
Virtual-Room
A virtual room where friends share videos among them in real time directly over the web browser, with synchronized playback and a video chat at the same time.
GNU General Public License v3.0
34
stars
25
forks
source link
Fragment MP4 and create signalling channel
#2
Closed
jainamritanshu
closed
7 years ago
jainamritanshu
commented
7 years ago
Things done in this PR:
Fragmented MP4 video in the browser
Initialized peer connection on client side
created a signalling channel, made a python websocket
changing target location of browser as per the room url
Made a django test server for testing the web application
implemented data channels successfully
chunk scheduling with round robin algorithm
successfully streamed the video among multiple peers
Things done in this PR: