IT Community - Software Programming, Web Development and Technical Support

conversion from ogg to mp3

This is a discussion on conversion from ogg to mp3 within the Operating Systems forums, part of the Computer Hardware/Software and Networking category; I wasn't aware there is one 'latest and greatest distro'. I am merely reporting the issue. I have no ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Computer Hardware/Software and Networking > Operating Systems

Register FAQ Members List Calendar Mark Forums Read
  #21 (permalink)  
Old 01-13-2008, 11:15 PM
satheesh satheesh is offline
D-Web Programmer
 
Join Date: Aug 2007
Posts: 95
satheesh is on a distinguished road
Default Re: conversion from ogg to mp3

I wasn't aware there is one 'latest and greatest distro'. I am merely
reporting the issue. I have no idea what's wrong and it is not my site
to debug. It might be even be something to do with the browser and
version. I am currently running Mozilla Firefox 2.0.0.10 on Fedora 8. If
you need more information, let me know.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #22 (permalink)  
Old 01-13-2008, 11:19 PM
nnraja nnraja is offline
D-Web Programmer
 
Join Date: May 2007
Posts: 94
nnraja is on a distinguished road
Default Re: conversion from ogg to mp3

And for the record, the play button is not clickable on IE6/FF3 on
Windows XP as well - I think it is because these browsers does not
have plugins to handle ogg (firefox offers to search for plugins but
can't find one).
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 01-13-2008, 11:23 PM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: conversion from ogg to mp3

there isn't - the ubuntu fanbhois have now evolved from thinking the
ubuntu is the *only* distro, for which we must be thankful.

and
if everyone only debugged their own sites the opensource movement
would die
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 01-13-2008, 11:30 PM
satheesh satheesh is offline
D-Web Programmer
 
Join Date: Aug 2007
Posts: 95
satheesh is on a distinguished road
Default Re: conversion from ogg to mp3

That would the case with software but I wouldn't necessarily including
websites in it. Besides I am providing a detailed bug report and offered
to give you more information to help debug the problem. Since it's been
a long while since I worked on websites, I am not going to attempt to
fix the problem myself.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 01-13-2008, 11:37 PM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: conversion from ogg to mp3

this is a web application and hence software
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 01-13-2008, 11:50 PM
nnraja nnraja is offline
D-Web Programmer
 
Join Date: May 2007
Posts: 94
nnraja is on a distinguished road
Default Re: conversion from ogg to mp3

I was able to play these after installing mozilla-mplayer package. It
is just that (though important) Debian and Fedora did not install
these browser plugins by default. In fact Debian had totem-mozilla by
default and which would have sufficed most users (not in this case for
sure). I HATE TOTEM. It gets installed by default on every distro and
it can't play anything (for anything useful with you have install
totem-xine, and I think debian does that by default) .

So install any media-player plugin in Fedora and try.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 04-09-2008, 04:37 AM
JSureshkumar JSureshkumar is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Location: in someone's heart
Posts: 139
JSureshkumar is on a distinguished road
Send a message via Skype™ to JSureshkumar
Default Re: conversion from ogg to mp3

Quote:
Originally Posted by nnraja View Post
I was able to play these after installing mozilla-mplayer package. It is just that (though important) Debian and Fedora did not install these browser plugins by default.
Fedora doesn't include Mplayer in any form in the official repository since it is difficult to separate the non-free or patent encumbered portions from other portions of Mplayer but third party repositories provide those.

Quote:
Originally Posted by nnraja View Post
In fact Debian had totem-mozilla by
default and which would have sufficed most users (not in this case for sure). I HATE TOTEM. It gets installed by default on every distro and it can't play anything (for anything useful with you have install totem-xine, and I think debian does that by default) .
This really is a matter of plugins and the media framework. Nowadays most players are wrappers around the media frameworks they support. Totem supports both gstreamer and Xine framework with distributions usually having the gstreamer backend as default. It supports Free formats out of the box but you would need additional plugins for other formats. With gstreamer, you would need gstreamer-plugins-bad and gstreamer-plugins-ugly.

Quote:
Originally Posted by nnraja View Post
So install any media-player plugin in Fedora and try.
IIRC totem-mozplugin is installed by default in Fedora but I seem to have removed it at some point but Mplayer browser plugin is already installed and handles ogg files in other websites but not in Ncrfoss one. I tried installing totem plugin as well as the Xine player plugin but nothing seems to have resolved this issue.

I have confirmed the same problem in another system running OpenSUSE 10.3 with Mozilla Firefox 2.0.0.11 with the VLC and Totem browser plugins installed FYI.
__________________
J Suresh Kumar
Google Hacks
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 04-09-2008, 04:48 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: conversion from ogg to mp3

Quote:
Originally Posted by JSureshkumar View Post
Fedora doesn't include Mplayer in any form in the official repository since it is difficult to separate the non-free or patent encumbered portions from other portions of Mplayer but third party repositories provide those.
I think Mandriva provides mplayer by default.


Quote:
Originally Posted by JSureshkumar View Post
This really is a matter of plugins and the media framework. Nowadays most players are wrappers around the media frameworks they support. Totem supports both gstreamer and Xine framework with distributions usually having the gstreamer backend as default. It supports Free formats out of the box but you would need additional plugins for other formats. With gstreamer, you would need gstreamer-plugins-bad and gstreamer-plugins-ugly.
Those were the times when you didn't know all these details (and still many of those I don't know) and there are many out there who does not know these details. That is why there should be same defaults. It was good for debian to have defaulted to totem-xine and installed totem-mozilla (though it didn't work in this particular case).

Quote:
Originally Posted by JSureshkumar View Post
IIRC totem-mozplugin is installed by default in Fedora but I seem to have removed it at some point but Mplayer browser plugin is already installed and handles ogg files in other websites but not in Ncrfoss one. I tried installing totem plugin as well as the Xine player plugin but nothing seems to have resolved this issue.

I have confirmed the same problem in another system running OpenSUSE 10.3 with Mozilla Firefox 2.0.0.11 with the VLC and Totem browser plugins installed FYI.
I tried to rebuild with one more mime type which was missing in totem but present in mplayer, but it didn't work.

Thanks
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29 (permalink)  
Old 04-09-2008, 04:55 AM
shaalini shaalini is offline
D-Web Analyst
 
Join Date: Apr 2007
Posts: 342
shaalini is on a distinguished road
Default Re: conversion from ogg to mp3

Quote:
Originally Posted by satheesh View Post
I must report that I have been unable to get it to work on
Debian, but not because I can't play oggs (all my music is in ogg). The
problem I face is that the Play button is unclickable (on pages like
Arichuvadi)

I think instead of a label there should be a button for the play function. Right
now with a label, there is no feedback if the page element has been clicked
other than the sound playing which is not guaranteed.

__________________
Shaalini.S
Be the Best of Whatever you are...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30 (permalink)  
Old 04-09-2008, 04:58 AM
nnraja nnraja is offline
D-Web Programmer
 
Join Date: May 2007
Posts: 94
nnraja is on a distinguished road
Default Re: conversion from ogg to mp3

Quote:
Originally Posted by shaalini View Post
I think instead of a label there should be a button for the play function. Right
now with a label, there is no feedback if the page element has been clicked
other than the sound playing which is not guaranteed.

if firebug is installed, it will show what's happening
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #31 (permalink)  
Old 04-10-2008, 05:23 AM
arjkhanna arjkhanna is offline
D-Web Genius
 
Join Date: Mar 2007
Posts: 1,102
arjkhanna is on a distinguished road
Default Re: conversion from ogg to mp3

[quote=JSureshkumar;26164]Fedora doesn't include Mplayer in any form in the official repository since it is difficult to separate the non-free or patent encumbered portions from other portions of Mplayer but third party repositories provide those.
..
...
[quote]

I installed mplayerplug-in from livna but it still didn't play. I was able to play other ogg files like Category:The Four Million - Wikimedia Commons


__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 04-10-2008, 09:05 PM
JSureshkumar JSureshkumar is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Location: in someone's heart
Posts: 139
JSureshkumar is on a distinguished road
Send a message via Skype™ to JSureshkumar
Default Re: conversion from ogg to mp3

Quote:
Originally Posted by arjkhanna View Post
I think Mandriva provides mplayer by default.

Those were the times when you didn't know all these details (and still many of those I don't know) and there are many out there who does not know these details. That is why there should be same defaults. It was good for debian to have defaulted to totem-xine and installed totem-mozilla (though it didn't work in this particular case).

Thanks
Xine would have the exact same problem if a distribution doesn't support patent encumbered formats. The multimedia framework doesn't change that situation.
__________________
J Suresh Kumar
Google Hacks
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 04-10-2008, 09:26 PM
shaalini shaalini is offline
D-Web Analyst
 
Join Date: Apr 2007
Posts: 342
shaalini is on a distinguished road
Default Re: conversion from ogg to mp3

Quote:
Originally Posted by JSureshkumar View Post
Xine would have the exact same problem if a distribution doesn't support patent encumbered formats. The multimedia framework doesn't change that situation.
That was the time when totem was not using any of these frame work
(anyone ubuntu 4.10 - was that the first version? or was it 5.10?)

and any sites that use embed tag?
You can download ogg files and many use Cortado java applet to play ogg.

Thanks
__________________
Shaalini.S
Be the Best of Whatever you are...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 04-10-2008, 09:44 PM
nnraja nnraja is offline
D-Web Programmer
 
Join Date: May 2007
Posts: 94
nnraja is on a distinguished road
Default Re: conversion from ogg to mp3

Quote:
Originally Posted by shaalini View Post
That was the time when totem was not using any of these frame work
(anyone ubuntu 4.10 - was that the first version? or was it 5.10?)
Totem has been using both these frameworks for a very long time and even before Ubuntu ever existed.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/operating-systems/4953-conversion-ogg-mp3.html
Posted By For Type Date
DiscussWeb IT Community - Technical Support and Technology Discussions This thread Refback 01-13-2008 10:45 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Conversion error Kirubhananth ASP and ASP.NET Programming 4 03-12-2008 10:03 PM
Conversion constructor vijayanand C and C++ Programming 0 09-21-2007 03:36 AM
Embedded Currency Conversion Alkazar HTML, CSS and Javascript Coding Techniques 1 08-27-2007 07:57 AM
How to do a type conversion in VC++ .NET? bluesky C and C++ Programming 2 08-10-2007 05:38 AM
Type conversion from arraylist to string in C# oxygen C# Programming 3 07-30-2007 09:47 AM


All times are GMT -7. The time now is 03:05 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0