Felix Burkard

Results 4 comments of Felix Burkard

I don't have a full dump, but i have the relevant files here [firmware.zip](https://github.com/user-attachments/files/17963395/firmware.zip) /etc/init.d/rcS is run on startup, does some setup stuff, runs /rom/setup.sh and then /ipc/ipc, which handles...

> Yes, you're right. I remember now! > > If you would like more information on that functionality [see here.](https://github.com/cjj25/Yi-RTS3903N-RTSPServer/blob/ec79b746c5093e2e08a49ffb4494a82f8bfdf09f/build/src/stream.c#L224) That's precisely the function that throws the error. I analyzed...

I found the code responsible for intializing /dev/videoX in ipc and added it to [stream.c](https://github.com/ubeF/Yi-RTS3903N-RTSPServer/blob/d2fb7803a41d0fc94849027e4b01c30a0722344e/build/src/stream.c). Now i can capture raw footage from __/dev/video51__. Stream creates __/tmp/h264_high_fifo__, but it seems to...

I never got the hardware-accelerated encoding working. Decided to put the RTSP-Server on another device and stream the video there via ffmpeg. But because it's encoding everything via the CPU...