Take control over your live stream video by running it yourself. Streaming + chat out of the box.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module github.com/gabek/transcodetest |
|
|
|
go 1.14 |
|
|
|
require ( |
|
github.com/r3b-fish/goffmpeg v0.6.0 // indirect |
|
github.com/xfrr/goffmpeg v0.0.0-20200403115021-c3a1545b29f4 // indirect |
|
) |
|
|
|
replace github.com/xfrr/goffmpeg => github.com/r3b-fish/goffmpeg v0.0.0-20200410215924-644d31a1bc6b
|
|
|