-
Notifications
You must be signed in to change notification settings - Fork 43
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
get available AudioTracks & Subtitles #52
Comments
for audio issue i have resolved it by calling the Player.el.Execute('GetTotalNumOfStreamID', 1) so we get the number of tracks available, but the subtitle is not returned with the command Player.el.Execute('GetTotalNumOfStreamID', 5) even if the movie has subtitle . and when i force to set the subtitle with Player.el.Execute('SetStreamID', 5, 2); is not retunrning the subtitle in the screen. any help is appreciated . |
subtitle data returns Player.el.Execute('GetTotalNumOfStreamID', 4), but cannot be displayed |
I figured out how to get them using avplay
try
|
wich command we can get by them the available audiotracks and & subtitles .
in Player exist a function to set the audioTrack( index ), but i don't find any function to get the available audiotracks, the same for subtitles .
The text was updated successfully, but these errors were encountered: