mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-04 15:22:48 +08:00
support recording G711 tracks with fMP4 (#2853)
This commit is contained in:
@@ -75,6 +75,9 @@ func New(
|
||||
case *format.AC3:
|
||||
return newAC3(udpMaxPayloadSize, forma, generateRTPPackets)
|
||||
|
||||
case *format.G711:
|
||||
return newG711(udpMaxPayloadSize, forma, generateRTPPackets)
|
||||
|
||||
case *format.LPCM:
|
||||
return newLPCM(udpMaxPayloadSize, forma, generateRTPPackets)
|
||||
|
||||
|
Reference in New Issue
Block a user