mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-31 02:56:29 +08:00
rtsp: emit log message when remuxing RTP packets (#4422)
This commit is contained in:
@@ -18,7 +18,7 @@ func TestG711Encode(t *testing.T) {
|
||||
ChannelCount: 1,
|
||||
}
|
||||
|
||||
p, err := New(1472, forma, true)
|
||||
p, err := New(1472, forma, true, nil)
|
||||
require.NoError(t, err)
|
||||
|
||||
unit := &unit.G711{
|
||||
@@ -47,7 +47,7 @@ func TestG711Encode(t *testing.T) {
|
||||
ChannelCount: 1,
|
||||
}
|
||||
|
||||
p, err := New(1472, forma, true)
|
||||
p, err := New(1472, forma, true, nil)
|
||||
require.NoError(t, err)
|
||||
|
||||
unit := &unit.G711{
|
||||
|
||||
Reference in New Issue
Block a user