Skip to content

Commit c1295ce

Browse files
author
markjrzhang
committed
update LiveTranscodeDemo
1 parent 0ed517a commit c1295ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/qcloud/cos/demo/ci/LiveTranscodeDemo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
import java.util.Date;
1414

1515
public class LiveTranscodeDemo {
16-
private static String appId = "1251704708";
17-
private static String bucket = "markjrzhang-1251704708";
16+
private static String appId = "123456789";
17+
private static String bucket = "demo-123456789";
1818
private static String objectKey = "test.m3u8";
1919
private static String expires = "3600";
2020
private static byte[] secret = "YourSecret".getBytes();

0 commit comments

Comments
 (0)