예제 #1
0
파일: OeipManager.cs 프로젝트: kbitc/oeip
        protected override void Init()
        {
            onLogDelegate = new OnLogDelegate(OnLogHandle);
            OeipHelper.setLogAction(onLogDelegate);
            OeipHelper.initOeip();
            this.GetCameras();

            LiveCtx.liveMode   = OeipLiveMode.OIEP_FFMPEG;
            LiveCtx.bLoopback  = 0;
            LiveCtx.liveServer = "http://127.0.0.1:6110";//"http://129.211.40.225:6110" "http://127.0.0.1:6110"
        }