[streaming] Re: Streaming from PVR-350

Jose Garcia Cezar Junior jose.garcia at puc-campinas.edu.br
Thu Jun 2 15:11:40 CEST 2005


have some php code inside, check if browser is php or mozilla, but i should 
you understand.

<?if(browser_detection('browser') == "ie"){ ?>
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" 
codebase="axvlc.cab"
         width="330" height="250" id="vlc" events="True">
<param name="Src" value="rtsp://<?echo $address.":".$str_port."/".$url?>" />
<param name="ShowDisplay" value="True" />
<param name="Loop" value="True" />
<param name="AutoPlay" value="True" />
</OBJECT>
<?}
elseif(browser_detection('browser') == "moz"){?>
<embed type="application/x-vlc-plugin"
          name="vlc"
          autoplay="yes" loop="yes" width="330" height="250"
          target="rtsp://<?echo $address.":".$str_port."/".$url?>" />
<?} else {
         echo "Somente os browsers Internet Explorer e Mozilla são 
suportados, desculpe.";
}?>

<input type='button' class='submit' style='width:50px;height:25px' 
value='Play' onClick='document.vlc.play();'>
<input type='button' class='submit' style='width:50px;height:25px' 
value='Stop' onClick='document.vlc.stop();'>
<input type='button' class='submit' style='width:50px;height:25px' 
value='Mute' onClick='document.vlc.togglemute();'>
<input type='button' class='submit' style='width:95px;height:25px' 
value='Tela Cheia' onClick='document.vlc.fullscreen();'>

At 10:01 3/6/2005, you wrote:
>have you some example for explorer's embed tags?
>maurizio
>
>
>
>
>Il giorno 02/giu/05, alle 14:54, Jose Garcia Cezar Junior ha scritto:
>
>>Yes, with mozilla and activex (vr. 0.8.2-test1) plugins.
>>
>>Do you read a streaming how-to? its explain how-to use mozilla plugin.
>>And, in 0.8.2 activex folder have a example to use internet explorer.
>>
>>At 09:47 3/6/2005, you wrote:
>>>Hi all,
>>>is possible include (embed) vlc into a webpage (html) ?
>>>thanks
>>>maurizio
>>>
>>>
>>>
>>>
>>>Maurizio Galbiati
>>
>>>WTV
>>
>>>via Puccini,1
>>
>>>milan - Italy
>>
>>>M.Phone Italy 00393397285475
>>
>>>M.Phone Qatar 009745458395
>>
>>>M.Phone Oman  0096872354356
>>
>>>------------------------------------------------------------
>>
>>>The information transmitted is for the sole use of the intended 
>>>recipient (s) and may contain confidential and/or privileged material. 
>>>Any unauthorized review, retransmission, dissemination or other use is 
>>>prohibited. If you received this in error, please contact the sender and 
>>>delete the material from any computer.
>>
>>
>><
>>>/blockquote></x-html>
>Maurizio Galbiati
>WTV
>via Puccini,1
>milan - Italy
>M.Phone Italy 00393397285475
>M.Phone Qatar 009745458395
>M.Phone Oman  0096872354356
>------------------------------------------------------------
>The information transmitted is for the sole use of the intended recipient 
>(s) and may contain confidential and/or privileged material. Any 
>unauthorized review, retransmission, dissemination or other use is 
>prohibited. If you received this in error, please contact the sender and 
>delete the material from any computer.
>
></blockquote></x-html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/streaming/attachments/20050602/6cd3a191/attachment.htm 


More information about the streaming mailing list