This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FORTIDATE %{YEAR:year}\-%{MONTHNUM:month}\-%{MONTHDAY:day} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i '${URL}' -map 0:0 -map 0:1 -vcodec libx264 -preset ultrafast -vf yadif=0:-1:1 -acodec aac -flags +loop-global_header -f segment -vbsf h264_mp4toannexb -segment_format mpegts -segment_wrap 12 -hls_list_size 12 -segment_list_flags live -segment_time 5 -segment_list ${FileName}.m3u8 ${FileName}.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#cloud-config | |
# ホスト名 | |
hostname: CoreOS | |
coreos: | |
units: | |
# ネットワーク設定 | |
- name: 10-static.network | |
runtime: no |