mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2026-04-22 23:57:20 +08:00
Remove homekit source params from streams info API
This commit is contained in:
@@ -29,9 +29,9 @@ type Client struct {
|
|||||||
|
|
||||||
stream *camera.Stream
|
stream *camera.Stream
|
||||||
|
|
||||||
MaxWidth int
|
MaxWidth int `json:"-"`
|
||||||
MaxHeight int
|
MaxHeight int `json:"-"`
|
||||||
Bitrate int // in bits/s
|
Bitrate int `json:"-"` // in bits/s
|
||||||
}
|
}
|
||||||
|
|
||||||
func Dial(rawURL string, server *srtp.Server) (*Client, error) {
|
func Dial(rawURL string, server *srtp.Server) (*Client, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user