cryptagon / ion-cluster

Tandem's clustered WebRTC SFU built on ion-sfu
MIT License
32 stars 6 forks source link

importing as a package #16

Closed manishiitg closed 3 years ago

manishiitg commented 3 years ago

hi @billylindeman sorry to take your time again :)

is it possible to import ion-cluster as a go module?

i tried doing it but your module name https://github.com/cryptagon/ion-cluster/blob/master/go.mod#L1 `

module github.com/pion/ion-cluster

`

and git url are different. so go gives any error?

or am i doing something wrong?

thanks

billylindeman commented 3 years ago

hm yeah that's because we intended on moving this to pion org eventually...

why are you trying to import it as module, it's meant to be a standalone service

manishiitg commented 3 years ago

i mainly wanted to reused the gst producer package in ion load test, for now i have simply copy pasted the required files.