We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed517a commit c1295ceCopy full SHA for c1295ce
src/main/java/com/qcloud/cos/demo/ci/LiveTranscodeDemo.java
@@ -13,8 +13,8 @@
13
import java.util.Date;
14
15
public class LiveTranscodeDemo {
16
- private static String appId = "1251704708";
17
- private static String bucket = "markjrzhang-1251704708";
+ private static String appId = "123456789";
+ private static String bucket = "demo-123456789";
18
private static String objectKey = "test.m3u8";
19
private static String expires = "3600";
20
private static byte[] secret = "YourSecret".getBytes();
0 commit comments