this extension can be used to insert a jwplayer to your web application.
client need install adobe flash player. then the server need the rtmp server or flv files. the demo code is using rtmp.
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 ));
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 .
Total 2 comments
I am very glad it helpls you .
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/
Leave a comment
Please login to leave your comment.