Skip to content

Commit

Permalink
Merge pull request #1539 from BrunoTCouto/onvif-RateControl
Browse files Browse the repository at this point in the history
fix(onvif): Add RateControl to fix Unifi Protect integration
  • Loading branch information
AlexxIT authored Jan 6, 2025
2 parents 55af09a + a9e1ebc commit a55be80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/onvif/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ func appendProfile(e *Envelope, tag, name string) {
<tt:Name>VEC</tt:Name>
<tt:Encoding>H264</tt:Encoding>
<tt:Resolution><tt:Width>1920</tt:Width><tt:Height>1080</tt:Height></tt:Resolution>
<trt:RateControl></trt:RateControl>
</tt:VideoEncoderConfiguration>
</trt:`, tag, `>
`)
Expand Down

0 comments on commit a55be80

Please sign in to comment.