El Lun 18 Jun 2007 20:43 escuché un rumor en chile.comp.unix donde luzbel
Post by luzbelHola, ¿alguien puede ver este video?
http://teletrece.canal13.cl/t13/html/Noticias/Regiones/Regiones/307014Ivideoq1.html
Post by luzbelYo no puedo ni con Firefox, ni Konqueror ni Opera ni
con mozilla-helix-player_1.0.8-2_i386.deb ni
con helix-player_1.0.8-2_i386.deb ni con los Helix originales de Kubuntu.
Tengo Kubuntu Feisty
Acá sin problemas. Kubuntu Feisty y Firefox con mplayerplug-in.
De todos modos, hay un workaround que también sirve para bajar los videos y
verlos después off-line:
1) Vamos a tu URL:
http://teletrece.canal13.cl/t13/html/Noticias/Regiones/Regiones/307014Ivideoq1.html
2) Vemos código fuente (Control+U). Buscamos por ".rm" (sin comillas) y
encontramos lo siguiente:
<script type="text/javascript">
<!--
consolaRealPlayer(
"http://teletrece.canal13.cl/cgi-tele13/video-smil.pl?a=2&url1=rtsp://callisto.unete.cl/canal13/disco2/cortina_teletrece.rm&url2=http://callisto.unete.cl:8080/ramgen/canal13/disco14/cdn/jun/2007/14/t13_0614_pascua_lama.rm",
"240", "180", "text10bold");
// -->
</script>
3) Nos fijamos en
http://callisto.unete.cl:8080/ramgen/canal13/disco14/cdn/jun/2007/14/t13_0614_pascua_lama.rm
y lo descargamos:
$
wget 'http://callisto.unete.cl:8080/ramgen/canal13/disco14/cdn/jun/2007/14/t13_0614_pascua_lama.rm'
- --00:22:33--
http://callisto.unete.cl:8080/ramgen/canal13/disco14/cdn/jun/2007/14/t13_0614_pascua_lama.rm
=> `t13_0614_pascua_lama.rm'
Resolviendo callisto.unete.cl... 216.241.0.206
Conectando a callisto.unete.cl|216.241.0.206|:8080... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 222 [audio/x-pn-realaudio]
100%[=================================================================================>]
222 --.--K/s
00:22:33 (34.75 KB/s) - `t13_0614_pascua_lama.rm' guardado [222/222]
4) Veamos qué hay en el ".rm":
$ cat t13_0614_pascua_lama.rm
rtsp://216.241.0.206:554/canal13/disco14/cdn/jun/2007/14/t13_0614_pascua_lama.rm?cloakport=8080,554,7070
- --stop--
pnm://216.241.0.206:7070/canal13/disco14/cdn/jun/2007/14/t13_0614_pascua_lama.rm?cloakport=8080,554,7070
5) Eureka. Nos sirve la URL rtsp. No podemos bajarlo con wget, pero mencoder
se la puede sin problemas:
$
mencoder 'rtsp://216.241.0.206:554/canal13/disco14/cdn/jun/2007/14/t13_0614_pascua_lama.rm' -oac
pcm -ovc copy -o t13_0614_pascua_lama.rm
MEncoder 2:1.0~rc1-0ubuntu9.1 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (Family: 6, Model: 15,
Stepping: 6)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
Resolving 216.241.0.206 for AF_INET6...
Couldn't resolve name for AF_INET6: 216.241.0.206
Connecting to server 216.241.0.206[216.241.0.206]: 554...
Cache size set to 640 KBytes
success: format: 0 data: 0x0 - 0x0
REAL file format detected.
Stream description: audio/x-pn-multirate-realaudio logical stream
Stream mimetype: audio/x-pn-realaudio
Stream description: video/x-pn-multirate-realvideo logical stream
Stream mimetype: video/x-pn-realvideo
VIDEO: [RV40] 240x180 24bpp 15.000 fps 0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:11 fourcc:0x30345652 size:240x180 fps:15.00 ftime:=0.0667
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 22050 Hz, 1 ch, s16le, 20.7 kbit/5.86% (ratio: 2583->44100)
Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder)
==========================================================================
videocodec: framecopy (240x180 24bpp fourcc=30345652)
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp
header.
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp
header.
Pos: 0.1s 1f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.000 [0:0]
Skipping frame!
...
6) Esperamos un rato y estamos listos:
$ mplayer t13_0614_pascua_lama.rm
Saludos.
- --
Luis León Cárdenas Graide | http://www.dcc.uchile.cl/~lcardena
MSN: super claudio andres [@] h0t mEil [.] com | ICQ: 9..6_8,2.4-3.6,2
Linux User #415.072 - http://counter.li.org
PGP FingerPrint: 437E 48AB 0093 62AC 07DA F016 EBD8 DBD3 2ECE 5829