Skip to content

Commit 5bdd855

Browse files
author
archurtan
committed
恢复加密
Change-Id: Ia9b816d79baf3f96fbea003c8473b2e2c6482596
1 parent 1ad3d1e commit 5bdd855

File tree

1 file changed

+3
-3
lines changed
  • sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video

1 file changed

+3
-3
lines changed

sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/Command.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ class Command {
2424
}
2525

2626
fun getVideoStandardQualityUrlSuffix(channel: Int): String {
27-
return "ipc.flv?action=live&channel=${channel}&quality=standard&_crypto=off"
27+
return "ipc.flv?action=live&channel=${channel}&quality=standard"
2828
}
2929

3030
fun getVideoHightQualityUrlSuffix(channel: Int): String {
31-
return "ipc.flv?action=live&channel=${channel}&quality=high&_crypto=off"
31+
return "ipc.flv?action=live&channel=${channel}&quality=high"
3232
}
3333

3434
fun getVideoSuperQualityUrlSuffix(channel: Int): String {
35-
return "ipc.flv?action=live&channel=${channel}&quality=super&_crypto=off"
35+
return "ipc.flv?action=live&channel=${channel}&quality=super"
3636
}
3737

3838
fun getNvrIpcStatus(channel: Int, type: Int): String {

0 commit comments

Comments
 (0)