FFMPEG HLS повторить на 500 - PullRequest
       2

FFMPEG HLS повторить на 500

0 голосов
/ 11 января 2019

Иногда сервер возвращает 500 ошибок:

[hls,applehttp @ 0000000002683200] Failed to open segment of playlist 0
[http @ 00000000045a2800] HTTP error 500 Internal Server Error
[hls,applehttp @ 0000000002683200] Failed to open segment of playlist 0
[http @ 00000000045a2260] HTTP error 500 Internal Server Error
[hls,applehttp @ 0000000002683200] Failed to open segment of playlist 0
[http @ 00000000045a25c0] HTTP error 500 Internal Server Error
[hls,applehttp @ 0000000002683200] Failed to open segment of playlist 0
[http @ 00000000045a2380] HTTP error 500 Internal Server Error
[hls,applehttp @ 0000000002683200] Failed to open segment of playlist 0
[http @ 00000000045a2b60] HTTP error 500 Internal Server Error
[hls,applehttp @ 0000000002683200] Failed to open segment of playlist 0
[http @ 00000000045a2380] HTTP error 500 Internal Server Error
[hls,applehttp @ 0000000002683200] Failed to open segment of playlist 0
[http @ 00000000045a2920] HTTP error 500 Internal Server Error
[hls,applehttp @ 0000000002683200] Failed to open segment of playlist 0

Можно ли повторить ffmpeg на 500 с? Используемая им команда: ffmpeg -i /chunklist.m3u8 -c copy -bsf:a aac_adtstoasc %fileName%-%random%.mp4

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...