You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe The Bug:
When using a custom videoFilter in the config, still images fail to update. The change that introduced this bug was in release 0.1.18 where the videoFilter value is added to the ffmpeg command rather than the default scale values. Specifically v0.1.17...v0.1.18#diff-aa15bf368787a2fc2fbd3f276bdcca87R188
To Reproduce:
Add a custom videoFilter. Mine specifically is "format=nv12|vaapi,hwupload,scale_vaapi=w=1920:h=1080 -bf 0" as I am using hardware encoding for my ffmpeg streaming
Expected behavior:
Still images should update in the app occasionally
Logs:
Happy to provide logs however they don't actually report failures. I can however downgrade to 0.1.17 and it starts working again. Anything above 0.1.18 fails to update unless I remove the custom videoFilter
Show the Homebridge logs here.
Remove any sensitive information.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe The Bug:
When using a custom videoFilter in the config, still images fail to update. The change that introduced this bug was in release 0.1.18 where the videoFilter value is added to the ffmpeg command rather than the default scale values. Specifically v0.1.17...v0.1.18#diff-aa15bf368787a2fc2fbd3f276bdcca87R188
To Reproduce:
Add a custom videoFilter. Mine specifically is "format=nv12|vaapi,hwupload,scale_vaapi=w=1920:h=1080 -bf 0" as I am using hardware encoding for my ffmpeg streaming
Expected behavior:
Still images should update in the app occasionally
Logs:
Happy to provide logs however they don't actually report failures. I can however downgrade to 0.1.17 and it starts working again. Anything above 0.1.18 fails to update unless I remove the custom videoFilter
Homebridge Config:
Screenshots:
Environment:
The text was updated successfully, but these errors were encountered: