zorchenhimer / MovieNight

Single instance video streaming server with integrated chat.
https://discord.gg/F2VSgjJ
MIT License
690 stars 87 forks source link

Resolution #167

Open LukeIsCodingNet opened 2 years ago

LukeIsCodingNet commented 2 years ago

Add a video resolution picker to the movie night video player.

zorglube commented 2 years ago

That is good idea. Underlying it need a multi-resolution stream, like HLS or something.

Am I right ?

CptPie commented 2 years ago

Am I right ?

Yes and no, the hls streaming is something zorch whipped up locally for his instance but it is not (yet) integrated into this repository.

Until it is the resolution picker is redundant since the codebase in this repository only supports one resolution (depending on the stream source).

zorglube commented 2 years ago

The other solution is make MovieNight encode stream on the fly.