mirror of
https://github.com/aler9/gortsplib
synced 2025-10-03 14:26:42 +08:00
fix encoding of RTP packets with padding
this fixes a SIGSEGV with GStreamer
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/aler9/gortsplib"
|
||||
"github.com/pion/rtcp"
|
||||
"github.com/pion/rtp"
|
||||
"github.com/pion/rtp/v2"
|
||||
)
|
||||
|
||||
// This example shows how to
|
||||
|
Reference in New Issue
Block a user