You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been testing plyr for one of my project and so far all the features look good. One of the requirement I have is I need to provide different Stream sources but they can be same quality. For example I may have to add 5 Sources that all have 720p quality but they are all hosted on different servers. User should be able to switch between those sources.
Right now what I have done is I have defined following quality options
When I add the sources, I basically set the size to 1...20 and they show up as 1p, 2p, 3p etc... also the label says "Quality" although ideally I would like to call it "Source or Server" and instead of 1p, 2p etc.. I would like to show the short name of the location of Server (SRV-US, SRV-CA, SRV-AU etc..)
Wondering if above is possible or any workarounds??
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have been testing plyr for one of my project and so far all the features look good. One of the requirement I have is I need to provide different Stream sources but they can be same quality. For example I may have to add 5 Sources that all have 720p quality but they are all hosted on different servers. User should be able to switch between those sources.
Right now what I have done is I have defined following quality options
quality: { default: 1, options: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] }
When I add the sources, I basically set the size to 1...20 and they show up as 1p, 2p, 3p etc... also the label says "Quality" although ideally I would like to call it "Source or Server" and instead of 1p, 2p etc.. I would like to show the short name of the location of Server (SRV-US, SRV-CA, SRV-AU etc..)
Wondering if above is possible or any workarounds??
Thanks
Beta Was this translation helpful? Give feedback.
All reactions