html - Embed Flash player in a PHP page for live streaming -


i want play live rtmp streaming video in php application. have tried code below purpose:

<object width="400" height="409" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">   <param name="src" value="rtmp://111.111.11.1/live">   <param name="allowscriptaccess" value="always"></param>   <embed src="rtmp://111.111.11.1/live" width="400" height="409"></embed> </object> 

but not working. when replace rtmp://111.111.11.1/live 3gp files, code working. problem here? there other code play live streaming video?

note: rtmp://111.111.11.1/live sample url.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -