<?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/"
		>
<channel>
	<title>Comments on: Python-iView update</title>
	<atom:link href="http://jeremy.visser.name/2009/10/23/python-iview-update/feed/" rel="self" type="application/rss+xml" />
	<link>https://jeremy.visser.name/2009/10/23/python-iview-update/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 04:10:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Andrew</title>
		<link>https://jeremy.visser.name/2009/10/23/python-iview-update/comment-page-1/#comment-4676</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 25 Oct 2009 05:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://jeremy.visser.name/?p=1297#comment-4676</guid>
		<description>I think I found the problem, and its with the path that your app sends to rtmpdump, I used another script and I get 

DEBUG: Property: 
DEBUG: Property: 
DEBUG: Property: 
DEBUG: Property: 


Notice that istead of just beachedaz_09_01_07 it has /flash/playback/_definst_/beachedaz_09_01_0</description>
		<content:encoded><![CDATA[<p>I think I found the problem, and its with the path that your app sends to rtmpdump, I used another script and I get </p>
<p>DEBUG: Property:<br />
DEBUG: Property:<br />
DEBUG: Property:<br />
DEBUG: Property: </p>
<p>Notice that istead of just beachedaz_09_01_07 it has /flash/playback/_definst_/beachedaz_09_01_0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>https://jeremy.visser.name/2009/10/23/python-iview-update/comment-page-1/#comment-4675</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 25 Oct 2009 04:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://jeremy.visser.name/?p=1297#comment-4675</guid>
		<description>I&#039;ve tried it with FLV streamer and it appears to do the same thing, except there is no debug output for flvstreamer
It does however create a blank file where the stream should be.

I think there is a bug when run under OS X that causes the url string that gets sent to rtmpdump or flvstreamer to be incorrect and thus it can&#039;t locate the file
Is there away I can get a more verbose output to determine what the problem may be?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried it with FLV streamer and it appears to do the same thing, except there is no debug output for flvstreamer<br />
It does however create a blank file where the stream should be.</p>
<p>I think there is a bug when run under OS X that causes the url string that gets sent to rtmpdump or flvstreamer to be incorrect and thus it can&#8217;t locate the file<br />
Is there away I can get a more verbose output to determine what the problem may be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>https://jeremy.visser.name/2009/10/23/python-iview-update/comment-page-1/#comment-4674</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 25 Oct 2009 04:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://jeremy.visser.name/?p=1297#comment-4674</guid>
		<description>Oh, with regards to the CLI interface requiring GTK+: that is because it uses a &lt;a href=&quot;http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html&quot; rel=&quot;nofollow&quot;&gt;GtkTreeModel&lt;/a&gt; structure internally for representing the iView programme, whether graphical or non-graphical.

Originally I had the programme stored in normal Python lists, and then converted the list to a TreeModel. However, I theorised that it would take twice as much memory to do so, so I now work with a TreeModel directly, which also simplifies the code.</description>
		<content:encoded><![CDATA[<p>Oh, with regards to the CLI interface requiring GTK+: that is because it uses a <a href="http://library.gnome.org/devel/gtk/unstable/GtkTreeModel.html" rel="nofollow">GtkTreeModel</a> structure internally for representing the iView programme, whether graphical or non-graphical.</p>
<p>Originally I had the programme stored in normal Python lists, and then converted the list to a TreeModel. However, I theorised that it would take twice as much memory to do so, so I now work with a TreeModel directly, which also simplifies the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>https://jeremy.visser.name/2009/10/23/python-iview-update/comment-page-1/#comment-4673</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sat, 24 Oct 2009 01:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://jeremy.visser.name/?p=1297#comment-4673</guid>
		<description>Weird. &lt;code&gt;./iview-cli -d faves/crashzone_09_02_05&lt;/code&gt; works fine for me. Make sure you delete &lt;code&gt;crashzone_09_02_05.flv&lt;/code&gt; if you do decide to try it again.

(rtmpdump is quite buggy when resuming downloads. FLVStreamer is a lot more mature and stable, but unfortunately doesn&#039;t support SWF verification.)</description>
		<content:encoded><![CDATA[<p>Weird. <code>./iview-cli -d faves/crashzone_09_02_05</code> works fine for me. Make sure you delete <code>crashzone_09_02_05.flv</code> if you do decide to try it again.</p>
<p>(rtmpdump is quite buggy when resuming downloads. FLVStreamer is a lot more mature and stable, but unfortunately doesn&#8217;t support SWF verification.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>https://jeremy.visser.name/2009/10/23/python-iview-update/comment-page-1/#comment-4672</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 24 Oct 2009 01:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://jeremy.visser.name/?p=1297#comment-4672</guid>
		<description>Hi

That fixed the problem I was having earlier but it is still doing it, I picked a completely different show and copied it exactly as listed and it still doesn&#039;t work

&lt;blockquote&gt;&lt;pre&gt;DEBUG: SendPlay, sending play: faves/crashzone_09_02_05
DEBUG: sending ping. type: 0x0003
DEBUG: HandlePing, received ping. type: 0, len: 6
DEBUG: GetNextMediaPacket, received: invoke 209 bytes
DEBUG: Property: 
DEBUG: Property: 
DEBUG: Property: NULL
DEBUG: Property: 
DEBUG: Property: 
DEBUG: Property: 
DEBUG: Property: 
DEBUG: Property: 
DEBUG: Property: 
DEBUG: HandleInvoke, server invoking 
DEBUG: HandleInvoke, onStatus: NetStream.Play.StreamNotFound
Closing connection... done!&lt;/pre&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>That fixed the problem I was having earlier but it is still doing it, I picked a completely different show and copied it exactly as listed and it still doesn&#8217;t work</p>
<blockquote><pre>DEBUG: SendPlay, sending play: faves/crashzone_09_02_05
DEBUG: sending ping. type: 0x0003
DEBUG: HandlePing, received ping. type: 0, len: 6
DEBUG: GetNextMediaPacket, received: invoke 209 bytes
DEBUG: Property:
DEBUG: Property:
DEBUG: Property: NULL
DEBUG: Property:
DEBUG: Property:
DEBUG: Property:
DEBUG: Property:
DEBUG: Property:
DEBUG: Property:
DEBUG: HandleInvoke, server invoking
DEBUG: HandleInvoke, onStatus: NetStream.Play.StreamNotFound
Closing connection... done!</pre>
</blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>
