...
|
...
|
@@ -212,7 +212,7 @@ class LivingController extends BaseController |
|
|
'living'=>$model->living,
|
|
|
'like_num'=>0,
|
|
|
'audience_num'=>0,//在线人数
|
|
|
'live_start_time'=>0,
|
|
|
'live_start_time'=>$model->starting_time,
|
|
|
'rtmp_downstream_address'=>'',
|
|
|
'flv_downstream_address'=>'',
|
|
|
'hls_downstream_address'=>'',
|
...
|
...
|
|