Subtitles problem
-
- Posts: 7
- Joined: 04 Apr 2017, 17:43
Subtitles problem
I haveve my own portal developed for MAG, but today I wanted to add full support for TVIP. After looking at TVIP JS API, I've found that there is no API for subtitles manipulation, internal or external. When I use MAG API for loading external subtitles, app crashes. I'm using TVIP s410. Any solutions?
Re: Subtitles problem
Use the following:
TvipPlayer.getCurrentSubtitleStreamIndex();
TvipPlayer.setCurrentSubtitleStreamIndex(index);
TvipPlayer.attachExternalSubtitle(url);
For any other question about your portal integration, feel free to contact our tech support over: http://support.tvip.ru
TvipPlayer.getCurrentSubtitleStreamIndex();
TvipPlayer.setCurrentSubtitleStreamIndex(index);
TvipPlayer.attachExternalSubtitle(url);
For any other question about your portal integration, feel free to contact our tech support over: http://support.tvip.ru
-
- Posts: 7
- Joined: 04 Apr 2017, 17:43
Re: Subtitles problem
Thanks. That API calls I didn't find on Wiki.
-
- Posts: 7
- Joined: 04 Apr 2017, 17:43
Re: Subtitles problem
Still have problem with external subtitles. Internal subtitles work, but when call TvipPlayer.attachExternalSubtitle(), app crashes. I'm using subrip format for external subtitles. BTW, If i want to disable subtitles, how can I do that. Mostly, set index -1. Is there another way?
Re: Subtitles problem
Could you, please, provide your srt file for inpection?ipejasinovic wrote:Still have problem with external subtitles. Internal subtitles work, but when call TvipPlayer.attachExternalSubtitle(), app crashes. I'm using subrip format for external subtitles. BTW, If i want to disable subtitles, how can I do that. Mostly, set index -1. Is there another way?
Yes, set index to -1.
-
- Posts: 7
- Joined: 04 Apr 2017, 17:43
Re: Subtitles problem
I've just tested it locally over our mediaplayer app. It seems to work fine. So, file is valid. Maybe it it really URL issue...ipejasinovic wrote:http://reseller.xnetservice.net:10200/a ... redule.srt
That's the link. Maybe link is problem?
Re: Subtitles problem
Hi! I bought tv ip 410, However, the subtitles isnt working. Are you guys ever gonna do something about this issue? (Im also asking on the behalf of other people)
Regards Jim
Regards Jim
Re: Subtitles problem
Your issue is not clear. In most cases subtites work fine.
-
- Posts: 14
- Joined: 01 Feb 2017, 21:53
Re: Subtitles problem
adding teletext support On mag mode and m3u link. When will next update come tom 410-412?