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
Description
Steps To Reproduce
I build web_video_server with ffmpeg4.0.6, and grab a topic named /usb_cam/image_raw from ros. When I use the stream url http://0.0.0.0:8080/stream?topic=/usb_cam/image_raw&type=h264 or http://0.0.0.0:8080/stream?topic=/usb_cam/image_raw&type=vp8, it occurs en 500 error, and the console log says "exception: Error looking up output format".
Expected Behavior display vp8 or h264 stream
Actual Behavior exception: Error looking up output format
The text was updated successfully, but these errors were encountered:
Have you solve it yet? I have the same problem.
Sorry, something went wrong.
No branches or pull requests
Description
Steps To Reproduce
I build web_video_server with ffmpeg4.0.6, and grab a topic named /usb_cam/image_raw from ros.
When I use the stream url http://0.0.0.0:8080/stream?topic=/usb_cam/image_raw&type=h264 or http://0.0.0.0:8080/stream?topic=/usb_cam/image_raw&type=vp8, it occurs en 500 error, and the console log says "exception: Error looking up output format".
Expected Behavior
display vp8 or h264 stream
Actual Behavior
exception: Error looking up output format
The text was updated successfully, but these errors were encountered: