Re: [FFmpeg-user] h.265 streaming to youtube

2018-09-08 Thread DopeLabs
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 wrote: > > 2018-09-08 12:28 GMT+02:00, Michael Shaffer : > >> c:\ffmpeg\bin\ffmpeg1.exe -re -rtsp_transport tcp -i "rtsp

Re: [FFmpeg-user] h.265 streaming to youtube

2018-09-08 Thread Carl Eugen Hoyos
2018-09-08 12:28 GMT+02:00, Michael Shaffer : > c:\ffmpeg\bin\ffmpeg1.exe -re -rtsp_transport tcp -i "rtsp:// > admin:password@192.168.1.64: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

[FFmpeg-user] h.265 streaming to youtube

2018-09-08 Thread Michael Shaffer
Does ffmpeg support h.265 streaming of an IP camera? I would like to use copy mode, just take the video from the camera and send it to youtube with no extra processing. This is the command I'm using c:\ffmpeg\bin\ffmpeg1.exe -re -rtsp_transport tcp -i "rtsp:// admin:password@192.168.1.64:554" -f