-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Ability to set different codec for restream and use go2rtc hardware #4876
Conversation
✅ Deploy Preview for frigate-docs canceled.
|
Thanks! With the version 4 days ago I get only a green screen (no errors in the logs). Is it possible that the switch to hw presets changed something that doesn't work for mjpeg streams?
|
It wouldn't make sense to have no error logs though, also I don't see what hwaccel you're using, it's possible that the -vf filter doesn't work for mjpeg but I'd need to see more of the config to understand the issue |
No errors in the logs would be ok if a "green" video isn't an error.
|
For mjpeg cameras I'd suggest setting the hwaccel args manually and see if that works. Otherwise you can just use the restream from this PR to transcode the mjpeg stream to h264 and then use that as the source for detect and record |
I did this before (you told me in another thread to use presets...). Same, same. |
are you using the latest dev image? I'll have to see if I can put together an mjpeg stream to test, too much information to ask for to figure out what the problem is |
Yes. Latest dev image. But not problem, mjpeg isn't so important (using an esp32cam with a printed case as door spy). |
No description provided.