MVDSV related configuration items required for QTV¶
There are few needed variables you need to specify for your MVDSV to make it able to accept QTV streaming clients (QTV or even normal qw clients using qtvplay command).
QTV_STREAMPORT¶
- Specifies the specific port to listen for QTV connections using TCP.
- Is required for EACH port if you are running more than one port of MVDSVs on one machine.
- If you have 3 ports of MVDSV running on ports 30001-30003, specify:
- qtv_streamport 30001 (TCP) for the MVDSV running on port 30001 (UDP)
- qtv_streamport 30002 (TCP) for the MVDSV running on port 30002 (UDP)
- qtv_streamport 30003 (TCP) for the MVDSV running on port 30003 (UDP)
- You can specify any port you wish for each port of MVDSV, but it's recommended to use the same value as for normal UDP connections to make things simpler.
QTV_PASSWORD¶
- Can be used to limit access to MVDSV from QTV streaming proxies/clients.
- You can use one password for all ports or you can have different for each port.
- Leave blank if you don't wish to use password.
- Recommended config to use among MVDSV configs: pwd.cfg
- usage: qtv_password myqtvpassword