RSS Feed

My random notes about the stuff I've done

Ogg-support 0.6: No need for restart

5 Comments
Posted by tuomas on December 29, 2007 at 2:54 pm

Thanks to Joni Valtanen the Media Player should now play Oggs without restarting the device.

As another minor change I added NoDisplay to ogg-support’s MP’s .desktop file to prevent it from showing in the menus.

Filed under Maemo
You can skip to the end and leave a comment. Pinging is currently not allowed.

5 Comments

  • On December 29, 2007 at 8:29 pm tigrux said

    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.

    Reply

  • On December 29, 2007 at 8:45 pm tuomas said

    First thing is to get the playbin working and for that I don’t have any advices. After you get it working, you can edit some configuration files to add the support for the MP.

    Reply

  • On December 30, 2007 at 2:59 am Stephe said

    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 ” 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?

    Reply

  • On December 30, 2007 at 3:03 am Stephe said

    Something ate my example glob element in the previous comment. It was supposed to be ‘glob pattern=”*.ogg”‘ with some angle brackets thrown in. Sorry about that.

    Reply

  • On December 30, 2007 at 12:14 pm tuomas said

    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’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 bug #2521). All suggestions are welcome.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Why ask?