Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Apr 29, 2021
1 parent 8f99119 commit cbb713f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mseed/streamfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ done

echo "starting ffmpeg"


ffmpeg -re -stream_loop -1 -i files.txt -flush_packets 0 -f segment -segment_list "/tmp/$NODE_NAME/hls/$timestamp/live.m3u8" -segment_list_flags +live -segment_time 10 -segment_format mpegts -ar 64000 -ac 1 -acodec aac "/tmp/$NODE_NAME/hls/$timestamp/live%03d.ts" &

python3 upload_s3.py
Expand Down

0 comments on commit cbb713f

Please sign in to comment.