It plays fine in VLC player at 1080p, but FFMPEG won't work. I've googled
this problem and only found one or two topics.

This is the stream I'm trying to get in to 1080p mode
https://www.youtube.com/watch?v=jYzQWfIBXQo
It's getting a lot of viewers, I wish I could get it to work in the higher
resoltuion.

On Thu, Jul 12, 2018 at 7:26 AM, Michael Shaffer <[email protected]>
wrote:

> Here is the command, with a screen shot of it and the error.
>
> c:\ffmpeg\bin\ffmpeg3.exe -re -rtsp_transport tcp -i "rtsp://
> admin:[email protected]:554/VideoInput/1/h264/1" -f lavfi -f dshow
> -rtbufsize 2000M -thread_queue_size 5096 -i audio="virtual-audio-capturer"
> -c:a libmp3lame -ab 128k -ar 44100 -c:v copy -threads 0 -bufsize 512k -f
> flv "rtmp://a.rtmp.youtube.com/live2/7ddp-1234-5678-f3ff"
>
> Screenshot:
> https://kdca.neocities.org/command.jpg
>
>
> On Tue, Jul 10, 2018 at 5:36 AM, Moritz Barsnick <[email protected]> wrote:
>
>> Hi Michael,
>>
>> On Mon, Jul 09, 2018 at 16:39:32 -0400, Michael Shaffer wrote:
>> > Hi, I'm trying to stream an IP camera to youtube, using FFMPEG to push
>> the
>> > stream. The problem is, if I put the camera in 1080p mode, I get this
>> error:
>> >
>> > method SETUP failed: 453 Not Enough Bandwidth
>> > Server returned 4XX Client Error, but not one of 40{0,1,3,4}
>>
>> Could you please show us the actual ffmpeg command line and its
>> complete, uncut console output?
>>
>> > Anyways, is there a way to allow FFMPEG to use more bandwidth? I have
>> some
>> > programming experience, could I edit the FFMPEG code somehow to allow
>> more
>> > bandwidth?
>>
>> That error message isn't caused by ffmpeg. ffmpeg can handle plenty of
>> bandwidth (assuming enough CPU and I/O), the RTMP server you're sending
>> to probably can't. We'll see when we see the output requested above.
>>
>> Cheers,
>> Moritz
>> _______________________________________________
>> ffmpeg-user mailing list
>> [email protected]
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>>
>> To unsubscribe, visit link above, or email
>> [email protected] with subject "unsubscribe".
>
>
>
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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

Reply via email to