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

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Linha 28: Linha 28:
 
LiveIce
 
LiveIce
 
* http://web.arm.ac.uk/~spm/software/liveice.html
 
* http://web.arm.ac.uk/~spm/software/liveice.html
 +
 +
TSS
 +
* http://gollum.artefacte.org/tss/
 +
  
  

Edição das 13h54min de 3 de setembro de 2009

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