mobile CCTV,mobile surveillance,police body worn cameras

 forgetPW
 registerNow
search
12NextPage
backToList newPost
view: 2571|reply: 16
打印 prevThread nextThread

FTP 上传后 平台查询不到文件

[copyURL]

18

主题

81

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
jumpTo
owner
poston 2019-5-6 16:38 | authorOnly 回帖奖励 |倒序浏览 |阅读模式
通过FTP把图片上传到服务器上,在服务器上可以看到文件,但是通过平台中  录像检索-->平台存储  找不到该图片。



reply

使用道具 report

10

主题

531

帖子

2493

积分

admin

Rank: 9Rank: 9Rank: 9

积分
2493
sofa
poston 2019-5-6 16:41 | authorOnly
这个问题是否你们这两天天天盯着我们解决的那个?
reply agree Against

使用道具 report

18

主题

81

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
bench
 Owner| poston 2019-5-6 16:55 | authorOnly
admin post on2019-5-6 16:41
这个问题是否你们这两天天天盯着我们解决的那个?

您有时间帮忙看一下吧。这个东西确实挺急的
reply agree Against

使用道具 report

10

主题

531

帖子

2493

积分

admin

Rank: 9Rank: 9Rank: 9

积分
2493
ground
poston 2019-5-6 17:07 | authorOnly
应该已经解决了,找胡工即可。
reply agree Against

使用道具 report

18

主题

81

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
5#
 Owner| poston 2019-5-6 17:44 | authorOnly
admin post on2019-5-6 17:07
应该已经解决了,找胡工即可。

好的。。。。。。。。。。。。。
reply agree Against

使用道具 report

18

主题

81

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
6#
 Owner| poston 2019-5-7 15:28 | authorOnly

在使用 MCU Android SDK 的时候  上传文件 成功后 CUSDK 没有文件上传后的状态回调。

  1. public class FileSync2 implements CoreSDK.FileTransfer2CallBack{
  2.     @Override
  3.     public void transferStatus(JNIMessage message) {// 最原始回调(文件传输)

  4.         String value = message.getStrParam(JNIMessage.Key.JNIMESSAGE_KEY_S_RESULT.getName());
  5.         Gson gson = new Gson();
  6.         BVCU_File_TransferInfos[] infos = gson.fromJson(value, BVCU_File_TransferInfos[].class);
  7.         Log.d(TAG, "transferStatus: -->"+value);//
  8.         if (onFileTransferListener != null) {
  9.             Utils.sendMessage(handler, TRANSFER_LISTENER, infos);
  10.         }
copycode

只有在 CUSDK 的日志里有输出
  1. 2019-05-07 15:18:24.301 12326-12326/com.inchatcu.mcu I/CoreSDK: ----------------->PostMessageToNative file.sync
  2. 2019-05-07 15:18:24.302 12326-12326/com.inchatcu.mcu I/CoreSDK: ----------------->S_ID -> file.sync
  3. 2019-05-07 15:18:24.302 12326-12326/com.inchatcu.mcu I/CoreSDK: ----------------->I_METHOD -> 0
  4. 2019-05-07 15:18:24.302 12326-12326/com.inchatcu.mcu I/CoreSDK: <-----------------PostMessageToNative
  5. 2019-05-07 15:18:24.305 12326-12372/com.inchatcu.mcu I/CUGlobal: pMsg->iAction = 13
  6. 2019-05-07 15:18:24.305 12326-12372/com.inchatcu.mcu I/CUGlobal: File:jni/CUGlobal.cpp,Func = handleThreadMsg, begin
  7. 2019-05-07 15:18:24.305 12326-12372/com.inchatcu.mcu I/CUGlobal: param.iFileStartOffset = -1
  8. 2019-05-07 15:18:24.305 12326-12372/com.inchatcu.mcu I/CUGlobal: pBVCSPParam->stFileTarget.iStartTime_iOffset = -1
  9. 2019-05-07 15:18:24.305 12326-12372/com.inchatcu.mcu I/CUGlobal: bUpload 1, local /storage/emulated/0/UE4Game/PUBGM/PUBGM/Saved/TmpHeadImages_2019-05-02/PU_20223914_00_20190502_102334.jpg, remote /PU_20223914/Photo/20190507/PU_20223914_00_20190502_102334.jpg
  10. 2019-05-07 15:18:24.308 12326-12372/com.inchatcu.mcu I/CUGlobal: openFileTransfer success! hDialog = 4
  11. 2019-05-07 15:18:24.308 12326-12372/com.inchatcu.mcu I/CUGlobal: File:jni/CUGlobal.cpp,Func = handleThreadMsg, end
  12. 2019-05-07 15:18:24.308 12326-12326/com.inchatcu.mcu I/CoreSDK: <FAIL> RefObject [0xffa19824] destroyed with count=2
copycode


请问下是什么问题





reply agree Against

使用道具 report

18

主题

81

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
7#
 Owner| poston 2019-5-7 15:44 | authorOnly
LJJ post on2019-5-7 15:28
在使用 MCU Android SDK 的时候  上传文件 成功后 CUSDK 没有文件上传后的状态回调。

在  transferStatus 这个方法里 没有任何数据 输出
reply agree Against

使用道具 report

4

主题

70

帖子

242

积分

midMem

Rank: 3Rank: 3

积分
242
8#
poston 2019-5-7 15:55 | authorOnly
BVCU_File_TransferInfos[] infos = gson.fromJson(value, BVCU_File_TransferInfos[].class);

infos[i].event == BVCU_EVENT_DIALOG.BVCU_EVENT_DIALOG_CLOSE && infos[i].result >= 0
表示成功

infos[i].result < 0
表示失败
reply agree Against

使用道具 report

4

主题

70

帖子

242

积分

midMem

Rank: 3Rank: 3

积分
242
9#
poston 2019-5-7 16:00 | authorOnly
你们是用FTP上传的吗?麻烦贴一下你们调用的上传方法
reply agree Against

使用道具 report

18

主题

81

帖子

258

积分

midMem

Rank: 3Rank: 3

积分
258
10#
 Owner| poston 2019-5-7 16:17 | authorOnly
  1.     public int sendFile(String path) {


  2.         String szClientID = ProcessControl.getInstance().getApp().getServerParam().szClientID;
  3.         if (!szClientID.contains("PU_")) {
  4.             szClientID = "PU_" + szClientID.split("_")[1];
  5.         }
  6.         SimpleDateFormat formatter = new SimpleDateFormat("yyyyMMdd", Locale.getDefault());
  7.         Date curDate = new Date(System.currentTimeMillis());
  8.         String time =  formatter.format(curDate);
  9.         String nruPath = "/" + szClientID + "/Photo/" + time + "/" + Utils.getFileName(path);
  10.         BVCU_File_TransferParam transferParam = new BVCU_File_TransferParam();
  11.         transferParam.bUpload = FileSync2.UPLOAD;
  12.         transferParam.pRemoteFilePathName = nruPath;
  13.         transferParam.pLocalFilePathName = path;
  14.         return FileSync2.getInstance().startFileTransfer(transferParam);

  15.     }

  16.     public void setFileTransferListener(FileSync2.OnFileTransferListener fileTransferListener) {
  17.         FileSync2.getInstance().setOnFileTransferListener(fileTransferListener);
  18.     }
copycode
reply agree Against

使用道具 report

creditRule

QQ|wireless surveillance

GMT+8, 2024-12-25 21:02 , Processed in 0.058596 second(s), 19 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

QuickReply backToTop BackToList