Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
339 views
in Technique[技术] by (71.8m points)

Ffmpeg can't open m3u8 link

Ffmpeg can't play https://live.webcamromania.ro/WR051/wrcam_051/playlist.m3u8. It gives an Input/Output error. With other links it works fine.

question from:https://stackoverflow.com/questions/65844774/ffmpeg-cant-open-m3u8-link

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

[tls @ 0x7fb19f405bc0] IO Error: -9806 http://live.webcamromania.ro/WR051/wrcam_051/playlist.m3u8: Input/output error

This output means, that the TLS (https) is not accepted. This could be because the TLS of the webserver is invalid (seems here not the case) or because FFmpeg was compiled with and old / outdated SSL library.

Depending on your operating system, check for the latest updates of the SSL library and re-compile FFmpeg or check that you're using the latest version of FFmpeg.

For future questions show the full command you're using and also the full output. This helps us to give you more detailed information and better help.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...