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

Ivan Kirillov fatal at troitsk.ws
Sun Apr 21 11:19:55 EEST 2019


ty, this is exactly what i need

21.04.2019 10:01, DopeLabs пишет:
>
>> 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".
> _______________________________________________
> 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