mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-05 15:46:58 +08:00
rtsp: emit log message when remuxing RTP packets (#4422)
This commit is contained in:
@@ -17,7 +17,7 @@ func TestLPCMEncode(t *testing.T) {
|
||||
ChannelCount: 2,
|
||||
}
|
||||
|
||||
p, err := New(1472, forma, true)
|
||||
p, err := New(1472, forma, true, nil)
|
||||
require.NoError(t, err)
|
||||
|
||||
unit := &unit.LPCM{
|
||||
|
Reference in New Issue
Block a user