Re: [FFmpeg-user] RTSP to Twitch

2021-03-11 Thread Sébastien Bonaimé
I found my solution : I set my camera to CBR 30 FPS smart codec OFF ad I have an output bitrate of 3532Kbps And here is my script cbr="3000k" # threads="4" # probesize="4M" ffmpeg -probesize ${probesize} -hide_banner -rtsp_transport tcp -thread_queue_size 30

Re: [FFmpeg-user] RTSP to Twitch

2021-03-10 Thread Sébastien Bonaimé
Thanks for your advice. Here is my changes : - changes my camera settings to VBR with 3532kb/s and 30 FPS - With VLC, I can see the RTSP stream which is 1920x1080 @29.970030 FPS with H264 - MPEG-4 AVC (part10) (H264) -compile ffmpeg on my pi4. Now I have ffmpeg version 4.3.2 Copyright (c) 2000-2

Re: [FFmpeg-user] RTSP to Twitch

2021-03-10 Thread Michael Shaffer
On Wed, Mar 10, 2021 at 6:56 AM Sébastien Bonaimé wrote: > Hi, > > I would like to stream a Revotech H6EV200-S-30-L 0S77 > ( > https://www.desertcart.com.my/products/57000744-revotech-hd-1920-x-1080p-2-0mp-indoor-ip-camera-mini-type-security-metal-camera-onvif-p2p-ip-cctv-cam-system-i706-black >

Re: [FFmpeg-user] RTSP to Twitch

2021-03-10 Thread Moritz Barsnick
Hi Sébastien, On Wed, Mar 10, 2021 at 12:55:25 +0100, Sébastien Bonaimé wrote: > included x264 codec are : libx264 libx264rgb h264_omx h264_v4l2m2m h264_vaapi > ffmpeg -probesize 10M -rtsp_transport tcp -thread_queue_size 1000k > \ > -i $url \ > -vsy

[FFmpeg-user] RTSP to Twitch

2021-03-10 Thread Sébastien Bonaimé
Hi, I would like to stream a Revotech H6EV200-S-30-L 0S77 (https://www.desertcart.com.my/products/57000744-revotech-hd-1920-x-1080p-2-0mp-indoor-ip-camera-mini-type-security-metal-camera-onvif-p2p-ip-cctv-cam-system-i706-black) camera pointing to a bird nest through my raspberry pi4 to my twitch c