我正在使用此代码进行流式传输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);
?>
此代码不起作用且没有显示?
请帮帮我
答案 0 :(得分:0)
这可以通过使用较新版本的flowplayer rtmp player来解决。