<?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: Ogg-support 0.6: No need for restart</title>
	<atom:link href="http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ogg-support-06-no-need-for-restart</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 06:08:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: tuomas</title>
		<link>http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-410</link>
		<dc:creator>tuomas</dc:creator>
		<pubDate>Sun, 30 Dec 2007 09:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-410</guid>
		<description>All ogg related mime types had the glob pattern *.ogg stated in the xml file originally. I removed them because otherwise the FM just took the first one with *.ogg pattern and never bother to look closer (actually that&#039;s probably done by some lower level mime lib as it affects the MP as well).

This lead to the situation where all files with ogg extensions were application/ogg and the MP plays only files with audio/* or video/* mime type. And if I added the glob pattern only to audio/x-vorbis+ogg then all video files were also shown as vorbis.

So, the current solution was a compromise to get the MP part working. The FM also recognizes the files although it claims it cannot open them (see &lt;a href=&quot;http://bugs.maemo.org/show_bug.cgi?id=2521&quot; rel=&quot;nofollow&quot;&gt;bug #2521&lt;/a&gt;). All suggestions are welcome.</description>
		<content:encoded><![CDATA[<p>All ogg related mime types had the glob pattern *.ogg stated in the xml file originally. I removed them because otherwise the FM just took the first one with *.ogg pattern and never bother to look closer (actually that&#8217;s probably done by some lower level mime lib as it affects the MP as well).</p>
<p>This lead to the situation where all files with ogg extensions were application/ogg and the MP plays only files with audio/* or video/* mime type. And if I added the glob pattern only to audio/x-vorbis+ogg then all video files were also shown as vorbis.</p>
<p>So, the current solution was a compromise to get the MP part working. The FM also recognizes the files although it claims it cannot open them (see <a href="http://bugs.maemo.org/show_bug.cgi?id=2521">bug #2521</a>). All suggestions are welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephe</title>
		<link>http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-409</link>
		<dc:creator>Stephe</dc:creator>
		<pubDate>Sun, 30 Dec 2007 00:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-409</guid>
		<description>Something ate my example glob element in the previous comment. It was supposed to be &#039;glob pattern=&quot;*.ogg&quot;&#039; with some angle brackets thrown in. Sorry about that.</description>
		<content:encoded><![CDATA[<p>Something ate my example glob element in the previous comment. It was supposed to be &#8216;glob pattern=&#8221;*.ogg&#8221;&#8216; with some angle brackets thrown in. Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephe</title>
		<link>http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-408</link>
		<dc:creator>Stephe</dc:creator>
		<pubDate>Sat, 29 Dec 2007 23:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-408</guid>
		<description>Thanks for this great package. I have a question about ogg-support.xml, however. I noticed there was no glob element so I added one for application/ogg as in &quot; and rebuilt the mime database. Now I can click on an ogg file in File Manager and have it play in Media Player. I noticed for version 0.4 that you mentioned removing the *.ogg patterns. Is there something I am missing or is there some other problem I can expect to run into now?</description>
		<content:encoded><![CDATA[<p>Thanks for this great package. I have a question about ogg-support.xml, however. I noticed there was no glob element so I added one for application/ogg as in &#8221; and rebuilt the mime database. Now I can click on an ogg file in File Manager and have it play in Media Player. I noticed for version 0.4 that you mentioned removing the *.ogg patterns. Is there something I am missing or is there some other problem I can expect to run into now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tuomas</title>
		<link>http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-407</link>
		<dc:creator>tuomas</dc:creator>
		<pubDate>Sat, 29 Dec 2007 17:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-407</guid>
		<description>First thing is to get the playbin working and for that I don&#039;t have any advices. After you get it working, you can edit some configuration files to add the support for the MP.</description>
		<content:encoded><![CDATA[<p>First thing is to get the playbin working and for that I don&#8217;t have any advices. After you get it working, you can edit some configuration files to add the support for the MP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tigrux</title>
		<link>http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-406</link>
		<dc:creator>tigrux</dc:creator>
		<pubDate>Sat, 29 Dec 2007 17:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://tuomas.kulve.fi/blog/2007/12/29/ogg-support-06-no-need-for-restart/#comment-406</guid>
		<description>Support for FLV?

I that with gst-ffmpeg FLV videos can be played. So copied the binaries but the playbin element and the media player do not recognize FLVs so I have to use the command line with a gst-launch.

Any suggestion to add support for FLVs? Thanks.</description>
		<content:encoded><![CDATA[<p>Support for FLV?</p>
<p>I that with gst-ffmpeg FLV videos can be played. So copied the binaries but the playbin element and the media player do not recognize FLVs so I have to use the command line with a gst-launch.</p>
<p>Any suggestion to add support for FLVs? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

