Read the statement by Michael Teeuw here.
MMM-EasyBack YouTube force video quality
-
bunch of stuff in google search “youtube playback resolution”
usually the screen size is 1280/1024 or 1920/1080 (4k is 3840x2160)
-
@sdetweil said in MMM-EasyBack YouTube force video quality:
google search “youtube playback resolution”
usually the screen size is 1280/1024 or 1920/1080 (4k is 3840x2160)Yeah I don’t think that is the problem right now. I’m using the default which is 1080/1920
I think it has to do with it being in mirrored mode. I wonder if there is some place I can force it to 1080p
-
@Darkmx-6 what do you mean mirrored?
you mean split mode, serveronly and then some other browser on a different machine (or same, but different browser)
i ‘think’ the videos open where the browser is… not where the server is.
yeh, easyback just opens an iframe (in the browser) and launches youtube there… roughly the same way it works when u launch a video normally
if (this.config.youTubeID != '') { var iframe = document.createElement("IFRAME"); iframe.classList.add("iframe"); iframe.style = "border: 0 none transparent "; iframe.width = this.config.width; iframe.height = this.config.height; type="text/javascript"; iframe.src="https://www.youtube.com/embed/" + this.config.youTubeID + "?autoplay=1&loop=1&playlist=" + this.config.youTubeID; return iframe;
-
Yes, split mode,
I need to install it normally. I think a few of my problems are related to that.
in that code what would I adjust to make it 1080p
unfortunately I also don’t know where that code is found either…
Sorry
-