|
public function getRtmp($name, $time = 3600)
|
|
public function getRtmp($name, $time = 3600)
|
|
- $url = \Qiniu\Pili\RTMPPublishURL($this->config['domain_publish'], $this->config['space'], $name, 3600, $this->config['appkey'], $this->config['appsecret']);
|
|
+ $url = \Qiniu\Pili\RTMPPublishURL($this->config['domain_publish'], $this->config['space'], $name, $time, $this->config['appkey'], $this->config['appsecret']);
|