hls, rtmp: compute duration correctly in case of an RTP overflow

This commit is contained in:
aler9 2021-12-09 20:28:45 +01:00
parent e22b42d3e9
commit a54ecaefe1
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/aler9/rtsp-simple-server
go 1.17
require (
github.com/aler9/gortsplib v0.0.0-20211208171701-d7e1c7c8d351
github.com/aler9/gortsplib v0.0.0-20211209192711-725e1b13a3b8
github.com/asticode/go-astits v1.10.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.7.2