/*
* Creates a connection to the host and starts up the stream.
*/
private void startUp(StreamConfiguration streamConfig, Preferences prefs) {
streamFrame = new StreamFrame();
decoderRenderer = PlatformBinding.getVideoDecoderRenderer();
conn = new NvConnection(host, prefs.getUniqueId(), this, streamConfig, PlatformBinding.getCryptoProvider());
streamFrame.build(this, conn, streamConfig, prefs.getFullscreen());