- Automatic updates when new versions are released.
- Smaller file sizes.
I have to manually add email that you use to access Google Play account to a list of testers.
I have to manually add email that you use to access Google Play account to a list of testers.
Originally, I started it as Git Gist and later converted it into Git repo as it should probably be easier to find it and suggest changes.
As of now (February 2025) Belabox doesn't have an SRT ingest, only RTMP one.
I read on the Belabox Discord server that the reason for this is that a version of GStreamer library that Belabox uses has a broken SRT ingest.
| # | |
| # This should only prompt for a password the first time you login after each reboot. It will keep reusing the ssh-agent as long as it stays running. | |
| # | |
| if [ ! -S ~/.ssh/ssh_auth_sock ]; then | |
| eval `ssh-agent` | |
| ln -sf "$SSH_AUTH_SOCK" ~/.ssh/ssh_auth_sock | |
| fi | |
| export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock | |
| ssh-add -l | grep "The agent has no identities" && ssh-add |