<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SBS Latest Online Video RSS Feed</title>
	<atom:link href="http://andrewharvey4.wordpress.com/2009/06/28/sbs-latest-online-video-rss-feed/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewharvey4.wordpress.com/2009/06/28/sbs-latest-online-video-rss-feed/</link>
	<description></description>
	<lastBuildDate>Fri, 11 Dec 2009 03:27:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Randy</title>
		<link>http://andrewharvey4.wordpress.com/2009/06/28/sbs-latest-online-video-rss-feed/#comment-261</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://andrewharvey4.wordpress.com/?p=617#comment-261</guid>
		<description>Hi Andrew, 
Thanks for your response. Interestingly I did manage to retrieve the file using the above command, but only after 8 or 9 dropouts that required using the --resume parameter of flvstreamer.
There is still a ways to go to perfection though as the file when played back with VLC player shows washed out colour and a verticle green strip in the centre.
I am using flvstreamer with ABC iview and it does not have that problem, driven from a similar perl script called iview_fetcher that i found on whirlpool.

Im not sure that I am competent enough to understand the details of wireshark rtmp packet traces but there is nothing like a challenge to build new skills.

cheers</description>
		<content:encoded><![CDATA[<p>Hi Andrew,<br />
Thanks for your response. Interestingly I did manage to retrieve the file using the above command, but only after 8 or 9 dropouts that required using the &#8211;resume parameter of flvstreamer.<br />
There is still a ways to go to perfection though as the file when played back with VLC player shows washed out colour and a verticle green strip in the centre.<br />
I am using flvstreamer with ABC iview and it does not have that problem, driven from a similar perl script called iview_fetcher that i found on whirlpool.</p>
<p>Im not sure that I am competent enough to understand the details of wireshark rtmp packet traces but there is nothing like a challenge to build new skills.</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Harvey</title>
		<link>http://andrewharvey4.wordpress.com/2009/06/28/sbs-latest-online-video-rss-feed/#comment-257</link>
		<dc:creator>Andrew Harvey</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://andrewharvey4.wordpress.com/?p=617#comment-257</guid>
		<description>Randy,

Yes that command doesn&#039;t seem to work anymore. If you run flvstreamer --help you can see all the possible arguments. If you then (well at least this is how I did it) inspect the RTMP packets (not sure what they are called hopefully I can study networks next session) sent when you view the video through their standard flash interface, you can see what they use for these values.

From some trial and error it seems that you need to have the --swfUrl set, so just add the argument --swfUrl &#039;http://player.sbs.com.au/web/flash/standalone_video_player_application.swf&#039;.

Also my script uses the thumbnail url to determine the file url, this was when I didn&#039;t know about the url&#039;s like this http://player.sbs.com.au/video/smil/index/standalone/73712. Really I should get the file name from there because as it turns out all my file names for videos over RTMP are wrong. Will fix this eventually. In the meantime you will can use the /video/smil/index pages.

So it should work if you use this, 
&lt;code&gt;./flvstreamer -r &#039;rtmp://specialbsc.fcod.llnwd.net/a1768/o21/s/SRS_FE_Global_Village_Ep_19_44_73712_1000K?ru=24&amp;e=1251880200&amp;h=0ce8076ba80d82988730202977bcd82b&#039; --swfUrl &#039;http://player.sbs.com.au/web/flash/standalone_video_player_application.swf&#039; -o globalvillage.flv&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Randy,</p>
<p>Yes that command doesn&#8217;t seem to work anymore. If you run flvstreamer &#8211;help you can see all the possible arguments. If you then (well at least this is how I did it) inspect the RTMP packets (not sure what they are called hopefully I can study networks next session) sent when you view the video through their standard flash interface, you can see what they use for these values.</p>
<p>From some trial and error it seems that you need to have the &#8211;swfUrl set, so just add the argument &#8211;swfUrl &#8216;http://player.sbs.com.au/web/flash/standalone_video_player_application.swf&#8217;.</p>
<p>Also my script uses the thumbnail url to determine the file url, this was when I didn&#8217;t know about the url&#8217;s like this <a href="http://player.sbs.com.au/video/smil/index/standalone/73712" rel="nofollow">http://player.sbs.com.au/video/smil/index/standalone/73712</a>. Really I should get the file name from there because as it turns out all my file names for videos over RTMP are wrong. Will fix this eventually. In the meantime you will can use the /video/smil/index pages.</p>
<p>So it should work if you use this,<br />
<code>./flvstreamer -r 'rtmp://specialbsc.fcod.llnwd.net/a1768/o21/s/SRS_FE_Global_Village_Ep_19_44_73712_1000K?ru=24&amp;e=1251880200&amp;h=0ce8076ba80d82988730202977bcd82b' --swfUrl 'http://player.sbs.com.au/web/flash/standalone_video_player_application.swf' -o globalvillage.flv</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://andrewharvey4.wordpress.com/2009/06/28/sbs-latest-online-video-rss-feed/#comment-256</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Sat, 29 Aug 2009 05:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://andrewharvey4.wordpress.com/?p=617#comment-256</guid>
		<description>Hi Andrew,
Thank you for your briliant work!

I have just playing with your script and works fine but Im having no success driving it to completion with flvstreamer. I get Netstream.failed using 
.\flvstreamer -r rtmp://specialbsc.fcod.llnwd.net/a1768/o21/s/SRS_FE_Global_Village_Ep_19_44_73712_1000K.flv &gt; globalvillage.flv

Are there some other flvstreamer parmeters other than -r required?


Can you please help or perhaps modify your script to output the flvstreamer command in an executable format.

many thanks in advance ...randy</description>
		<content:encoded><![CDATA[<p>Hi Andrew,<br />
Thank you for your briliant work!</p>
<p>I have just playing with your script and works fine but Im having no success driving it to completion with flvstreamer. I get Netstream.failed using<br />
.\flvstreamer -r rtmp://specialbsc.fcod.llnwd.net/a1768/o21/s/SRS_FE_Global_Village_Ep_19_44_73712_1000K.flv &gt; globalvillage.flv</p>
<p>Are there some other flvstreamer parmeters other than -r required?</p>
<p>Can you please help or perhaps modify your script to output the flvstreamer command in an executable format.</p>
<p>many thanks in advance &#8230;randy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Harvey</title>
		<link>http://andrewharvey4.wordpress.com/2009/06/28/sbs-latest-online-video-rss-feed/#comment-157</link>
		<dc:creator>Andrew Harvey</dc:creator>
		<pubDate>Mon, 29 Jun 2009 02:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://andrewharvey4.wordpress.com/?p=617#comment-157</guid>
		<description>Thanks, that&#039;s a much better method.</description>
		<content:encoded><![CDATA[<p>Thanks, that&#8217;s a much better method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandr Ciornii</title>
		<link>http://andrewharvey4.wordpress.com/2009/06/28/sbs-latest-online-video-rss-feed/#comment-153</link>
		<dc:creator>Alexandr Ciornii</dc:creator>
		<pubDate>Sun, 28 Jun 2009 08:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://andrewharvey4.wordpress.com/?p=617#comment-153</guid>
		<description>The long sequence of if&#039;s (if ($code1char eq &quot;DOC&quot;) {) can be replaced with a hash.</description>
		<content:encoded><![CDATA[<p>The long sequence of if&#8217;s (if ($code1char eq &#8220;DOC&#8221;) {) can be replaced with a hash.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
