Streaming Video

Hi all, I’m using html video tag for playing mp4 videos in Yii application. now i would like to stream (means playing this videos in other devices) this videos to some devices like iPad, tablet etc. Is it possible ? and how can play website videos in devices like ipad, tablet etc? Yii have any support for this?

You would need to search for information on ‘streaming’ videos to iPad via web, then implement that in your app. IF <video> tag allows streaming then go for it. That is an HTML5 question, not a Yii question.

By ‘streaming’ do you mean playing it like on a desktop? Or actual streaming? If the play in your desktop browser, they should play in an iPad browser. Depending on whether the codex for mp4 video is installed on the computer.