? ? wrote
> [hls @ 0x7fa2f1800000] pkt->duration = 0, maybe the hls segment duration
> will not precise 

I had the same warnings when creating HLS with ffmpeg.
The proble was that RTSP stream did not provide framerate information.

Specifing framerate before "-i ..." will fix it.
*-r 25* (-framerate 25)

ffmpeg -r 25 -i rtsp://localhost:554/11 -vcodec copy -acodec aac -hls_time 5
-hls_list_size 5 -hls_flags delete_segments /tmp/hls/stream.m3u8




--
Sent from: http://www.ffmpeg-archive.org/
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to