jacobbo / WebEye

WebEye is a collection of .NET controls.
190 stars 132 forks source link

Error playing RTMPS stream #89

Open alaaabouzeid opened 3 years ago

alaaabouzeid commented 3 years ago

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 commented 2 years ago

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