-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[video_player_videohole]Ability to change video quality of DASH video format [proposal] #597
Comments
Hello, @IhabMks According to the document, video quality can be changed by setting 'ADAPTIVE_INFO'.
You can splice the adaptive info after the video url, |
@hyue7 Among the allowed parameters, there is bitrate, would we want to reinitialize the player with the parameter "/BITRATES=1000000" ? or instead we could change it on the same instantiation, knowing that videohole doesn't have the ability to do so? we could overload it maybe ? Here's an example of the manifest :
|
Hi, @IhabMks |
Hi, @hyue7
|
@hyue7 |
Yes, it will update on video_player_videohole plugin.
Do you mean you want to access all the interfaces in AVPlayer? |
@hyue7 |
@hyue7 Could be because they have a different manifest structure and hence not supported ? what do you reckon ? Have you tried them ? |
Sorry for late, smoothstream not support appending string. It is different from dash. |
@hyue7 In the meantime, i don't think i have a smoothstream here, as it normally should be ".ism" whereas i have a ".mpd/manifest.." |
No description provided.
The text was updated successfully, but these errors were encountered: