-
Notifications
You must be signed in to change notification settings - Fork 7
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
No subtitles (CC) on TiviMate #14
Comments
If the playlist doesn't have embedded subtitles, TiviMate wouldn't show an option for them. I don't believe MoveOnJoy includes subtitles in their playlist. Not sure why IPTV Pro shows them, unless it's pulling subtitles from an external source. |
Not sure. I also have subtitles on Kodi. I guess I should write to TiviMate people... |
Subtitles are usually embedded wtihin the M3U8 file as additional tracks using the #EXT-X-MEDIA tag. These tags provide metadata about the subtitle tracks, such as the language, name, and the URL where the subtitle file is located. The URL usually points to a WebVTT (.vtt) or similar subtitle file format that the player can fetch and render along with the video. URL Requested: http://fl5.moveonjoy.com/CNBC/index.m3u8 Response: #EXTM3U Open the URL in a browser to download the file, and you can confirm that no subtitles are embedded in the playlist. |
Btw thank you for all your hard work! If there was a wishlist , I hope you can add some Balkan playlist to it. I appreciate it! |
I don't have subtitles (CC) on TiviMate. But they work on IPTVPRO app..
Some other playlist which have subtitles work in both players...
What my be the issue?
Thank you
Edit: Actually it doesn't work also for DaddyLive and TheTVApp.
The text was updated successfully, but these errors were encountered: