[streaming] Re: Streaming from PVR-350
Jose Garcia Cezar Junior
jose.garcia at puc-campinas.edu.br
Thu Jun 2 15:44:44 CEST 2005
ahm
you can cute this code. this line doesnt important to make run.
try only this:
>><OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
>>codebase="axvlc.cab"
>> width="330" height="250" id="vlc" events="True">
>><param name="Src" value="path to file, streaming or what do you need" />
>><param name="ShowDisplay" value="True" />
>><param name="Loop" value="True" />
>><param name="AutoPlay" value="True" />
>></OBJECT>
>>
>><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();'>
remember, example above is for Internet Explorer and only work if clients
have version 0.8.2-test1 or nightly build. In 0.8.1 and above doesnt work.
At 10:37 3/6/2005, you wrote:
>thank you for your assitence, i'm tried but i have the same error with
>mozilla and explorer:
>
>Parse error: parse error, unexpected T_ECHO in
>/web/htdocs/www.wtvonline.com/home/mau2.php on line 24
>THIS IS THE 24 LINE:
>echo "Somente os browsers Internet Explorer e Mozilla são suportados,
>desculpe.";
>
>
>GRAZIE
>
>
>
>
>
>Il giorno 02/giu/05, alle 15:11, Jose Garcia Cezar Junior ha scritto:
>
>>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.
>>>>
>>>>
>>>><
>>>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/c76c8d35/attachment.htm
More information about the streaming
mailing list