File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments