forked from External/mediamtx
webrtc: fix proxying PCMU tracks (#3427)
This commit is contained in:
parent
b9e9b08759
commit
16d0bb7200
3 changed files with 5 additions and 6 deletions
|
|
@ -154,8 +154,7 @@ func TestPeerConnectionPublishRead(t *testing.T) {
|
|||
ChannelCount: 1,
|
||||
},
|
||||
},
|
||||
// TODO: check why this fails
|
||||
/* {
|
||||
{
|
||||
"g711 pcmu mono",
|
||||
&format.G711{
|
||||
MULaw: true,
|
||||
|
|
@ -169,7 +168,7 @@ func TestPeerConnectionPublishRead(t *testing.T) {
|
|||
SampleRate: 8000,
|
||||
ChannelCount: 1,
|
||||
},
|
||||
}, */
|
||||
},
|
||||
} {
|
||||
t.Run(ca.name, func(t *testing.T) {
|
||||
pc1 := &PeerConnection{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue