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

Not Accepting Remote RTMP URL for output #222

Open
chinmaysoni2904 opened this issue Aug 8, 2022 · 0 comments
Open

Not Accepting Remote RTMP URL for output #222

chinmaysoni2904 opened this issue Aug 8, 2022 · 0 comments

Comments

@chinmaysoni2904
Copy link

chinmaysoni2904 commented Aug 8, 2022

Steps -

  • Create a Movie object -> movie = FFMPEG::Movie.new(input_file_path)
  • Use transcode method to transcode file -> movie.transcode(output_file_path)

But if I want to send file directly to an RTMP url than it is not accepting rtmp url as output
example: movie.transcode(some_rtmp_url)
Throwing ->
[NULL @ 0x55c82fe6cf80] Unable to find a suitable output format for 'rtmp://global-live.mux.com:5222/app/b3a7bf51-1e6b-0f99-0d32-5d5817b70a11' rtmp://global-live.mux.com:5222/app/b3a7bf51-1e6b-0f99-0d32-5d5817b70a11: Invalid argument

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

1 participant