Use the built-in AAC codec

This commit is contained in:
Gabe Kangas
2020-07-11 16:34:50 -07:00
parent a0d27df8c6
commit 1409477dce
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,6 @@ func HandleConn(c *rtmp.Conn, nc net.Conn) {
f, err := os.OpenFile(pipePath, os.O_RDWR, os.ModeNamedPipe)
_pipe = f
fmt.Println(pipePath)
if err != nil {
panic(err)
}