| | |
| | | std::string publish_basepath = rtmpAddr + "cam" + str_uuid; |
| | | DBG("publish_basepath:" << publish_basepath); |
| | | appPref.setStringData("publish.basepath", publish_basepath); |
| | | appPref.setIntData("pulish.width", 640); |
| | | appPref.setIntData("pulish.height", 360); |
| | | appPref.setIntData("pulish.width", 1920); |
| | | appPref.setIntData("pulish.height", 1080); |
| | | |
| | | if (m_rtmp.find(ip) != m_rtmp.end()) { |
| | | if (m_rtmp[ip].appPC == nullptr) { |
| | |
| | | std::string publish_basepath = rtmpAddr + "cam" + str_uuid; |
| | | DBG("publish_basepath:" << publish_basepath); |
| | | appPref.setStringData("publish.basepath", publish_basepath); |
| | | appPref.setIntData("pulish.width", 640); |
| | | appPref.setIntData("pulish.height", 360); |
| | | appPref.setIntData("pulish.width", 1920); |
| | | appPref.setIntData("pulish.height", 1080); |
| | | |
| | | if (m_rtmp.find(ip) != m_rtmp.end()) { |
| | | if (m_rtmp[ip].appPC == nullptr) { |