[FFmpeg-user] problem with ffmpeg -c copy from pipe
DopeLabs
dopelabs at dubstep.fm
Sun Apr 21 10:01:27 EEST 2019
> On Apr 20, 2019, at 10:24 37PM, Ivan Kirillov <fatal at troitsk.ws> 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
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-user
mailing list