Skip to content

Commit

Permalink
Update camera-source.ts to work in remote HomeKit connection
Browse files Browse the repository at this point in the history
This fix  `exited with code 1 and signal null` error
dgreif#1303
  • Loading branch information
oliveira131 authored Sep 25, 2023
1 parent 26eebc8 commit 097aeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/homebridge-ring/camera-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ class StreamingSessionWrapper {
'libopus',
'-frame_duration',
request.audio.packet_time,
'-application',
'lowdelay',
//'-application', //commented to work in mobile context.
//'lowdelay',
]
: [
// AAC-eld specific
Expand Down

0 comments on commit 097aeb8

Please sign in to comment.