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
Post a Comment