开发者

Streaming from Flash media servers using the RTMP flowplayer

开发者 https://www.devze.com 2023-02-18 19:47 出处:网络
hi im using this code for streaming rtmp: <?php $url = $node->field_url[开发者_JAVA技巧0][\'value\'];

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

精彩评论

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