Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pion webrct v2 missing #43

Closed
ZelleAP opened this issue Sep 4, 2020 · 4 comments
Closed

pion webrct v2 missing #43

ZelleAP opened this issue Sep 4, 2020 · 4 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@ZelleAP
Copy link

ZelleAP commented Sep 4, 2020

If I will get the packed I become this errror:
go get github.com/deepch/RTSPtoWebRTC
package github.com/pion/webrtc/v2: cannot find package "github.com/pion/webrtc/v2" in any of:
/usr/lib/go-1.10/src/github.com/pion/webrtc/v2 (from $GOROOT)
/root/go/src/github.com/pion/webrtc/v2 (from $GOPATH)

@ajs3
Copy link

ajs3 commented Sep 9, 2020

Had the same issue here

@deepch
Copy link
Owner

deepch commented Sep 9, 2020

try

GO111MODULE=on go get github.com/deepch/RTSPtoWebRTC

@deepch deepch self-assigned this Sep 17, 2020
@deepch deepch added the help wanted Extra attention is needed label Sep 17, 2020
@gismofx
Copy link

gismofx commented Nov 30, 2020

I'm not a go expert, but receiving a similar error and tried the above as suggested and see this error now: (I'm using go version go1.15.5 windows/amd64)

PS C:\go> GO111MODULE=on go get github.com/deepch/RTSPtoWebRTC
GO111MODULE=on : The term 'GO111MODULE=on' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ GO111MODULE=on go get github.com/deepch/RTSPtoWebRTC
+ ~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (GO111MODULE=on:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

@deepch
Copy link
Owner

deepch commented Jan 7, 2021

updated v3

@deepch deepch closed this as completed Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants