dever 6 years ago
parent
commit
124c955fb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video/lib/Live.php

+ 1 - 1
video/lib/Live.php

@@ -35,7 +35,7 @@ class Live
 
                 $source_type = Dever::input('source_type');
                 if ($source_type != 'ios' && $source_type != 'android') {
-                    $data['stream_rtmp'] = $data['stream_hdl'];
+                    //$data['stream_rtmp'] = $data['stream_hdl'];
                 }
             } elseif (isset($data['stream_link']) && $data['stream_link']) {
                 $data['stream'] = $data['stream_link'];