Open
Description
hello, I compile shiftmediaproject ok, then test hls segment, command likes:
ffmpeg.exe -i F:\web\express\testv\public\hls\ani.mp4 -codec:v libx264 -codec:a aac -map 0 -f ssegment -segment_format mpegts -segment_list F:\web\express\testv\public\hls\playlist.m3u8 -segment_wrap 5 -segment_time 5 F:\web\express\testv\public\hls\out%%03d.ts
or
ffmpeg.exe -i F:\web\express\testv\public\hls\ani.mp4 -c:v libx264 -c:a aac -strict -2 -f hls -hls_wrap 5 -hls_time 5 F:\web\express\testv\public\hls\playlist.m3u8
but when I preview m3u8 in browser , I found that video is blocked frequently; I notice that ts(segemnt)file was produced very slowly。 if I use ffmpeg complied by mingw, ts file was produced very fast, any suggestion?
thanks a lot。
Metadata
Metadata
Assignees
Labels
No labels
Activity