Stream de video [RESOLVIDO]

1. Stream de video [RESOLVIDO]

Matth
MattF

(usa Slackware)

Enviado em 20/11/2015 - 14:10h

Como faço um script básico em html ou em php para colocar em um apache2 web server para fazer stream de um vídeo que se encontra na servidor(Ubuntu)?




  


2. Re: Stream de video [RESOLVIDO]

Matth
MattF

(usa Slackware)

Enviado em 23/11/2015 - 17:27h


Tô precisando da colaboração de vocês porquê essa não é minha área, não entendo quase nada de programação para web. Só queria por um videozinho em mp4 rodar no apache e tentei de várias formas mas acabei por ter que reinstalar o apache depois que ele bugou completamente e parou.

Qual seria a maneira mais simples de se fazer isso? Com php seria melhor?(mais fácil?)


3. Re: Stream de video [RESOLVIDO]

Matth
MattF

(usa Slackware)

Enviado em 06/12/2015 - 20:03h


Consegui com o seguinte script:


<!doctype html>
<html>
<style type="text/css"><!-- img { display:block } video {display:block} --></style>
<body bgcolor=#c0ffc0><center>
<font face="calibri,arial,sans-serif">
<h1>Stream de Videos </h1>
<font color=#008000 size=+2><b>VIDEO</b></font><br>
<table width=0 cellpadding=0 cellspacing=0 border=4 bordercolor=#008000><tr><td>
<video width="1024" height="768" controls autoplay>

<source src="video.mp4" />
<embed
src="YTPlayer.swf"
flashvars="movieName=video&autoStart=true"
width=480
height=390
allowFullScreen=true
type="application/x-shockwave-flash"
pluginspage="http://get.adobe.com/flashplayer" />
</video>
</td></tr></table>

</center></body></html>



Então tudo funcionou blz, mas o botão de colocar em tela cheia não apareceu na minha smartv, que aparentemente usa uma versão mais antiga do opera. O video roda, mas não tem tela cheia.

Aparentemente o html 5 não permite vídeos auto entrando no modo tela cheia, então existe alguma solução usando somente html?



4. Re: Stream de video [RESOLVIDO]

Matth
MattF

(usa Slackware)

Enviado em 06/12/2015 - 20:47h


Achei uma solução meio porca mas serve. Criei um link dentro da página do stream para outra página de stream com o html:


<!doctype html>
<html>



<link rel="stylesheet" type="text/css" href="full.css">
<style>
video_background {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1000;
}


</style>
<!-- Actual video file is 480x360 -->
<video id="video_background" controls autoplay>
<!-- .mp4 file must come first for Safari. IE9 will also play it. -->
<source src="video.mp4" />
<!-- Firefox 4.x, Google Chrome, and Opera will play the .webm format -->
<source src="video.webm" />
<!-- Firefox 3.5/3.6 will only play .ogv files -->
<source src="video.ogv" />
<!-- If all else fails, the script below will try to launch the Flash player. -->
<embed
src="YTPlayer.swf"
flashvars="movieName=video&autoStart=true"
width=480
height=390
allowFullScreen=true
type="application/x-shockwave-flash"
pluginspage="http://get.adobe.com/flashplayer" />
</video>
</td></tr></table>
<br>
<font size=+1></font>

</center></body></html>










Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts