From 80b6e62cb8a3a02ed07304f3c2d3e4a5f6fc708d Mon Sep 17 00:00:00 2001 From: giongto35 Date: Sat, 6 Apr 2019 00:20:04 +0800 Subject: [PATCH] Revert "Good repo" This reverts commit a278fb4cd9901775f9ff5263abde07f26779c2e1. --- index.html | 132 +++++++++++++++++++---------------------------------- main.go | 3 -- 2 files changed, 48 insertions(+), 87 deletions(-) diff --git a/index.html b/index.html index 46ade8a8..5440435a 100644 --- a/index.html +++ b/index.html @@ -26,36 +26,9 @@ textarea { diff --git a/main.go b/main.go index f514176a..428c3a4d 100644 --- a/main.go +++ b/main.go @@ -75,15 +75,12 @@ func ws(w http.ResponseWriter, r *http.Request) { } defer c.Close() - log.Println("new connection") webRTC := webrtc.NewWebRTC() localSession, err := webRTC.StartClient(width, height) if err != nil { log.Fatalln(err) } - log.Println("new connection2") - // streaming game // imageChannel := make(chan *image.RGBA, 100) // go screenshotLoop(imageChannel, webRTC)