calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.47k stars 232 forks source link

An option to hide video #769

Closed azumukupoe closed 6 years ago

azumukupoe commented 6 years ago

Audio only mode?

calzoneman commented 6 years ago

I'm not sure I quite understand the goal here. With the exception of Soundcloud, all the other sources CyTube supports are video-based websites that don't offer an API for an audio-only stream. You could try to write a script to cover up the video with a blank rectangle, but it'd still be downloading and rendering the video underneath that.

azumukupoe commented 6 years ago

Would be nice for saving data connection but if it's impossible it's okay

Xaekai commented 6 years ago

Your only real option there is to tell YouTube to use 240p if that's your primary playlist media source, which would save a significant amount of data, but would not eliminate the video data wastage.

calzoneman commented 6 years ago

Closing since avoiding loading the video from video websites is not doable with their existing APIs.