Skip to content

Commit

Permalink
Fix ffmpeg error when streaming over LTE/5G
Browse files Browse the repository at this point in the history
  • Loading branch information
tsightler committed Sep 6, 2023
1 parent 52e62ea commit f3ea93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/homebridge-ring/camera-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class StreamingSessionWrapper {
'-f',
'rtp',
`rtp://127.0.0.1:${await this.repacketizeAudioSplitter
.portPromise}?pkt_size=188`,
.portPromise}?pkt_size=276`,
],
video: false,
output: [],
Expand Down

0 comments on commit f3ea93e

Please sign in to comment.