Mudanças entre as edições de "Streaming"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
(8 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
 +
OBS
 +
Placas
 +
 +
 +
* [http://www.flumotion.net/ flumotion]
 +
* [http://dummdida.blogspot.com/p/presence.html presence]
 +
* [http://www.radiolivre.org/icecast Montando um servidor de webradio - radiolivre.org]
 +
* [http://rivendell.tryphon.org/wiki/Main_Page/pt-br dicas de instalação e configuração do rivendell]
 +
* [https://wiki.archlinux.org/index.php/Streaming_With_Icecast dicas para icecast]
 +
* [http://mpd.wikia.com/wiki/Configuration Music Player Daemon]
 +
* [http://www.inhosting.com.br/stream_de_audio+shoutcast+autodj+trafegoilimitado.php 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
 +
* http://www.sourcefabric.org/en/products/airtime_overview/
 +
* http://sourceforge.net/projects/airtime/
 +
 +
butt
 +
* http://sourceforge.net/projects/butt/
 +
 +
soma suite
 +
* http://www.somasuite.org/
 +
 +
rivendell
 +
* http://www.rivendellaudio.org/
 +
 +
landell
 +
* http://softwarelivre.org/landell
 +
 
vlc streaming
 
vlc streaming
 
* http://www.videolan.org/vlc/streaming.html
 
* http://www.videolan.org/vlc/streaming.html
Linha 55: 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



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


Gera Thumb