-
Notifications
You must be signed in to change notification settings - Fork 461
Open
Description
it's looks like vod_force_sequence_index does not work for master.m3u8
create 1.json file like:
{
"sequences" : [
{
"id" : "576p",
"clips" : [
{
"path" : "/home/1.576p.mp4",
"type" : "source",
"name" : "576p"
}
]
}
]
}
put "vod_force_sequence_index on" in nginx config.
request /1.json/master.m3u8
reply is:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=878436,RESOLUTION=788x576,FRAME-RATE=25.000,CODECS="avc1.640028,mp4a.40.2"
/1.json/index-v1-a1.m3u8
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=54865,RESOLUTION=788x576,CODECS="avc1.640028",URI="/1.json/iframes-v1-a1.m3u8"
so there is no id "576p" in urls.
but request /1.json/index-v1-a1.m3u8
reply is:
#EXTM3U
#EXT-X-TARGETDURATION:16
#EXT-X-ALLOW-CACHE:YES
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:1
#EXTINF:16.000,
/1.json/seg-1-s576p-v1-a1.ts
id "576p" is here.
may be problem is in line
https://github.com/kaltura/nginx-vod-module/blob/master/vod/media_set_parser.c#L1051
Metadata
Metadata
Assignees
Labels
No labels