mirror of
https://github.com/aler9/gortsplib
synced 2025-10-16 12:10:48 +08:00
rtph264: return error in decoder if packetization-mode is 2 (#153)
This commit is contained in:
@@ -36,7 +36,8 @@ func main() {
|
||||
|
||||
// create an H264 track
|
||||
track := &gortsplib.TrackH264{
|
||||
PayloadType: 96,
|
||||
PayloadType: 96,
|
||||
PacketizationMode: 1,
|
||||
}
|
||||
|
||||
// connect to the server and start publishing the track
|
||||
|
Reference in New Issue
Block a user