Add inbrowser basic streaming

This commit is contained in:
nxshock 2021-10-10 12:16:37 +05:00
parent 73ba82a4be
commit 233c39d51f
4 changed files with 35 additions and 1 deletions

View file

@ -35,6 +35,7 @@ func init() {
http.HandleFunc("/icon", HandleIcon)
http.HandleFunc("/upload", HandleUpload)
http.HandleFunc("/download", HandleDownload)
http.HandleFunc("/stream", HandleStream)
}
func main() {