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

RTMP Input support broken in latest release #198

Open
hernanrz opened this issue Jul 21, 2018 · 1 comment
Open

RTMP Input support broken in latest release #198

hernanrz opened this issue Jul 21, 2018 · 1 comment

Comments

@hernanrz
Copy link

With v3.0.0 of the gem, one could do the following to get a screenshot of a RTMP stream

    ffmpeg_stream = FFMPEG::Movie.new "rtmp://piczel.tv:1935/live/1"
    ffmpeg_stream.screenshot path

But with the newer 3.0.2 version this is now broken and now we get the following error:

Errno::ENOENT: No such file or directory - the file 'rtmp://piczel.tv:1935/live/1' does not exist

This commit e9e1123 in particular seems to be source of the problem, perhaps it should be reverted? Or just add rtmp to the regexp list in there.

@cromulus
Copy link

Yup. Same. Can't stream RTSPS streams.

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