kaltura / nginx-vod-module

NGINX-based MP4 Repackager
GNU Affero General Public License v3.0
1.99k stars 439 forks source link

how to apply Subtitles language on multiurl remote mode if the video directonery location and subtitle are different #1475

Closed feralsja closed 1 year ago

feralsja commented 1 year ago

I've been looking for it for a few days but haven't found the reference yet. I have the video in folder

kutavideo Vid720p.mp4 Vid480p.mp4

and the subtitles are at kutavideo/sub/ en.srt may.srt

@erankor

can you give me an example of its application in remote mode some urls

Thank you

erankor commented 1 year ago

If you want to use multi-urls (=not mapping JSON), it would be something like - http://yourserver/location/kutavideo/,Vid720p.mp4,Vid480p.mp4,lang/eng/sub/en.srt,lang/may/sub/may.srt,.urlset/master.m3u8

feralsja commented 1 year ago

Yey it works thanks