Results 9 comments of eravion

I asked to ChatGPT, it propose the following code. ``` #include #include #include #include #include int main(int argc, char** argv) { TaskScheduler* scheduler = BasicTaskScheduler::createNew(); UsageEnvironment* env = BasicUsageEnvironment::createNew(*scheduler); RTSPClient*...

the full exchange here : https://chat.openai.com/share/4e645b57-1967-449e-a09a-05e9b542dcb3 Does it help?

yes, that's what the ffmpeg command is doing ffmpeg -f v4l2 -i /dev/video0 -c:v h264_omx -preset medium -tune zerolatency -b:v 500k -f rtsp rtsp://output-url Send the stream to the destination...

another option is to use ffmpeg on the camera. A compatible version is available here : https://johnvansickle.com/ffmpeg/ both armhf and armel are worming fine.

Yes, it is working fine : ![image](https://github.com/roleoroleo/yi-hack-Allwinner-v2/assets/8502933/08afb61d-453c-4e2b-9385-e2fbc0f68546) I wrote a simple script that I lunch manually in order to restart ffmpeg in case of. But I don't know to start...

Yes, it is ok with this version It is using less memory and less CPU. Good point ![image](https://github.com/roleoroleo/yi-hack-Allwinner-v2/assets/8502933/3ebad719-b521-4b0a-b999-d7e33c4bc03b) Next step having an automatic startup or a startup managed by the...

> @eravion > > Great work 🔥 Can you try to .m3u8 ? so, we can see the video streaming directly on bowser. > > like that: ffmpeg -rtsp_transport tcp...

Hello, Issue with Grafana 9.3.2 too ![image](https://user-images.githubusercontent.com/8502933/209712777-3ed03d4a-600c-403f-93c4-2fa7080af14b.jpeg)