forked from External/mediamtx
support routing multichannel Opus between RTSP, SRT, HLS, UDP and recording in MPEG-TS and fMP4 (#3355) (#3368)
This commit is contained in:
parent
d21506182b
commit
e283725cde
11 changed files with 23 additions and 34 deletions
|
|
@ -45,8 +45,8 @@ func TestSource(t *testing.T) {
|
|||
tracks, err := pc.SetupOutgoingTracks(
|
||||
nil,
|
||||
&format.Opus{
|
||||
PayloadTyp: 111,
|
||||
IsStereo: true,
|
||||
PayloadTyp: 111,
|
||||
ChannelCount: 2,
|
||||
},
|
||||
)
|
||||
require.NoError(t, err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue