Delete README.md

This commit is contained in:
nareix 2016-06-25 22:59:53 +08:00 committed by GitHub
parent 505ca290d3
commit ec5094fd7d

View File

@ -1,23 +0,0 @@
Rtmp
====
Golang rtmp server
Run a simple server
package main
import "github.com/go-av/rtmp"
func main() {
rtmp.SimpleServer()
}
Use avconv to publish stream
avconv -re -i a.mp4 -c:a copy -c:v copy -f flv rtmp://localhost/myapp/1
Use avplay to play stream
avplay rtmp://localhost/myapp/1