Opened 3 years ago

Closed 3 years ago

#9172 closed task (invalid)

Live to VOD

Reported by: Wisperrio Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
Hello, i'm encoding rtsp to hls stream and need to create vod of this stream every 30sec and don't now how to do this with ffmpeg. After all, can i split vods by date? May someone help me with creating and spliting vods?
My command is:

ffmpeg -rtsp_transport tcp -use_wallclock_as_timestamps 1 -i input rtsp://<ip>:5554 -preset veryfast -crf 20 -g 25 -sc_threshold 0 -c:v libx264 -vsync vfr -strftime 1 -f hls -hls_init_time 10 -hls_time 5 -hls_flags independent_segments+append_list+temp_file -hls_playlist_type event -hls_segment_type fmp4 archive.m3u8

Change History (1)

comment:1 by Carl Eugen Hoyos, 3 years ago

Component: ffmpegundetermined
Resolution: invalid
Status: newclosed

This is a bug tracker, please use the FFmpeg user mailing list for all support questions.

Note: See TracTickets for help on using tickets.