使用RTMP流程图从Flash媒体服务器流式传输

时间:2011-03-22 14:06:35

标签: drupal rtmp flowplayer

我正在使用此代码进行流式传输rtmp:

<?php
  $url = $node->field_url[0]['value'];
  $config = array(
    'clip' => array(
      'autoPlay' => $autoplay,
      'url' => 'myfile.flv',
      'provider' => 'rtmp',
     ),
    'plugins' => array(
       'rtmp'=>array(
         'netConnectionUrl' => 'rtmp://myserver',
         'url' => 'flowplayer.rtmp.swf'
       )
     ),
  );
  print theme('flowplayer', $config);
?>

此代码不起作用且没有显示?
请帮帮我

1 个答案:

答案 0 :(得分:0)

这可以通过使用较新版本的flowplayer rtmp player来解决。