开发者

Streaming from Flash media servers using the RTMP flowplayer

hi im using this code for streaming rtmp:

<?php
  $url = $node->field_url[开发者_JAVA技巧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);
?>

this code doesn't work and nothing shows ?

please help me


This would be solved by using the newer revision of flowplayer rtmp player.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜