elsampsa / valkka-live

OpenSource Video Surveillance Program
GNU Affero General Public License v3.0
31 stars 12 forks source link

Adds a 'Force TCP' configuration option #7

Closed NeverOddOrEven closed 4 years ago

NeverOddOrEven commented 4 years ago

This is useful for streaming over the internet or over VPN connections. The configuration dictionary field is named 'force_tcp' and is passed to the valkka-core 'request_tcp' field.

If you can provide suggestions for the creation of unit tests, or a preferred factoring just let me know. I would be happy to improve this PR per guidance.