Progressive encoding support
Currently we only support encoding RDP has h264. This doesn't always work. Enough clients don't support it, sometimes we have codec/format issues or size limits.
For text editing which is low frequency changes with small damage it performs arguably better.
Decision is currently made based on an environment variable.
In following patches we will:
- make it dynamic based on caps
- make the h264 dynamic based on source activity
Edited by David Edmundson