Fenrirthviti / stream-site

Rachni - nginx RTMP streaming front end
Other
197 stars 71 forks source link

P2P-Streaming? #32

Closed Hoerli1337 closed 6 years ago

Hoerli1337 commented 6 years ago

Can you add a P2P-Streaming-Option? Maby a checkbox for the administration, that the player use a P2P-Player. The video.js supports P2P with Peer5 (https://www.peer5.com/).

With the free Plan, this great Tool can handel the traffic if you host the stream on a private pc.

If you can add a P2P-Player without Peer5 would be great :)

Fenrirthviti commented 6 years ago

The site does not use the HTML5 player, because rtmp playback is not supported there. This would not be possible without transcoding to HLS or DASH, and those introduce too much latency for my use cases so I have not put any work into it.

You are welcome to update for it and submit a PR for review.