Diferencia entre revisiones de «Streaming»
De gacq wiki
(→en la grabadora) |
(→oggfwd/icecast) |
||
Línea 9: | Línea 9: | ||
=Video= | =Video= | ||
==oggfwd/icecast== | ==oggfwd/icecast== | ||
+ | *'''dvgrav''' captura la camara | ||
+ | *'''ffmpeg2theroa''' comprime | ||
+ | *'''oggfwd''' lo manda al icecast | ||
+ | *'''freej''' hace todo eso pero es grafico | ||
+ | |||
===en la grabadora=== | ===en la grabadora=== | ||
+ | apt-get install freej dvgrab ffmpeg2theora oggfwd | ||
+ | |||
;Subir al icecast | ;Subir al icecast | ||
dvgrab --format raw - \ | dvgrab --format raw - \ |
Revisión actual del 11:02 4 nov 2006
Contenido
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