Re: [FFmpeg-user] Streaming to youtube-live / stream copying from surveillance cam to youtube-live not recognized

2022-03-17 Thread Steven Kan
> On Mar 17, 2022, at 1:46 PM, Carl Zwanzig wrote: > >  >> On 3/17/2022 12:25 PM, Steven Kan wrote: >> The playlist is because the Reolink doesn’t have an audio track, which >> YouTube Stream Now requires. > You could also add a silent audio source with something like "-f lavfi -i > anullsrc"

Re: [FFmpeg-user] Streaming to youtube-live / stream copying from surveillance cam to youtube-live not recognized

2022-03-17 Thread Carl Zwanzig
On 3/17/2022 12:25 PM, Steven Kan wrote: The playlist is because the Reolink doesn’t have an audio track, which YouTube Stream Now requires. You could also add a silent audio source with something like "-f lavfi -i anullsrc" (check the options for anullsrc, you may need to tweek them). (It's

Re: [FFmpeg-user] Streaming to youtube-live / stream copying from surveillance cam to youtube-live not recognized

2022-03-17 Thread Steven Kan
> > On Mar 17, 2022, at 12:16 PM, Christian Pickhardt > wrote: > > Mail an ffmpeg-user@ffmpeg.org > > Hello ffmpeg-user-community, > since some weeks I am trying to copy a stream from an rtsp-stream to a > rtmp-stream (targeting youtube) without success. > > I have tested recent ffmpeg build

[FFmpeg-user] Streaming to youtube-live / stream copying from surveillance cam to youtube-live not recognized

2022-03-17 Thread Christian Pickhardt
Mail an ffmpeg-user@ffmpeg.org Hello ffmpeg-user-community, since some weeks I am trying to copy a stream from an rtsp-stream to a rtmp-stream (targeting youtube) without success. I have tested recent ffmpeg builds on Windows, and on my raspberry pi which is running ffmpeg version 4.4. What

Re: [FFmpeg-user] Streaming to YouTube Live

2020-04-19 Thread Moritz Barsnick
On Sat, Apr 18, 2020 at 12:48:44 -0500, First Last wrote: > Thank you so much for your help and for all of the useful information! Thanks for kindly reporting back your success! > In the more minimal configuration, processor usage seems to be stable at > about one quarter capacity, and memory at

Re: [FFmpeg-user] Streaming to YouTube Live

2020-04-18 Thread First Last
Thank you so much for your help and for all of the useful information! As I was writing, the thought momentarily occurred to me, that perhaps the issue related to the audio, but then the thought disappeared. Perhaps because of my inexperience. I have added the silent audio stream, as recommended,

Re: [FFmpeg-user] Streaming to YouTube Live

2020-04-17 Thread Moritz Barsnick
On Fri, Apr 17, 2020 at 17:02:21 -0500, First Last wrote: > I am uncertain whether this question is outside the scope of this forum, so > please advise me if it is. It's a little bit off topic, but fine by me. This was handled here recently, and there's a lot of stuff on the web about it. Not det

[FFmpeg-user] Streaming to YouTube Live

2020-04-17 Thread First Last
I am uncertain whether this question is outside the scope of this forum, so please advise me if it is. I am attempting to stream a single static image to YouTube Live, using an Amazon Linux server running on Amazon Lightsail, and using, of course, ffmpeg. I am using the following command: /home/