mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-07 16:41:13 +08:00
This commit is contained in:
@@ -39,6 +39,9 @@ func New(
|
||||
case *formats.VP9:
|
||||
return newVP9(udpMaxPayloadSize, forma, generateRTPPackets, log)
|
||||
|
||||
case *formats.AV1:
|
||||
return newAV1(udpMaxPayloadSize, forma, generateRTPPackets, log)
|
||||
|
||||
case *formats.MPEG2Audio:
|
||||
return newMPEG2Audio(udpMaxPayloadSize, forma, generateRTPPackets, log)
|
||||
|
||||
|
Reference in New Issue
Block a user