running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
|- 360p_001.ts
|- 360p_002.ts
|- 480p.m3u8
|- 480p_001.ts
|- 480p_002.ts
|- 720p.m3u8
|- 720p_001.ts
|- 720p_002.ts
|- 1080p.m3u8
|- 1080p_001.ts
|- 1080p_002.ts
origin: http://docs.peer5.com/guides/production-ready-hls-vod/
hi, is there any way to include codec info as well in manifest?
Currently it is like:
What i want is :
Is there a way to get CODECS in the manifest? If I use the following command:
CODECS are auto included for h264(for above command) but the above command does not support resolution based naming of segments.
Thanks