roleoroleo / yi-hack-MStar

Custom firmware for Yi 1080p camera based on MStar platform
GNU General Public License v3.0
835 stars 110 forks source link

Commands in the console to create a login and password RTSP stream #456

Closed NeroWard closed 2 months ago

NeroWard commented 1 year ago

Prompt commands in the terminal to manually set the RTSP stream login and password and start a secure RTSP stream

roleoroleo commented 1 year ago

Use -u option for the user and -w option for the password. Please note that the stream is not secure, there is no encryption. Just authentication.

NeroWard commented 1 year ago

An example of a command?

roleoroleo commented 1 year ago

rRTSPServer -r both -c h264 -C h264 -a alaw -p 554 -n 0 -u user -w password

NeroWard commented 1 year ago

https://github.com/niceboygithub/AqaraCameraHubfw/tree/main/binutils I have an Aqara G2, but this project uses your work to make RSTP work. Perhaps I need to use the updated rRTSP from your project

NeroWard commented 1 year ago

Could you build rRTSP into an executable for me? My Linux knowledge is not enough to do it myself

roleoroleo commented 1 year ago

It's not a simple task. I need the sdk tool to build a source for your platform. Cross compiler, libc libraries, etc...

NeroWard commented 1 year ago

rRTSPServer -r both -c h264 -C h264 -a alaw -p 554 -n 0 -u user -w password

The console says "invalid option".Even if you enter each argument separately

roleoroleo commented 1 year ago

Probably he changed the source code or it's a very old version.

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.