Warn when attempting to record unsupported codec.
This commit is contained in:
@@ -270,6 +270,10 @@ func newDiskConn(client *Client, directory, label string, up conn.Up, remoteTrac
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
conn.hasVideo = true
|
conn.hasVideo = true
|
||||||
|
default:
|
||||||
|
client.group.WallOps(
|
||||||
|
"Cannot record codec " + codec.MimeType,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
track := &diskTrack{
|
track := &diskTrack{
|
||||||
remote: remote,
|
remote: remote,
|
||||||
|
|||||||
Reference in New Issue
Block a user