We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
rtmp
The text was updated successfully, but these errors were encountered:
Yup. Same. Can't stream RTSPS streams.
Sorry, something went wrong.
No branches or pull requests
With v3.0.0 of the gem, one could do the following to get a screenshot of a RTMP stream
But with the newer 3.0.2 version this is now broken and now we get the following error:
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.The text was updated successfully, but these errors were encountered: