派生自 development/c++

pans
2019-03-30 b3a8f07c53c479051e427830379779cb56e87736
QiaoJiaSystem/VideoToImageMulth/main.cpp
@@ -66,8 +66,10 @@
//            std::string rtmpAddr = appConfig.getStringProperty("srsAddr");
//            std::string publish_basepath = rtmpAddr + "" ;
//            appPref.setStringData("publish.basepath", publish_basepath);
        appPref.setIntData("pulish.width", 640);
        appPref.setIntData("pulish.height", 360);
//        appPref.setIntData("pulish.width", 640);
//        appPref.setIntData("pulish.height", 360);
        appPref.setIntData("pulish.width", 1920);
        appPref.setIntData("pulish.height", 1080);
    }
//    int arg1 = atoi(argv[1]);
//