From 9180f067df9799bf064cb7b3c182d4d9b21e4b18 Mon Sep 17 00:00:00 2001
From: chenshijun <chenshijun@aiotlink.com>
Date: 星期一, 25 三月 2019 13:40:41 +0800
Subject: [PATCH] 解码指定gpu
---
QiaoJiaSystem/DataManagerServer/demo.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/QiaoJiaSystem/DataManagerServer/demo.cpp b/QiaoJiaSystem/DataManagerServer/demo.cpp
index 8907a69..4217194 100644
--- a/QiaoJiaSystem/DataManagerServer/demo.cpp
+++ b/QiaoJiaSystem/DataManagerServer/demo.cpp
@@ -12,7 +12,7 @@
// json["rtsp"] = "rtsp://admin:a1234567@192.168.1.201:554/h264/ch1/main/av_stream";
//
// std::string publish_basepath = "rtmp://localhost:1934/live/cam" + std::to_string(554);
-// appPref.setLongData("gpu.index", 0);
+// appPref.setIntData("gpu.index", 0);
// appPref.setStringData("publish.basepath", publish_basepath);
// appPref.setIntData("pulish.width", 640);
// appPref.setIntData("pulish.height", 360);
--
Gitblit v1.8.0