dc35956 / gk7102-hack

Hack for Goke GK7102 Cloud IP Cameras
108 stars 19 forks source link

RTSP #10

Open sh4tteredd opened 2 years ago

sh4tteredd commented 2 years ago

Hi, how is RTSP server started? with which binary? this binary can be run "standalone" or it needs other hacks to be applied? thanks

dc35956 commented 1 year ago

In my case the rtsp is started by p2pcam binary.

If you want, you can start your own RTSP server, for example something like openRTSP. I didn't have the free time to play with it but I have seen it done in bolshevik/goke-GK7102-customizer. In his firmware he kills the p2pcam daemon (check https://github.com/bolshevik/goke-GK7102-customizer/blob/master/custom_firmware/kill_p2pcam.sh) and starts openRTSP as module to his firmware (https://github.com/bolshevik/goke-GK7102-customizer/tree/master/mod/modules/openrtsp)

Feel free to push here your implementation of openRTSP if you decide to make it. Running standalone rtsp server is something I am willing to try too.