I would like to capture video from my ip camera into 60min segments but
live stream that video at the same time. how could I do this? the current
problem that I am facing right now is that it records the video in 60 mins
segments but when I play the generated .m3u8 playlist it starts at the
beginning of the video and not at the end like a live stream. any solution
to this?

ffmpeg -i inputfromcam.h264 -map 0 -c:v copy -an -flags -global_header -f
ssegment -segment_list_flags +live -segment_time 3600 -segment_list
play.m3u8 outputseg%03d.ts


Thank you. =)
-- 

------------
Regards,
    Fernando Lopez Jr.
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to