mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
rtph264: return error in decoder if packetization-mode is 2 (#153)
This commit is contained in:
@@ -37,7 +37,8 @@ func main() {
|
||||
|
||||
// create an H264 track
|
||||
track := &gortsplib.TrackH264{
|
||||
PayloadType: 96,
|
||||
PayloadType: 96,
|
||||
PacketizationMode: 1,
|
||||
}
|
||||
|
||||
// Client allows to set additional client options
|
||||
|
Reference in New Issue
Block a user