homebridge-plugins / homebridge-camera-ffmpeg

Homebridge Plugin Providing FFmpeg-based Camera Support
https://homebridge-plugins.github.io/homebridge-camera-ffmpeg/
Apache License 2.0
1.09k stars 227 forks source link

Homebridge 2.0 ready? #1455

Open jdegouw opened 1 month ago

jdegouw commented 1 month ago

Hi

I got the famouse message: Homebridge Camera FFmpeg might not be ready for Homebridge v2.0

Not sure if development is still active or this plugin and not sure if this will work. Is there any feedback about this?

Sunoo commented 1 month ago

I wonder what needs to be done to make it Homebridge 2.0 ready… I’ll try to look into it.

jdegouw commented 1 month ago

I did a small check and I think it will work (not 100% sure as I'm only a hobby programmer) Breaking changes: Batterservice not used Characteristic.getValue not used Accessory.getServiceByUUIDAndSubType already using Accessory.getServiceById Accessory.updateReachability not used storagePath not used AudioCodec not used already using AudioStreamingCodec VideoCodec not used, H264CodecParameters is new format StreamAudioParams not used, AudioStreamingOptions is new format StreamVideoParams not used, VideoStreamingOptions is new format cameraSource not used, useLegacyAdvertiser not used AccessoryLoader not used Characteristic.ProgramMode -> PROGRAM_SCHEDULED_MANUALMODE corrected into PROGRAM_SCHEDULED_MANUAL_MODE not used

nak0604 commented 4 weeks ago

Yeah, if you think it's ready you can do this to avoid this question coming up. Screenshot 2024-09-28 154901

github-actions[bot] commented 17 hours ago

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.