Re: [FFmpeg-user] problem with ffmpeg -c copy from pipe

2019-04-21 Thread Ivan Kirillov
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 -

Re: [FFmpeg-user] problem with ffmpeg -c copy from pipe

2019-04-21 Thread 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 > -f flv rtmp://127.0.0.1/live| > try this ffmpeg -i "

Re: [FFmpeg-user] problem with ffmpeg -c copy from pipe

2019-04-20 Thread 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 > -f flv rtmp://127.0.0.1/live| > im not familiar wit

[FFmpeg-user] problem with ffmpeg -c copy from pipe

2019-04-20 Thread Ivan Kirillov
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