1
0
Fork 0
forked from External/mediamtx

webrtc: fix proxying PCMU tracks (#3427)

This commit is contained in:
Alessandro Ros 2024-06-05 12:46:55 +02:00 committed by GitHub
parent b9e9b08759
commit 16d0bb7200
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 6 deletions

View file

@ -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{