zorchenhimer / MovieNight

Single instance video streaming server with integrated chat.

Home Page:https://discord.gg/F2VSgjJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolution

LukeIsCodingNet opened this issue · comments

commented

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

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

Am I right ?

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).

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