Skip to content

Commit

Permalink
Merge pull request #41 from rudyberends/intercom
Browse files Browse the repository at this point in the history
fix: streamUrl fixed for video
  • Loading branch information
rudyberends committed Aug 28, 2023
2 parents fb3a911 + 95dd1b9 commit 4134d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homekit/hksv/StreamingDelegate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export class streamingDelegate implements CameraStreamingDelegate, FfmpegStreami
'-flags', 'low_delay',
'-max_delay', '0',
'-re',
'-i', `http://${this.streamUrl}`,
'-i', `${this.streamUrl}`,
'-an',
'-sn',
'-dn',
Expand Down

0 comments on commit 4134d09

Please sign in to comment.