load( "TVStation_v1_5.asc" ); /** * NOTE: This is for use with the VideoBroadcaster plugin. It enables pre-recorded file playback from the VideoBroadcaster to * the TV Station. However note that there is a serious bug that breaks the stream when switching between live * and pre-recorded playback so only use one type of playback when using this. * * This is beta and is not recommended for commercial use. Use at own risk. **/ //application.__bVideoBroadcastFilePlay = true; /** * NOTE: The following are optional and are currently in beta. They are not fully supported yet and are not recommended * for commercial use. * * Also note that it will take one connection to the server to use. **/ //Use to stream live from VideoBroadcast //load( "VideoBroadcast_Plugin.asc" ); //Use to stream live from FMEWebViewer //load( "FMEWebViewer_Plugin.asc" );