> On Apr 20, 2019, at 10:24 37PM, Ivan Kirillov <[email protected]> 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 "`streamlink --stream-url --default-stream best 
https://www.twitch.tv/mytwitch`"; -c copy -f flv rtmp://

> im geting an error
> 
> |error: Error when writing to output: [Errno 32] Broken pipe, exiting|
> 

output...  again try writing to a local file first, then test your rtmp server 
and make sure that works using local file as input....


> what am i doing wrong guys ?
> 
> _______________________________________________
> ffmpeg-user mailing list
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to