mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
RTSP server/source: fix encoding of RTP packets with padding
This fixes a SIGSEGV with GStreamer.
This commit is contained in:
parent
20a8862b2f
commit
6dc11c2906
13 changed files with 17 additions and 17 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/aler9/gortsplib/pkg/rtpaac"
|
||||
"github.com/aler9/gortsplib/pkg/rtph264"
|
||||
"github.com/notedit/rtmp/av"
|
||||
"github.com/pion/rtp"
|
||||
"github.com/pion/rtp/v2"
|
||||
|
||||
"github.com/aler9/rtsp-simple-server/internal/conf"
|
||||
"github.com/aler9/rtsp-simple-server/internal/logger"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue