kaltura / nginx-vod-module

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

hls: add vod_hls_mpegts_id3_data variable #1480

Closed erankor closed 11 months ago

erankor commented 1 year ago

allows setting the content of the id3 tags returned in segment requests. for backward compatbility, when the directive is not specified, the default data is - {"timestamp":$vod_segment_time,"sequenceId":"$vod_sequence_id"}. also added a new $vod_segment_time variable, that can be used with the new vod_hls_mpegts_id3_data directive.