Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error playing RTMPS stream #89

Open
alaaabouzeid opened this issue Mar 19, 2021 · 1 comment
Open

Error playing RTMPS stream #89

alaaabouzeid opened this issue Mar 19, 2021 · 1 comment

Comments

@alaaabouzeid
Copy link

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?

@martingercke
Copy link

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 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants