-
Notifications
You must be signed in to change notification settings - Fork 44
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
Image preview error #3
Comments
I got the same error in Chromium but didnt have it in Firefox. However still didnt get it working... |
Hello, awesome project.
issue on chromium may be linked to https://bugs.chromium.org/p/chromium/issues/detail?id=469457 It also works using Setup
|
Any update? Any solution for chromium? |
You could open chrome://media-internals/ page and see whats happening there |
try to change the first buffer from 3 to 2 |
Thanks for sharing!
I'm working on a project that uses this feature, but when I run your solution, an error is occurring.
Has anyone managed to make it work?
Any idea how I can solve it?
Cod ffmpeg + IP cam RTSP
ffmpeg -rtsp_transport tcp -i rtsp://admin:[email protected]/Streaming/Channels/1 -vcodec libx264 -profile:v main -g 25 -r 25 -b:v 500k -keyint_min 250 -strict experimental -pix_fmt yuv420p -movflags empty_moov+default_base_moof -an -preset ultrafast -f mp4 tcp://localhost:9090
The text was updated successfully, but these errors were encountered: