usg rtsp conntrack
## To enable RTSP Conntrack in the Unifi USG ##
## Create directory /config/scripts/pre-config.d ##
mkdir /config/scripts/pre-config.d
## Open and edit the init script ##
vi load_nat_rtsp_module.sh
## Paste the following: ##
#!/bin/bash
modprobe nf_nat_rtsp
## Close and save the file (esc + :wq) ##
## Restart the USG OR run the following command to start the service ##
sudo modprobe nf_nat_rtsp
## To check if RTSP is running run the following command ##
lsmod | grep rtsp
Also in C++:
- how to install bootstrap in angular 10
- delete local git repository command line creates by react
- bash show special characters in file
- docker run name
- conda install numpy
- cursor size in linux not changing on the desktop
- how to run pyinstaller generate application in linux
- how to install wordcloud in python
- extract rockyou.txt kali linux
- delete branch github
- zip destination folder
- move files command line windows
- how to check git changes before commit
- perl install Switch
- awk delimiter semi-colon
- amazon linux wireguard
- get string after character shell script
- install pgadmin4 in ubuntu
- git reflog reset
- bitbucket how to undo commit
- declare dataset in powershell
- npm install in dev mode
- git check upstream url
- flutter plugin installed but in flutter doctor it shows not installed