<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Felipe Barriga Richards &#187; TV</title>
	<atom:link href="http://blog.felipebarriga.cl/tag/tv/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.felipebarriga.cl</link>
	<description>Blog personal de Felipe Barriga Richards</description>
	<lastBuildDate>Thu, 29 Dec 2011 17:15:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using 32LW5700 TV with Linux (1080p)</title>
		<link>http://blog.felipebarriga.cl/linux/using-32lw5700-tv-with-linux-1080p/</link>
		<comments>http://blog.felipebarriga.cl/linux/using-32lw5700-tv-with-linux-1080p/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 18:31:51 +0000</pubDate>
		<dc:creator>fbarriga</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[32LW5700]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://blog.felipebarriga.cl/?p=725</guid>
		<description><![CDATA[After receiving my new LG 3D TV (32LW5700) I try to connect it to my &#8216;old&#8217; notebook (Inspiron 6400 with an ATI radeon X1400) using a VGA cable getting only 1280&#215;800). This also may be applied to 42LW5700, 47LW5700, 47LW9500 and 55LW9500 models. After trying to get a modeline using cvt: felipe@funstation $ cvt 1920 [...]]]></description>
			<content:encoded><![CDATA[<p>After receiving my new LG 3D TV (32LW5700) I try to connect it to my &#8216;old&#8217; notebook (Inspiron 6400 with an ATI radeon X1400) using a VGA cable getting only 1280&#215;800). This also may be applied to 42LW5700, 47LW5700, 47LW9500 and 55LW9500 models.<br />
<span id="more-725"></span><br />
After trying to get a modeline using <strong>cvt</strong>:</p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> cvt 1920 1080 60<br/># 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz<br/>Modeline "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync<br/><br/></div>

<p>Then add the modeline to Xorg with xrandr:</p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync<br/></div>

<p>And activate it:</p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> xrandr --addmode VGA-0 1920x1080_60.00<br/></div>


<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> xrandr --output VGA-0 --mode 1920x1080_60.00 --below LVDS --right-of LVDS<br/></div>

<p>And only I got an <strong>Invalid Format</strong> on my TV.</p>
<p>Then searching on the Owner&#8217;s Manual included in the cdrom (<a href="/downloads/32LW5700/eng.pdf">English version</a> and <a href="/downloads/32LW5700/esp.pdf">Spanish version</a>) distributed with the TV (the printed manual sucks!) I figure out that the vertical frequency was 59.934. I try with this new settings and I still got the same message.</p>
<p>Then I found <a href="http://gtf.sourceforge.net/">GTF</a> and using this program I finally found the right configuration:</p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> gtf 1920 1080 59.934 -x<br/><br/># 1920x1080 @ 59.93 Hz (GTF) hsync: 67.01 kHz; pclk: 172.61 MHz<br/>Modeline "1920x1080_59.93"  172.61  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync<br/><br/></div>


<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> xrandr --newmode "1920x1080_59.93"  172.61  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync<br/></div>


<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> xrandr --addmode VGA-0 1920x1080_59.93<br/></div>


<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> xrandr xrandr --output VGA-0 --mode 1920x1080_59.93 --below LVDS --right-of LVDS<br/></div>

<p>After this I was able to get 1920&#215;1080 on the TV. </p>
<p>If you want to make it persistent try adding the commands on your <strong>~/.xprofile</strong></p>
<p>Now the next problem is to enable the 3D feature when using a VGA cable.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felipebarriga.cl/linux/using-32lw5700-tv-with-linux-1080p/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VOD (Video on Demand) de TVN &#8211; Bajar Teleseries</title>
		<link>http://blog.felipebarriga.cl/linux/vod-video-on-demand-de-tvn-bajar-teleseries/</link>
		<comments>http://blog.felipebarriga.cl/linux/vod-video-on-demand-de-tvn-bajar-teleseries/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 05:34:01 +0000</pubDate>
		<dc:creator>fbarriga</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[flvstreamer]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[rtmpdump]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[vod]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://blog.felipebarriga.cl/?p=548</guid>
		<description><![CDATA[Después de llegar tarde a ver un capítulo de 40 y Tantos esperé a que lo subieran para verlo entero. Cuento corto, apenas lo subieron trate de verlo pero andaba super cortado y no hay opciones para configurar el buffer. Revisando lo que postie hace un tiempo, decidí utilizar nuevamente rtmpdump y funcionó bastante bien. [...]]]></description>
			<content:encoded><![CDATA[<p>Después de llegar tarde a ver un capítulo de <em><a href="http://teleseries.tvn.cl/40ytantos/">40 y Tantos</a></em> esperé a que lo subieran para verlo entero. Cuento corto, apenas lo subieron trate de verlo pero andaba super cortado y no hay opciones para configurar el buffer.</p>
<p>Revisando <a href="http://blog.felipebarriga.cl/linux/tv-chilena-online-para-linux/">lo que postie hace un tiempo</a>, decidí utilizar nuevamente <a href="http://rtmpdump.mplayerhq.hu/">rtmpdump</a> y funcionó bastante bien. Por el momento es necesario bajar el video y luego verlo (no probé mucho, pero parece que no le gusta mandar por pipe un stream que por defecto no es <em>&#8216;live&#8217;</em>).</p>
<p>Para algunos que me preguntaron como hacer que esto funcione en otros lados, adjunto unos screenshots didácticos que muestran en que hay que fijarse al utilizar <a href="http://www.wireshark.org/">wireshark</a>.<br />
<span id="more-548"></span><br />
<strong>Ver señal en vivo:</strong></p>
<p><a href="http://blog.felipebarriga.cl/wp-content/uploads/2010/09/rtmp-envivo-tvn-highlights.png" rel="lightbox[548]"><img src="http://blog.felipebarriga.cl/wp-content/uploads/2010/09/rtmp-envivo-tvn-highlights-300x160.png" alt="RTMP packet on Wireshark" title="Señal En Vivo de TVN" width="300" height="160" class="aligncenter size-medium wp-image-549" /></a></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> rtmpdump --pageUrl "http://www.tvn.cl/servicios/senal/2010/index.html" --swfUrl "http://www.tvn.cl/include/mediaplayer/player.swf" --rtmp "rtmp://190.196.11.201/envivo" --playpath "tvchile_s" --live --flv - | mplayer -<br/></div>

<p><br/><br/><br/><br/></p>
<p><strong>Bajar Publicidad de Loncoleche:</strong></p>
<p><a href="http://blog.felipebarriga.cl/wp-content/uploads/2010/09/rtmp-propaganda-tvn-highlights.png" rel="lightbox[548]"><img src="http://blog.felipebarriga.cl/wp-content/uploads/2010/09/rtmp-propaganda-tvn-highlights-300x164.png" alt="" title="RTMP Packet on Wireshark" width="300" height="164" class="aligncenter size-medium wp-image-550" /></a></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> rtmpdump --pageUrl "http://tvn.cl/teleseries/40ytantos/2010/" --swfUrl "http://tvn.cl/include/flowplayer/flowplayer.rtmp-3.1.3.swf" --rtmp "rtmp://flv.tvn.cl/vod" --playpath "_portada/videos/loncoleche" --flv loncoleche.flv<br/></div>

<p><br/><br/><br/><br/></p>
<p><strong>Bajar Capitulo de <em>40 y Tantos</em>:</strong></p>
<p><a href="http://blog.felipebarriga.cl/wp-content/uploads/2010/09/rtmp-video-on-demand-tvn-highlights.png" rel="lightbox[548]"><img src="http://blog.felipebarriga.cl/wp-content/uploads/2010/09/rtmp-video-on-demand-tvn-highlights-300x155.png" alt="" title="RTMP Packet on Wireshark" width="300" height="155" class="aligncenter size-medium wp-image-551" /></a></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> rtmpdump --pageUrl "http://tvn.cl/teleseries/40ytantos/2010/" --swfUrl "http://tvn.cl/include/flowplayer/flowplayer.rtmp-3.1.3.swf" --rtmp "rtmp://flv.tvn.cl/vod" --playpath "/teleseries/40ytantos/2010/videos/40ytantos_210910_cap39" --flv 40ytantos_210910_cap39.flv<br/></div>

<p><strong><font color="red">2010-03-07 Update: Ultimo capitulo de La Familia de al Lado</font></strong><br />
En TVN se equivocaron y subieron el ultimo capitulo de <em>La Familia de al Lado</em> (capitulo 125) en el dia Viernes 7 de Marzo cuando el dia que correspondia era el Lunes 7 de Mazo.<br />
Si quieren bajarlo:</p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> rtmpdump --pageUrl "http://tvn.cl/teleseries/lafamiliadeallado/2010/" --swfUrl "http://tvn.cl/include/flowplayer/flowplayer.rtmp-3.1.3.swf" --rtmp "rtmp://190.196.11.201/vod" --playpath "/teleseries/lafamiliadeallado/2010/videos/lfdal_20110304_c125" --flv lafamiliadeallado_125.flv<br/></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.felipebarriga.cl/linux/vod-video-on-demand-de-tvn-bajar-teleseries/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Bajar/Ver videos de Chilevisión (CHV)</title>
		<link>http://blog.felipebarriga.cl/linux/bajar-ver-videos-de-chilevision-chv/</link>
		<comments>http://blog.felipebarriga.cl/linux/bajar-ver-videos-de-chilevision-chv/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 23:52:35 +0000</pubDate>
		<dc:creator>fbarriga</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[chilevision]]></category>
		<category><![CDATA[CHV]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://blog.felipebarriga.cl/?p=484</guid>
		<description><![CDATA[Si usas Linux y no puedes ver los videos en el sitio de Chilevisión (o simplemente quieres bajarlos) aquí va un tip de como hacerlo. Copia el siguiente texto y pegalo en la barra de navegación de tu navegador cuando te encuentres en la página del video que quieras bajar: javascript: var regEx = new [...]]]></description>
			<content:encoded><![CDATA[<p>Si usas Linux y no puedes ver los videos en el sitio de <a href="http://www.chilevision.cl/home/index.php?option=com_content&#038;task=view&#038;id=278842&#038;Itemid=2369">Chilevisión</a> (o simplemente quieres bajarlos) aquí va un tip de como hacerlo.<br />
Copia el siguiente texto y pegalo en la barra de navegación de tu navegador cuando te encuentres en la página del video que quieras bajar:<br />
<span id="more-484"></span><br />
<code><br />
javascript:<br />
var regEx = new RegExp("\('http:\/\/(.)+([\.mp4]|[\.flv])'\)");<br />
var tmp1 = regEx.exec(document.body.innerHTML);<br />
if (tmp1 == null)<br />
{<br />
  alert("Video no encontrado!");<br />
} else {<br />
  var tmp2 = tmp1[0].substr(1,tmp1[0].length-2);<br />
  location.href = decodeURIComponent(tmp2);<br />
}<br />
</code><br />
<strong>Nota 1</strong>: Para evitar el tener que pegar siempre el código para bajar un video, puedes agregarlo a tus favoritos.<br />
<strong>Nota 2</strong>: Las teleseries ocupan el mismo protocolo que las transmisiones en vivo (<a href="http://blog.felipebarriga.cl/tag/rtmp/">RTMP</a>). <a href="http://blog.felipebarriga.cl/linux/tv-chilena-online-para-linux/">En este post explico como ver el canal online</a>. Ahí hay una base para ver que cambios hay que hacer para poder ver/bajar las teleseries.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felipebarriga.cl/linux/bajar-ver-videos-de-chilevision-chv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TV Chilena Online (para Linux)</title>
		<link>http://blog.felipebarriga.cl/linux/tv-chilena-online-para-linux/</link>
		<comments>http://blog.felipebarriga.cl/linux/tv-chilena-online-para-linux/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 07:00:16 +0000</pubDate>
		<dc:creator>fbarriga</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[flvstreamer]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[rtmpdump]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://blog.felipebarriga.cl/?p=469</guid>
		<description><![CDATA[Para todos quienes por diversos motivos no pueden ver TV online de nuestros queridos canales nacionales (TVN, Canal 13, UCV TV, Megavisión, Chilevisión) porque por lo general a ellos solo les preocupa de que se vea en Windows. Aquí podrán encontrar algunos tips para poder verlos. Casi todos los canales ocupan RTMP para el envío [...]]]></description>
			<content:encoded><![CDATA[<p>Para todos quienes por diversos motivos no pueden ver TV online de nuestros queridos canales nacionales (<a href="http://www.tvn.cl/servicios/senal/2010/index.html">TVN</a>, <a href="http://envivo.13.cl/">Canal 13</a>, <a href="http://www.ucvtv.cl/">UCV TV</a>, <a href="http://beta.mega.cl/senal-en-vivo/">Megavisión</a>, <a href="http://www.chilevision.cl/home/index.php?option=com_content&#038;task=blogcategory&#038;id=1&#038;Itemid=1624">Chilevisión</a>) porque por lo general a ellos solo les preocupa de que se vea en Windows. Aquí podrán encontrar algunos tips para poder verlos.<br />
<span id="more-469"></span><br />
Casi todos los canales ocupan <a href="http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol">RTMP</a> para el envío de los datos. La única opción que he encontrado por el momento es ocupar el programa <a href="http://rtmpdump.mplayerhq.hu/">rtmpdump</a> para pasar el contenido a <a href="http://www.mplayerhq.hu">mplayer</a> o guardarlo en el disco. Si guardan el stream pueden verlo mientras se va guardando o posteriormente. En Ubuntu viene un fork de <a href="http://rtmpdump.mplayerhq.hu/">rtmpdump</a> que se llama <a href="http://savannah.nongnu.org/projects/flvstreamer">flvstreamer</a> que al parecer le sacaron varias características de cifrado. Supongo que habrá sido para evitar problemas legales.<br />
Los ejemplos que pondré son para ver directamente los canales con <a href="http://www.mplayerhq.hu">mplayer</a>. No deberían de tener problemas con otros reproductores. Si quieren guardar el stream solo tienen que reemplazar <em>-o &#8211; | mplayer -</em> por <em>-o dump.flv</em></p>
<p>Mucho bla bla y pocos comandos, aquí van:</p>
<p><strong>Chilevisión</strong></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> flvstreamer --pageUrl "http://www.chilevision.cl/home/index.php?option=com_content&task=blogcategory&id=1&Itemid=1624" --rtmp "rtmp://streaming.chilevision.cl/internacional" --playpath "livestream"  --live -o - | mplayer -<br/></div>

<p><strong>Megavisión</strong></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> rtmpdump --pageUrl "http://beta.mega.cl/senal-en-vivo/" --swfUrl "http://beta.mega.cl/website/js/flowplayer/3.2.2/swf/rtmp.swf" --rtmp "rtmp://cluster.ztreaming.com/mega" --playpath "megaJaeRa1xing" --live --flv - | mplayer -<br/></div>

<p><strong>Televisión Nacional de Chile &#8211; TVN</strong></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> rtmpdump --pageUrl "http://www.tvn.cl/servicios/senal/2010/index.html" --swfUrl "http://www.tvn.cl/include/mediaplayer/player.swf" --rtmp "rtmp://190.196.11.201/envivo" --playpath "tvchile_s" --live --flv - | mplayer -<br/></div>

<p>Pueden ver un <a href="http://blog.felipebarriga.cl/wp-content/uploads/2010/07/tvn.png" rel="lightbox[469]">screenshot</a> de la transmisión vista en Windows y al lado con <a href="http://www.videolan.org/vlc/">VLC</a> en Linux. De hecho para poder ver como &#8216;colgarme&#8217; al stream tuve que ocupar la maquina virtual (<a href="http://www.virtualbox.org/">VirtualBox</a>) con Windows y de host Linux con <a href="http://www.wireshark.org/">Wireshark</a>.</p>
<p><strong>Canal 13</strong></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> rtmpdump --pageUrl "http://envivo.13.cl/" --swfUrl "http://envivo.13.cl/streaming.swf" --rtmp "rtmp://200.6.119.4/c13str-aire" --playpath "c13str-aire.stream" --live --flv - | mplayer -<br/></div>

<p><strong>Canal 13 Cable</strong></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> rtmpdump --pageUrl "http://envivo.13.cl/" --swfUrl "http://envivo.13.cl/streaming.swf" --rtmp "rtmp://200.6.119.4/c13str-cable" --playpath "c13str-cable.stream" --live --flv - | mplayer -<br/></div>

<p><strong>Tele 13 Online</strong></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> rtmpdump --pageUrl "http://envivo.13.cl/" --swfUrl "http://envivo.13.cl/streaming.swf" --rtmp "rtmp://200.6.119.4/c13str-online" --playpath "c13str-online.stream" --live --flv - | mplayer -<br/></div>

<p>* Si tienen problemas con la IP <em>200.6.119.4</em> pueden ocupar la <em>200.91.29.254</em><br />
* Les recomiendo ocupar filtros de desentrelazado (<a href="http://en.wikipedia.org/wiki/Deinterlacing">deinterlacing</a>). Para mplayer: <em>mplayer -vf pp=linblenddeint</em></p>
<p><strong>UCV TV</strong></p>

<div class="wp-terminal"><font color='#33FF00'>felipe@funstation</font> <font color='#0066FF'>$</font> mplayer mms://200.24.226.186:8080/<br/></div>

<p><strong>La Red</strong><br />
No tiene transmisión online&#8230;</p>
<p>* Recomiendo darle un poco más de cache a mplayer con <em>mplayer -cache 512</em> (o lo que estimen mejor, comenten como les va).</p>
<p><strong>UPDATE: Ahora pueden <a href="http://blog.felipebarriga.cl/linux/vod-video-on-demand-de-tvn-bajar-teleseries/">bajar capítulos de series/teleseries de TVN</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.felipebarriga.cl/linux/tv-chilena-online-para-linux/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

