mirror of
https://github.com/aler9/gortsplib
synced 2025-10-06 07:37:07 +08:00
14 lines
305 B
Modula-2
14 lines
305 B
Modula-2
module github.com/aler9/gortsplib
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/notedit/rtmp v0.0.0
|
|
github.com/pion/rtcp v1.2.4
|
|
github.com/pion/rtp v1.6.1
|
|
github.com/pion/sdp/v3 v3.0.2
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|
|
|
|
replace github.com/notedit/rtmp => github.com/aler9/rtmp v0.0.0-20210309202041-2d7177b7300d
|