mirsamantajbakhsh / LiveHiddenCamera

Live Hidden Camera is a library which record live video and audio from Android device without displaying a preview.
https://mstajbakhsh.ir/android-spy-camera/
75 stars 36 forks source link

Socket.io Server instead of an RTMP Server #4

Closed Morsmalleo closed 2 years ago

Morsmalleo commented 2 years ago

Would it be possible to use this with a Socket.io Server instead of an RTMP Server??

mirsamantajbakhsh commented 2 years ago

Hi. As I have checked Socket.io, it seems that it does not support RTMP and has its own API. Therefore, I think you can't use this library with Socket.io.

Currently, I don't have any plan for changing the code. But any contribution is welcome.

Morsmalleo commented 2 years ago

Hi. As I have checked Socket.io, it seems that it does not support RTMP and has its own API. Therefore, I think you can't use this library with Socket.io.

Currently, I don't have any plan for changing the code. But any contribution is welcome.

No you're not understanding me, I mean switch out RTMP for Socket.io, not integrate Socket.io with RTMP, sorry I should have explained that one a bit better