Advertisement
Guest User

File name with PUT

a guest
Aug 15th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Could you guys tell me why this line does not save files with name pattern provided? What is missing? Thank you!
  2.  
  3. ffmpeg -i " + url + " -c copy -f hls -hls_time 10 -hls_flags second_level_segment_duration -use_localtime 1 -use_localtime_mkdir 1 -nostdin -loglevel 16 -hls_segment_filename %Y%m%d/%H/%M/segment_%Y%m%d%H%M%S_%%010t.ts -method PUT http://127.0.0.1:9090/live/stream.m3u8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement