Diferencia entre revisiones de «Streaming»

De gacq wiki
Saltar a: navegación, buscar
 
(oggfwd/icecast)
 
(No se muestran 12 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
=Software=
+
=Audio=
 
==[http://www.icecast.org/ Icecast]==
 
==[http://www.icecast.org/ Icecast]==
 
Icecast is a streaming media server which currently supports Ogg
 
Icecast is a streaming media server which currently supports Ogg
Línea 7: Línea 7:
 
relatively easily and supports open standards for commuincation and
 
relatively easily and supports open standards for commuincation and
 
interaction.
 
interaction.
 +
=Video=
 +
==oggfwd/icecast==
 +
*'''dvgrav''' captura la camara
 +
*'''ffmpeg2theroa''' comprime
 +
*'''oggfwd''' lo manda al icecast
 +
*'''freej''' hace todo eso pero es grafico
 +
 +
===en la grabadora===
 +
apt-get install freej dvgrab ffmpeg2theora oggfwd
 +
 +
;Subir al icecast
 +
dvgrab --format raw - \
 +
| ffmpeg2theora -f dv -x 320 -y 240 -V 80 -a -1 -H 11025 -o /dev/stdout - \
 +
| oggfwd gacq.com 8000 mypass /gacq.ogg
 +
 +
;Subir al icecast y dejar un archivo local comprimido
 +
dvgrab --format raw - \
 +
| ffmpeg2theora -f dv -x 320 -y 240 -V 80 -a -1 -H 11025 -o /dev/stdout - \
 +
| tee capture.ogg \
 +
| oggfwd gacq.com 8000 mypass /gacq.ogg
 +
 +
===en el icecast===
 +
 +
 +
===En las PCs clientes===
 +
;VLC
 +
*[http://www.videolan.org/doc/vls-user-guide/es/vls-user-guide-es.html Guía de usuario de VLS]
 +
*[http://www.videolan.org/doc/faq/es/videolan-faq-es.html VideoLAN FAQ]
 +
 +
==mpeg4ip==
 +
*[http://mpeg4ip.net/ Home]
 +
**[http://mpeg4ip.sourceforge.net/documentation/index.php README]
 +
*http://redes-linux.all-inone.net/manuales/streaming/streaming_linux.pdf
 +
'''Problemas con patentes'''
 +
 +
==Para analizar==
 +
 +
*http://www.videolan.org/vlc/streaming.html
 +
*http://developer.apple.com/opensource/server/streaming/index.html
 +
*http://www.vivaolinux.com.br/artigos/verArtigo.php?codigo=2699

Revisión actual del 11:02 4 nov 2006

Audio

Icecast

Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for commuincation and interaction.

Video

oggfwd/icecast

  • dvgrav captura la camara
  • ffmpeg2theroa comprime
  • oggfwd lo manda al icecast
  • freej hace todo eso pero es grafico

en la grabadora

apt-get install freej dvgrab ffmpeg2theora oggfwd
Subir al icecast
dvgrab --format raw - \
| ffmpeg2theora -f dv -x 320 -y 240 -V 80 -a -1 -H 11025 -o /dev/stdout - \
| oggfwd gacq.com 8000 mypass /gacq.ogg
Subir al icecast y dejar un archivo local comprimido
dvgrab --format raw - \
| ffmpeg2theora -f dv -x 320 -y 240 -V 80 -a -1 -H 11025 -o /dev/stdout - \
| tee capture.ogg \
| oggfwd gacq.com 8000 mypass /gacq.ogg

en el icecast

En las PCs clientes

VLC

mpeg4ip

Problemas con patentes

Para analizar