Fix default video codec for HomeKit source

This commit is contained in:
Alexey Khit
2023-09-02 15:22:03 +03:00
parent 5ffd60c429
commit 5c5357cd79
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,9 +24,9 @@ func NewKeyframe() *Keyframe {
Kind: core.KindVideo,
Direction: core.DirectionSendonly,
Codecs: []*core.Codec{
{Name: core.CodecJPEG},
{Name: core.CodecH264},
{Name: core.CodecH265},
{Name: core.CodecJPEG},
},
},
},