Delete README.md
This commit is contained in:
parent
505ca290d3
commit
ec5094fd7d
23
README.md
23
README.md
@ -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
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user