VideoCache
Videocache is no longer in development.

globo.com

by Anonymous on 1 Jun 2009

anybody knows the format of globo.com videos for cahe?

5 Answers

by Kulbir Saini on 27 Jun 2009

Anon,

Globo.com serves video content using protocols other than http (probably rstp or something) which is a bit tricky to cache.

Thank You!

by Terolando on 31 Jul 2009

Coloquei no lugar do break.com

No squid.conf alterar de:

acl videocache_allow_url url_regex -i video\\.break\\.com\\/(.*)\\.(flv|mp4)

para:

acl videocache_allow_url url_regex -i flashvideo\\.globo\\.com\\/(.*)\\.(flv|mp4)

E no /usr/share/videocache/videocache.py
de:

if host.find('video.break.com') > -1 and (path.find('.flv') > -1 or path.find('.mp4')):

para

if host.find('flashvideo.globo.com') > -1 and (path.find('.flv') > -1 or path.find('.mp4')):

Vai começar a fazer o cache da globo.com no lugar desse tal de break q eu nunca vi entrar um video nele.
A pasta eu deixei com o mesmo nome (/var/spool/videocache/break) pra nao precisar de trocar um monte de variaveis.

Espero ter ajudado.

by lopan on 5 Aug 2009

Isso não funcionou, o que você fez pode lhe dar a impressão de ter cacheado algo devido aos logs. Na verdade ele só faz cache das propagandas no início e final de cada vídeo.

This not work for main video, only cache the commercial clips.

http://video.globo.com/Videos/Player/Noticias/0,,GIM1097016-7823-ARTE+PRA+VIDA+JOVENS+POBRES+APRENDEM+A+TOCAR+PERCUSSAO,00.html
EFCGJ_T_1097016_mmp4.mp4 DOWNLOAD_ERR BREAK An error occured while retrieving the video.
by Terolando on 5 Aug 2009

Amigo, o meu funciona perfeitamente. Faço faço cache perfeitamente dos videos. Inclusive ainda coloco cachefull nele.

Verifique se vc fez corretamente os procedimentos citados acima.

by lopan on 6 Aug 2009

Using all the procedures you said, on the version 1.9.1 of VideoCache does not work. Only makes the cache comercial clips.

Utilizando todos os procedimentos que você disse, na versão 1.9.1 do VideoCache, não funcionou. Só faz cache das propagandas.

[]'s