2017 © Pedro Peláez
 

library php-aliyun-open-api-live

aliyunsdk

image

aliyunapi/php-aliyun-open-api-live

aliyunsdk

  • Friday, December 15, 2017
  • by xutl
  • Repository
  • 0 Watchers
  • 6 Stars
  • 89 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 12 Versions
  • 11 % Grown

The README.md

php-aliyun-open-api-live

Build Status Latest Stable Version Total Downloads, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist aliyunapi/php-aliyun-open-api-live

or add, (*4)

"aliyunapi/php-aliyun-open-api-live": "~1.0"

to the require section of your composer.json., (*5)

使用方式

$live = new \aliyun\live\Client([
    'accessKeyId' => '123456',
    'accessSecret' => '123456'
    'appName' => 'live',
    'domain' => 'live.cctv.com',
    'pushAuth' => '1234567',
]);

//发送接口请求
$package = [
    'Action' => 'DescribeLiveStreamsPublishList',
    'DomainName' => 'live.cctv.com',
    'StartTime' => gmdate('Y-m-d\TH:i:s\Z', strtotime('2017-03-15')),
    'EndTime' => gmdate('Y-m-d\TH:i:s\Z', strtotime('2017-04-01')),
];
$response = $live->createRequest($package);
print_r($response);
//非请求接口
生成推流地址
$live->getPushPath();
$live->getPushArg($uuid);

//获取播放地址
$live->getPlayUrls($uuid);

exit;

The Versions

15/12 2017

dev-master

9999999-dev

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk live

05/05 2017

1.0.9

1.0.9.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk live

05/05 2017

1.0.8

1.0.8.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk live

25/04 2017

1.0.7

1.0.7.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk live

30/03 2017

1.0.6

1.0.6.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk

30/03 2017

1.0.5

1.0.5.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk

30/03 2017

1.0.4

1.0.4.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk

29/03 2017

1.0.3

1.0.3.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk

28/03 2017

1.0.2

1.0.2.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk

20/03 2017

1.0.1

1.0.1.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk

20/03 2017

1.0.0

1.0.0.0

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk

20/03 2017

dev-new

dev-new

aliyunsdk

  Sources   Download

Apache

The Requires

 

The Development Requires

by Xu TL

aliyun aliyun sdk