Files
rtsp2rtmp/go.mod
2025-02-05 00:12:41 +08:00

17 lines
525 B
Modula-2
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module github.com/hkmadao/rtsp2rtmp
go 1.16
require (
github.com/beego/beego/v2 v2.0.1
// github.com/deepch/vdk v0.0.0-20241120073805-439b6309323c //gitUrl v0.0.0-timestamp-commitId //timestamp为0时区的时间commitId为前12为
github.com/deepch/vdk v0.0.27
github.com/gin-gonic/gin v1.7.2
github.com/go-cmd/cmd v1.4.3
github.com/google/uuid v1.3.0
github.com/lib/pq v1.10.9
github.com/matoous/go-nanoid/v2 v2.1.0
)
replace github.com/deepch/vdk => github.com/hkmadao/vdk v0.0.0-20250204160314-c07ed611e735