Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wawesomeNOGUI authored Sep 5, 2022
1 parent ff0e87c commit 1085ed4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions screenGrabWebRTC.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ import (

"github.com/gorilla/websocket"

"github.com/kbinani/screenshot"

"github.com/pion/mediadevices"
"github.com/wawesomeNOGUI/RemoteDesktopForGaming/signal"
//"github.com/pion/mediadevices/pkg/frame"
Expand Down Expand Up @@ -470,6 +472,9 @@ var password *string
//==============================================================================

func main() {
screenshot.Setup()
defer screenshot.TearDown()

//First Get Command Line Arguments (Flags)
bitRate := flag.Int("bitrate", 5_000_000, "Integer Value For Video BitRate")
webRTCIP := flag.String("ip", "", "IP for this computer for the browser webRTC peer to connect to")
Expand Down

0 comments on commit 1085ed4

Please sign in to comment.