Some basic positioning of HTML

This commit is contained in:
Gabe Kangas
2020-06-01 23:50:32 -07:00
parent 216c15547d
commit 020ace7ddd
14 changed files with 111 additions and 103 deletions

View File

@@ -2,7 +2,6 @@ package main
import (
"bytes"
"fmt"
"io"
"log"
"os"
@@ -53,7 +52,6 @@ func (h *Handler) OnPublish(timestamp uint32, cmd *rtmpmsg.NetStreamPublish) err
// Record streams as FLV
p := getTempPipePath()
fmt.Println(p)
syscall.Mkfifo(p, 0666)
f, err := os.OpenFile(p, os.O_RDWR, os.ModeNamedPipe)
if err != nil {