Homebridge 2.0 ready?
Closed this issue · 4 comments
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?
I wonder what needs to be done to make it Homebridge 2.0 ready… I’ll try to look into it.
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_MANUAL_MODE_ corrected into PROGRAM_SCHEDULED_MANUAL_MODE not used
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.