this extension can be used to insert a jwplayer to your web application.
Requirements ¶
client need install adobe flash player. then the server need the rtmp server or flv files. the demo code is using rtmp.
Usage ¶
unzip jwplayer.zip file to your extension folder, then write code.
$this->widget('ext.jwplayer.JwPlayer',array(
'rtmpPath'=>'rtmp://192.168.1.100/izhidao',
'flvName'=>$flvName,
'autoStart'=>false
));
Resources ¶
touch me or get more, go to my blog my site. this is only a demo to use jwplayer with yii. you can change anything if you want. More document you can get from here jwplayer .
Very helpfull
Hi,
Your extension helped me a lot but i can't create a list of video with it
so i created a new one based on your work, you can find it here
http://www.yiiframework.com/extension/jwplayerbox/
thank you
I am very glad it helpls you .
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.