plugins
plugins copied to clipboard
[video_player_videohole] Problem reading DASH' integrated subtitles
The video player, manages sometimes to retrieve the subtitles that are nested on the DASH url, and sometimes it doesn't. In addition to that, it appears that it only reads a single subtitle track, and not all of the available ones nested on the DASH url, is it made that way?
In addition to that, it appears that it only reads a single subtitle track,
Yes, according to the current implementation, that is the case. You want an ability to select subtitle track? Like changing language, type?
@hyue7 Hello, Yes the goal is to be able to have a subtitle and audio selector, of the current playing video, which normally are integrated on the video itself. As i only started developping with flutter-tizen, i'm currently looking at how the videeo player platform is written so i can understand better.
Yes the goal is to be able to have a subtitle and audio selector, of the current playing video, which normally are integrated on the video itself.
This ability is in under development, video_player_videhole plugin will be able to support select video,audio,subtitle tracks. for example: video: change quality, audio: change channels,languages subtitle: change subtitle type
@hyue7 That's good to know, I believe that for Tizen, the player has the highest priority for users. That aside, are there sources, where i can learn how to communicate and make use of the player API provided by tizen so i can try to add useful functionnalities if possible, because i'm interested on this and would like to try to contribute to it.