Mudanças entre as edições de "Streaming"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
Linha 1: | Linha 1: | ||
+ | OBS | ||
+ | Placas | ||
+ | |||
+ | |||
* [http://www.flumotion.net/ flumotion] | * [http://www.flumotion.net/ flumotion] | ||
* [http://dummdida.blogspot.com/p/presence.html presence] | * [http://dummdida.blogspot.com/p/presence.html presence] | ||
Linha 85: | Linha 89: | ||
ices para transmissao local | ices para transmissao local | ||
de audio | de audio | ||
+ | |||
+ | |||
+ | === Gera Thumb === | ||
+ | * https://github.com/jbochi/live_thumb | ||
+ | * https://github.com/jbochi/gifstreaming | ||
+ | * https://github.com/wandenberg/nginx-video-thumbextractor-module |
Edição atual tal como às 15h19min de 27 de dezembro de 2017
OBS Placas
- flumotion
- presence
- Montando um servidor de webradio - radiolivre.org
- dicas de instalação e configuração do rivendell
- dicas para icecast
- Music Player Daemon
- dica de preços e configurações
- http://jarisflvplayer.org/
- https://github.com/pslacerda/telecorpo/wiki
- http://www.conservatorio.trieste.it/artistica/lola-project/lola-low-latency-audio-visual-streaming-system
- http://gtavcs.lavid.ufpb.br/downloads/
- http://code.sat.qc.ca/redmine/projects/scenic2/wiki
airtime
butt
soma suite
rivendell
landell
vlc streaming
DarkSnow
Theorur
freej
ezstream
dvsource
minuano
MuSE
Ices
LiveIce
TSS
modo de codificacao
- constante = abr
- media = abr
- varivel = vbr
$ wget -c http://pacotes.sarava.org/etch/ezstream_0.4.0_i386.deb
- usando ffmpeg2theora/oggfwd
$ ffmpeg -s 160x128 -vd /dev/video0 -ad /dev/dsp -ab 32 -b 12 -r 20 -f mpeg - | ffmpeg2theora -V 45 -v 0 -o \ /dev/.static/dev/stdout - | oggfwd 192.168.1.4 8000 hackme /theora.ogg
$ dvgrab --format raw - | ffmpeg2theora -a 0 -v 5 -f dv -x 320 -y 240 -o /dev/stdout - | oggfwd icecastserver 8000 pwd /theora.ogg
vlc -vvv ENTRADA --sout '#transcode{vcodec=theora,acodec=vorbis,vb=90,ab=32}:/ standard{access=shout,mux=ogg,dst=source:SENHA@SERVIDOR:8000/mount_point.ogg}'
ices para transmissao local de audio