You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm trying to play an rtmps stream by setting the stream uri to something like rtmps://xyz:4040/abc but it always gives me the following error: avformat_open_input() failed: I/O error.
Does this library support playing rtmps stream?
The text was updated successfully, but these errors were encountered:
Since ffmpeg currently does not (fully) support RTMPS my best guess would be
a) no
b) if you want support you could
1) try to get the error in ffmpeg fixed (https://trac.ffmpeg.org/ticket/6471)
2) convince jacobbo to integrate the fixed ffmpeg in WebEye :-)
I would also be interested in RTMPS support in the future by the way :-)
Hi I'm trying to play an rtmps stream by setting the stream uri to something like rtmps://xyz:4040/abc but it always gives me the following error: avformat_open_input() failed: I/O error.
Does this library support playing rtmps stream?
The text was updated successfully, but these errors were encountered: