Concept211 13 Posted June 2, 2014 Posted June 2, 2014 (edited) It would be helpful if you could add the following streaming option to the Web UI inside the file:/%appdata%/MediaBrowser-Server/System/dashboard-uiI/scripts/mediaplayer-video.js options.push({ name: '720p - 1.0Mbps', maxWidth: 1280, bitrate: 1000000 }); Edited June 2, 2014 by Concept211
Concept211 13 Posted June 19, 2014 Author Posted June 19, 2014 I see you guys added it to the latest build. Thanks guys!!! // The extra 1 is because they're keyed off the bitrate value options.push({ name: '720p - 1Mbps', maxWidth: 1280, bitrate: 1000001 });
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now