bluenviron / gortsplib

RTSP 1.0 client and server library for the Go programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong module declaration

dennisappel opened this issue · comments

When I try to get the module:
go get github.com/bluenviron/gortsplib go: downloading github.com/bluenviron/gortsplib v1.0.1 go: github.com/bluenviron/gortsplib@v1.0.1: parsing go.mod: module declares its path as: github.com/aler9/gortsplib but was required as: github.com/bluenviron/gortsplib

you have to add the version at the end of the URL...

go get github.com/bluenviron/gortsplib/v4