<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Yahoo.Music .FLV</title>
	<atom:link href="http://fernyb.net/blog/2006/12/23/yahoomusic-flv/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernyb.net/blog/2006/12/23/yahoomusic-flv/</link>
	<description>fernyb.net/blog</description>
	<pubDate>Mon, 01 Dec 2008 19:37:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Dark1nf3rn0</title>
		<link>http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-66</link>
		<dc:creator>Dark1nf3rn0</dc:creator>
		<pubDate>Sun, 28 Jan 2007 11:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-66</guid>
		<description>Never mind, it doesn't work. I couldn't find the flv videos on music.yahoo because I was using greasemonkey and pklaunch. I ran the stuff in windows and found the data packet with the info but it doesn't do any good.

Here's the data packet I found:


I put "blah, blah" in the query string so I wouldn't have string. I combined the server, path, and query strings together like I did on video.yahoo and it didn't work. I queried with http, rtmp, and tried port 1935 since that's the only port that was talking from that server. Nothing worked, the closest I got was rtmp://server/path?=QueryString which does not give me an immediate "not found" error. I guess that's all for me tonight, I'll try with VLC and port 1935 sometime tomorrow.</description>
		<content:encoded><![CDATA[<p>Never mind, it doesn&#8217;t work. I couldn&#8217;t find the flv videos on music.yahoo because I was using greasemonkey and pklaunch. I ran the stuff in windows and found the data packet with the info but it doesn&#8217;t do any good.</p>
<p>Here&#8217;s the data packet I found:</p>
<p>I put &#8220;blah, blah&#8221; in the query string so I wouldn&#8217;t have string. I combined the server, path, and query strings together like I did on video.yahoo and it didn&#8217;t work. I queried with http, rtmp, and tried port 1935 since that&#8217;s the only port that was talking from that server. Nothing worked, the closest I got was rtmp://server/path?=QueryString which does not give me an immediate &#8220;not found&#8221; error. I guess that&#8217;s all for me tonight, I&#8217;ll try with VLC and port 1935 sometime tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dark1nfern0</title>
		<link>http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-65</link>
		<dc:creator>Dark1nfern0</dc:creator>
		<pubDate>Sun, 28 Jan 2007 08:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-65</guid>
		<description>Sorry, I didn't realize the long syntax would make the comment page look funky.</description>
		<content:encoded><![CDATA[<p>Sorry, I didn&#8217;t realize the long syntax would make the comment page look funky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dark1nfern0</title>
		<link>http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-64</link>
		<dc:creator>Dark1nfern0</dc:creator>
		<pubDate>Sun, 28 Jan 2007 08:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-64</guid>
		<description>I couldn't your particular file because I kept getting a wmv for the acceptance videos. I went to video.yahoo.com and figured out how to download those .flv files. I ran wireshark while clicking on the first video link and found these this information in a data packet:

GET /st1701r02/012/videosearch/32883678.flv?StreamID=32883678&#38;ht=30&#38;pl_auth=29687549666f3c63938abd893890949c&#38;pg=MTIwNzcxNDE2NDViYzRlZD&#38;sl=217&#38;so=%252Fvideosearch%252Fvideosearch%252Fyvs391c957c2707f9dbf5a75ab5fdde45a56&#38;b=8b2kvo52roass45bc4ed2&#38;s=0 HTTP/1.1
Host: s1sdlod001.bcst.s1s.yahoo.com

If you notice, that's the same host the file your were trying to get is on.

I combined the pieces of information together and ran:
wget http://s1sdlod001.bcst.s1s.yahoo.com/st1701r02/012/videosearch/32883678.flv?StreamID=32883678&#38;ht=30&#38;pl_auth=29687549666f3c63938abd893890949c&#38;pg=MTIwNzcxNDE2NDViYzRlZD&#38;sl=217&#38;so=%252Fvideosearch%252Fvideosearch%252Fyvs391c957c2707f9dbf5a75ab5fdde45a56&#38;b=8b2kvo52roass45bc4ed2&#38;s=0

It downloaded fine for me, but I couldn't run it in Mplayer :( I copied the file onto the windows partition and it plays fine in Windows Media Player Classic. Probably time for me to update my MPlayer codecs.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t your particular file because I kept getting a wmv for the acceptance videos. I went to video.yahoo.com and figured out how to download those .flv files. I ran wireshark while clicking on the first video link and found these this information in a data packet:</p>
<p>GET /st1701r02/012/videosearch/32883678.flv?StreamID=32883678&amp;ht=30&amp;pl_auth=29687549666f3c63938abd893890949c&amp;pg=MTIwNzcxNDE2NDViYzRlZD&amp;sl=217&amp;so=%252Fvideosearch%252Fvideosearch%252Fyvs391c957c2707f9dbf5a75ab5fdde45a56&amp;b=8b2kvo52roass45bc4ed2&amp;s=0 HTTP/1.1<br />
Host: s1sdlod001.bcst.s1s.yahoo.com</p>
<p>If you notice, that&#8217;s the same host the file your were trying to get is on.</p>
<p>I combined the pieces of information together and ran:<br />
wget <a href="http://s1sdlod001.bcst.s1s.yahoo.com/st1701r02/012/videosearch/32883678.flv?StreamID=32883678&amp;ht=30&amp;pl_auth=29687549666f3c63938abd893890949c&amp;pg=MTIwNzcxNDE2NDViYzRlZD&amp;sl=217&amp;so=%252Fvideosearch%252Fvideosearch%252Fyvs391c957c2707f9dbf5a75ab5fdde45a56&amp;b=8b2kvo52roass45bc4ed2&amp;s=0" rel="nofollow">http://s1sdlod001.bcst.s1s.yahoo.com/st1701r02/012/videosearch/32883678.flv?StreamID=32883678&amp;ht=30&amp;pl_auth=29687549666f3c63938abd893890949c&amp;pg=MTIwNzcxNDE2NDViYzRlZD&amp;sl=217&amp;so=%252Fvideosearch%252Fvideosearch%252Fyvs391c957c2707f9dbf5a75ab5fdde45a56&amp;b=8b2kvo52roass45bc4ed2&amp;s=0</a></p>
<p>It downloaded fine for me, but I couldn&#8217;t run it in Mplayer <img src='http://fernyb.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> I copied the file onto the windows partition and it plays fine in Windows Media Player Classic. Probably time for me to update my MPlayer codecs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oh pick me</title>
		<link>http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-56</link>
		<dc:creator>oh pick me</dc:creator>
		<pubDate>Wed, 24 Jan 2007 10:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-56</guid>
		<description>you might enjoy toying with

URL snooper
NetTransport
StreamBox 
et al

userscripts.org/tags/videos


maybe you will become the next big thing in GreaseMonkey ;)</description>
		<content:encoded><![CDATA[<p>you might enjoy toying with</p>
<p>URL snooper<br />
NetTransport<br />
StreamBox<br />
et al</p>
<p>userscripts.org/tags/videos</p>
<p>maybe you will become the next big thing in GreaseMonkey <img src='http://fernyb.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T</title>
		<link>http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-27</link>
		<dc:creator>T</dc:creator>
		<pubDate>Wed, 27 Dec 2006 23:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://fernyb.net/blog/2006/12/23/yahoomusic-flv/#comment-27</guid>
		<description>Just wanted to ask if you had a rough estimate on the size of these flv files.
Plus, do you think Yahoo will stop using the wmv and only use flv files soon.
T</description>
		<content:encoded><![CDATA[<p>Just wanted to ask if you had a rough estimate on the size of these flv files.<br />
Plus, do you think Yahoo will stop using the wmv and only use flv files soon.<br />
T</p>
]]></content:encoded>
	</item>
</channel>
</rss>
