kyleabaker
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2014
02:44 PM
SubtitleTracks on usb
I'm trying to understand how to use SubtitleTracks in roVideoScreen, but haven't quite figured it out yet. So far I'm creating:
I now see options in roVideoScreen for closed captions, however, they are not displaying and it appears that this path is not being used. Instead I'm seeing something like the following in the debug console:
I'm sure I should be able to sideload srt subtitles from a usb drive. Any tips?
Also, how am I to load multiple subtitle tracks (for different languages)?
o.SubtitleTracks = {
Language: "English"
Description: ""
TrackName: "ext1:/test.srt"
}
I now see options in roVideoScreen for closed captions, however, they are not displaying and it appears that this path is not being used. Instead I'm seeing something like the following in the debug console:
Unknown event type: 35 msg: /tmp/plugin/EHACVBnoXni5/ext1:/test.srt
I'm sure I should be able to sideload srt subtitles from a usb drive. Any tips?
Also, how am I to load multiple subtitle tracks (for different languages)?
1 REPLY 1
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2014
04:32 PM
Re: SubtitleTracks on usb
Try using "file://ext1:/test.srt"