mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Remove H.264 Baseline profile.
Some devices only support the Constrained Baseline profile.
This commit is contained in:
parent
a183ac4bcd
commit
fd09564c05
1 changed files with 0 additions and 5 deletions
|
@ -269,11 +269,6 @@ func codecsFromName(name string) ([]webrtc.RTPCodecParameters, error) {
|
|||
}
|
||||
case "h264":
|
||||
codecs = []webrtc.RTPCodecCapability{
|
||||
{
|
||||
"video/H264", 90000, 0,
|
||||
"level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f",
|
||||
fb,
|
||||
},
|
||||
{
|
||||
"video/H264", 90000, 0,
|
||||
"level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f",
|
||||
|
|
Loading…
Reference in a new issue