Jump to content

Add additional Encoding/Transcoding option


Concept211

Recommended Posts

Concept211

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 by Concept211
Link to comment
Share on other sites

  • 3 weeks later...
Concept211

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 });
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...