ty, this is exactly what i need
21.04.2019 10:01, DopeLabs пишет:
On Apr 20, 2019, at 10:24 37PM, Ivan Kirillov wrote:
im trying to rip my stream with streamlink and then send it to my local rtmp
server by using
|streamlink https://www.twitch.tv/mytwitch best -O | ffmpeg -i pipe: -c copy -
> On Apr 20, 2019, at 10:24 37PM, Ivan Kirillov wrote:
>
> im trying to rip my stream with streamlink and then send it to my local rtmp
> server by using
>
> |streamlink https://www.twitch.tv/mytwitch best -O | ffmpeg -i pipe: -c copy
> -f flv rtmp://127.0.0.1/live|
>
try this
ffmpeg -i "
> On Apr 20, 2019, at 10:24 37PM, Ivan Kirillov wrote:
>
> im trying to rip my stream with streamlink and then send it to my local rtmp
> server by using
>
> |streamlink https://www.twitch.tv/mytwitch best -O | ffmpeg -i pipe: -c copy
> -f flv rtmp://127.0.0.1/live|
>
im not familiar wit
im trying to rip my stream with streamlink and then send it to my local
rtmp server by using
|streamlink https://www.twitch.tv/mytwitch best -O | ffmpeg -i pipe: -c
copy -f flv rtmp://127.0.0.1/live|
im geting an error
|error: Error when writing to output: [Errno 32] Broken pipe, exiting|
w