Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

创建直播对象,检查oss控制台,无直播推流对象文件夹生成 #68

Closed
yigemaser opened this issue Jan 7, 2017 · 2 comments

Comments

@yigemaser
Copy link

ossClient.putObject(bucketName, "ggggg/", new ByteArrayInputStream(new byte[0]));
 CreateLiveChannelRequest createLiveChannelRequest = new CreateLiveChannelRequest(
	                    bucketName, “hello”);
	            ossClient.createLiveChannel(createLiveChannelRequest);

第一行能够执行成功,在oss的bucket中生成“ggggg”对象文件夹,这个只是测试用,顺序执行完,不报任何错误,但是oss的buket里面没有“hello”直播推流文件夹生成。
分别用oss 2.4.0和2.4.1版本,都不行

@yigemaser
Copy link
Author

哎,找到问题了,生成是生成了,在控制台是看不见的,只有推流成功了才能在控制台看见文件夹。

@yigemaser yigemaser changed the title 创建直播对象,无错误返回信息,检查oss控制台,无直播推流对象文件夹生成 创建直播对象,检查oss控制台,无直播推流对象文件夹生成 Jan 7, 2017
@baiyubin
Copy link
Contributor

您好,目前控制台上无法查看livechannel,可以通过listLiveChannels或getLiveChannelInfo查看。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants