Thanks for the replies. I guess I'll just have to stream it in h.264. That seems to work fine.
On Sat, Sep 8, 2018 at 6:10 PM, DopeLabs <[email protected]> wrote: > it would also help if youtube actually supported hevc ingestion... > > https://support.google.com/youtube/answer/2853702?hl=en > > > > > On Sep 8, 2018, at 7:09 46AM, Carl Eugen Hoyos <[email protected]> > wrote: > > > > 2018-09-08 12:28 GMT+02:00, Michael Shaffer <[email protected]>: > > > >> c:\ffmpeg\bin\ffmpeg1.exe -re -rtsp_transport tcp -i "rtsp:// > >> admin:[email protected]:554" -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 hevc "rtmp:// > >> a.rtmp.youtube.com/live2/bmbp-3c10-f2b3-3hgj" > > > > (Complete, uncut console output missing, "-f hevc" looks wrong, > > "threads 0" seems useless.) > > > > hevc is not defined for flv, this is therefore not (yet) possible. > > > > Carl Eugen > > _______________________________________________ > > 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". > _______________________________________________ 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".
