RE: [TizenIVI 3.0]MP3 can not play
Hi Kevron,Geoffroy I have fixed this issue. Thank you very much for your help. Andy From: williamyan...@hotmail.com To: kevron.m.r...@intel.com CC: ivi@lists.tizen.org; geoffroy.vancut...@intel.com Subject: RE: [TizenIVI 3.0]MP3 can not play Date: Thu, 22 May 2014 02:24:27 + Hi Kevron Thank you very much for your reply. I have some question about your advice. >It took about 15 mins for me to do this borrowing > libmad (with patches and spec file) from opensuse's build service and > using gbs to build it for tizen. Using GBS to build source code,we will get install RPM file. >After that I cloned tizen's gst-plugins-ugly, >edited the spec file to enable mad and then rebuilt using gbs. How can we use libmad RPM file when we rebuild gst-plugins-ugly? And i try to use below method in order to solve mp3/wma decode issue, it can play wma file but still can not play mp3 file. 1.download libmad-0.15.1b-1.18.src.rpm from http://www.opensuse.org libmad-0.15.1b-1.18.src.rpm consist of spec file/patches, and libmad-0.15.1b.tar.bz2. 2 edit the spec file to enable mad and then rebuilt gst-plugins-ugly using gbs with libmad-0.15.1b.tar.bz2. Output: gst-plugins-ugly-1.2.0-0.i686.rpm 3 install opencore-amr-0.1.2-14.1.i686.rpm, gst-plugins-ugly-1.2.0-0.i686.rpm Could you give me some advice? I am looking forward to your reply.Thank you. Andy > Date: Mon, 19 May 2014 09:03:35 -0700 > Subject: Re: [TizenIVI 3.0]MP3 can not play > From: kevron.m.r...@intel.com > To: geoffroy.vancut...@intel.com > CC: williamyan...@hotmail.com; ivi@lists.tizen.org > > You need to add libmad and recompile gst-plugins-ugly with the MAD > plugin enabled. It took about 15 mins for me to do this borrowing > libmad (with patches and spec file) from opensuse's build service and > using gbs to build it for tizen. After that I cloned tizen's > gst-plugins-ugly, edited the spec file to enable mad and then rebuilt > using gbs. I scp'd the files to my tizen system and installed. mp3 > playback works like it should. > > -Kevron > > On Mon, May 19, 2014 at 4:46 AM, VanCutsem, Geoffroy > wrote: > > Hi Andy, > > > > > > > > It sounds like you’ve added the MAD library to your system but what you need > > is the Gstreamer MAD plugin. That file would be called libgstmad.so (or > > something like that) and be located in /usr/lib/gstreamer-1.0/. > > > > > > > > Geoffroy > > > > > > > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > > Sent: Monday, May 19, 2014 10:12 AM > > To: ivi@lists.tizen.org > > > > > > Subject: RE: [TizenIVI 3.0]MP3 can not play > > > > > > > > Hello everyone > > > > > >> Easier would be to either use an earlier version of Tizen with gstreamer > >> v0.10 or acquire libmad MP3 library and add it yourself. > > > > I have added libmad.so.0.2.1 to the tizen ivi system,but it does not work. > > > > Is there anyting setup necessary? Or is there guideline wiki for this issue? > > > > [Error Information] > > 18:36:10 ivi_box WebProcess[378]: gboolean > > WebCore::MediaPlayerPrivateGStreamer::handleMessage(GstMessage*)(1076) > > > ERROR: GST_MESSAGE_ERROR 12: Your GStreamer installation is missing a > > plug-in. (url=file:///opt/usr/media/Sounds/221mp3.mp3) > > > > Thank you. > > > > Andy > > > > > > > > From: joel.cl...@intel.com > > To: williamyan...@hotmail.com > > CC: ivi@lists.tizen.org; ning.w.w...@intel.com; kevron.m.r...@intel.com > > Subject: RE: [TizenIVI 3.0]MP3 can not play > > Date: Wed, 14 May 2014 09:14:30 + > > > > Rolling back the latest Tizen IVI to gstreamer v0.10 is probably hardest. > > Easier would be to either use an earlier version of Tizen with gstreamer > > v0.10 or acquire libmad MP3 library and add it yourself. > > > > > > > > Regards > > > > Joel > > > > > > > > > > > > From: Yang Andy [mailto:williamyan...@hotmail.com] > > Sent: Wednesday, May 14, 2014 12:47 AM > > To: Clark, Joel > > Cc: ivi@lists.tizen.org; Wang, Ning W; Rees, Kevron M > > Subject: RE: [TizenIVI 3.0]MP3 can not play > > > > > > > > To:Joel > > > > I want to play mp3 file on the lastest tizen ivi software. > > > > As to gstreamer,is there possibility that fixed this problem if i rollback > > to gstreamer v0.10 on the lastest tizen ivi software? > > > > Could you give some advice no how solve the mp3 decode problem? > > > > Thank you. >
RE: [TizenIVI 3.0]MP3 can not play
Hi Kevron Thank you very much for your reply. I have some question about your advice. >It took about 15 mins for me to do this borrowing > libmad (with patches and spec file) from opensuse's build service and > using gbs to build it for tizen. Using GBS to build source code,we will get install RPM file. >After that I cloned tizen's gst-plugins-ugly, >edited the spec file to enable mad and then rebuilt using gbs. How can we use libmad RPM file when we rebuild gst-plugins-ugly? And i try to use below method in order to solve mp3/wma decode issue, it can play wma file but still can not play mp3 file. 1.download libmad-0.15.1b-1.18.src.rpm from http://www.opensuse.org libmad-0.15.1b-1.18.src.rpm consist of spec file/patches, and libmad-0.15.1b.tar.bz2. 2 edit the spec file to enable mad and then rebuilt gst-plugins-ugly using gbs with libmad-0.15.1b.tar.bz2. Output: gst-plugins-ugly-1.2.0-0.i686.rpm 3 install opencore-amr-0.1.2-14.1.i686.rpm, gst-plugins-ugly-1.2.0-0.i686.rpm Could you give me some advice? I am looking forward to your reply.Thank you. Andy > Date: Mon, 19 May 2014 09:03:35 -0700 > Subject: Re: [TizenIVI 3.0]MP3 can not play > From: kevron.m.r...@intel.com > To: geoffroy.vancut...@intel.com > CC: williamyan...@hotmail.com; ivi@lists.tizen.org > > You need to add libmad and recompile gst-plugins-ugly with the MAD > plugin enabled. It took about 15 mins for me to do this borrowing > libmad (with patches and spec file) from opensuse's build service and > using gbs to build it for tizen. After that I cloned tizen's > gst-plugins-ugly, edited the spec file to enable mad and then rebuilt > using gbs. I scp'd the files to my tizen system and installed. mp3 > playback works like it should. > > -Kevron > > On Mon, May 19, 2014 at 4:46 AM, VanCutsem, Geoffroy > wrote: > > Hi Andy, > > > > > > > > It sounds like you’ve added the MAD library to your system but what you need > > is the Gstreamer MAD plugin. That file would be called libgstmad.so (or > > something like that) and be located in /usr/lib/gstreamer-1.0/. > > > > > > > > Geoffroy > > > > > > > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > > Sent: Monday, May 19, 2014 10:12 AM > > To: ivi@lists.tizen.org > > > > > > Subject: RE: [TizenIVI 3.0]MP3 can not play > > > > > > > > Hello everyone > > > > > >> Easier would be to either use an earlier version of Tizen with gstreamer > >> v0.10 or acquire libmad MP3 library and add it yourself. > > > > I have added libmad.so.0.2.1 to the tizen ivi system,but it does not work. > > > > Is there anyting setup necessary? Or is there guideline wiki for this issue? > > > > [Error Information] > > 18:36:10 ivi_box WebProcess[378]: gboolean > > WebCore::MediaPlayerPrivateGStreamer::handleMessage(GstMessage*)(1076) > > > ERROR: GST_MESSAGE_ERROR 12: Your GStreamer installation is missing a > > plug-in. (url=file:///opt/usr/media/Sounds/221mp3.mp3) > > > > Thank you. > > > > Andy > > > > > > > > From: joel.cl...@intel.com > > To: williamyan...@hotmail.com > > CC: ivi@lists.tizen.org; ning.w.w...@intel.com; kevron.m.r...@intel.com > > Subject: RE: [TizenIVI 3.0]MP3 can not play > > Date: Wed, 14 May 2014 09:14:30 + > > > > Rolling back the latest Tizen IVI to gstreamer v0.10 is probably hardest. > > Easier would be to either use an earlier version of Tizen with gstreamer > > v0.10 or acquire libmad MP3 library and add it yourself. > > > > > > > > Regards > > > > Joel > > > > > > > > > > > > From: Yang Andy [mailto:williamyan...@hotmail.com] > > Sent: Wednesday, May 14, 2014 12:47 AM > > To: Clark, Joel > > Cc: ivi@lists.tizen.org; Wang, Ning W; Rees, Kevron M > > Subject: RE: [TizenIVI 3.0]MP3 can not play > > > > > > > > To:Joel > > > > I want to play mp3 file on the lastest tizen ivi software. > > > > As to gstreamer,is there possibility that fixed this problem if i rollback > > to gstreamer v0.10 on the lastest tizen ivi software? > > > > Could you give some advice no how solve the mp3 decode problem? > > > > Thank you. > > > > Andy > > > >> From: joel.cl...@intel.com > >> To: kevron.m.r...@intel.com; ning.w.w...@intel.com > >> CC: williamyan...@hotmail.com; ivi@lists.tizen.org > >> Subject: RE: [TizenIVI 3.0]MP3 can not play > >> Date: Mon, 12 Ma
Re: [TizenIVI 3.0]MP3 can not play
You need to add libmad and recompile gst-plugins-ugly with the MAD plugin enabled. It took about 15 mins for me to do this borrowing libmad (with patches and spec file) from opensuse's build service and using gbs to build it for tizen. After that I cloned tizen's gst-plugins-ugly, edited the spec file to enable mad and then rebuilt using gbs. I scp'd the files to my tizen system and installed. mp3 playback works like it should. -Kevron On Mon, May 19, 2014 at 4:46 AM, VanCutsem, Geoffroy wrote: > Hi Andy, > > > > It sounds like you’ve added the MAD library to your system but what you need > is the Gstreamer MAD plugin. That file would be called libgstmad.so (or > something like that) and be located in /usr/lib/gstreamer-1.0/. > > > > Geoffroy > > > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > Sent: Monday, May 19, 2014 10:12 AM > To: ivi@lists.tizen.org > > > Subject: RE: [TizenIVI 3.0]MP3 can not play > > > > Hello everyone > > >> Easier would be to either use an earlier version of Tizen with gstreamer >> v0.10 or acquire libmad MP3 library and add it yourself. > > I have added libmad.so.0.2.1 to the tizen ivi system,but it does not work. > > Is there anyting setup necessary? Or is there guideline wiki for this issue? > > [Error Information] > 18:36:10 ivi_box WebProcess[378]: gboolean > WebCore::MediaPlayerPrivateGStreamer::handleMessage(GstMessage*)(1076) > > ERROR: GST_MESSAGE_ERROR 12: Your GStreamer installation is missing a > plug-in. (url=file:///opt/usr/media/Sounds/221mp3.mp3) > > Thank you. > > Andy > > ________ > > From: joel.cl...@intel.com > To: williamyan...@hotmail.com > CC: ivi@lists.tizen.org; ning.w.w...@intel.com; kevron.m.r...@intel.com > Subject: RE: [TizenIVI 3.0]MP3 can not play > Date: Wed, 14 May 2014 09:14:30 + > > Rolling back the latest Tizen IVI to gstreamer v0.10 is probably hardest. > Easier would be to either use an earlier version of Tizen with gstreamer > v0.10 or acquire libmad MP3 library and add it yourself. > > > > Regards > > Joel > > > > > > From: Yang Andy [mailto:williamyan...@hotmail.com] > Sent: Wednesday, May 14, 2014 12:47 AM > To: Clark, Joel > Cc: ivi@lists.tizen.org; Wang, Ning W; Rees, Kevron M > Subject: RE: [TizenIVI 3.0]MP3 can not play > > > > To:Joel > > I want to play mp3 file on the lastest tizen ivi software. > > As to gstreamer,is there possibility that fixed this problem if i rollback > to gstreamer v0.10 on the lastest tizen ivi software? > > Could you give some advice no how solve the mp3 decode problem? > > Thank you. > > Andy > >> From: joel.cl...@intel.com >> To: kevron.m.r...@intel.com; ning.w.w...@intel.com >> CC: williamyan...@hotmail.com; ivi@lists.tizen.org >> Subject: RE: [TizenIVI 3.0]MP3 can not play >> Date: Mon, 12 May 2014 16:20:02 + >> >> This reflects the move to a more recent upstream version of gstreamer. MP3 >> was working with gstreamer v0.10, but is not working with gstreamer 1.x. >> Nobody has contributed a freely redistributable MP3 decoder for gstreamer >> 1.x. >> >> Regards >> Joel >> >> >> -Original Message- >> From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Rees, Kevron >> Sent: Monday, May 12, 2014 9:07 AM >> To: Wang, Ning W >> Cc: Yang Andy; ivi@lists.tizen.org >> Subject: Re: [TizenIVI 3.0]MP3 can not play >> >> I don't think we have any gstreamer plugins that support the MP3 codec. >> IIRC, the MAD plugin is not enabled. >> >> On Mon, May 12, 2014 at 1:33 AM, Wang, Ning W >> wrote: >> > Hi Andy, >> > >> > Andy, >> > >> > >> > >> > Do you by any chance run into the issue where the sound card is muted? >> > See >> > https://bugs.tizen.org/jira/browse/TIVI-2799 . >> > >> > You can work around it by running “pacmd set-sink-mute 0 false” in >> > weston terminal. >> > >> > >> > >> > Thanks, >> > >> > Ning >> > >> > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy >> > Sent: Monday, May 12, 2014 4:10 PM >> > To: ivi@lists.tizen.org >> > Subject: [TizenIVI 3.0]MP3 can not play >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > Hello everyone >> > >> > When i use below IVI version,i found that MP3(Audio) can not >> > play.
RE: [TizenIVI 3.0]MP3 can not play
Hi Andy, It sounds like you've added the MAD library to your system but what you need is the Gstreamer MAD plugin. That file would be called libgstmad.so (or something like that) and be located in /usr/lib/gstreamer-1.0/. Geoffroy From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy Sent: Monday, May 19, 2014 10:12 AM To: ivi@lists.tizen.org Subject: RE: [TizenIVI 3.0]MP3 can not play Hello everyone > Easier would be to either use an earlier version of Tizen with gstreamer > v0.10 or acquire libmad MP3 library and add it yourself. I have added libmad.so.0.2.1 to the tizen ivi system,but it does not work. Is there anyting setup necessary? Or is there guideline wiki for this issue? [Error Information] 18:36:10 ivi_box WebProcess[378]: gboolean WebCore::MediaPlayerPrivateGStreamer::handleMessage(GstMessage*)(1076) > ERROR: GST_MESSAGE_ERROR 12: Your GStreamer installation is missing a plug-in. (url=file:///opt/usr/media/Sounds/221mp3.mp3) Thank you. Andy From: joel.cl...@intel.com<mailto:joel.cl...@intel.com> To: williamyan...@hotmail.com<mailto:williamyan...@hotmail.com> CC: ivi@lists.tizen.org<mailto:ivi@lists.tizen.org>; ning.w.w...@intel.com<mailto:ning.w.w...@intel.com>; kevron.m.r...@intel.com<mailto:kevron.m.r...@intel.com> Subject: RE: [TizenIVI 3.0]MP3 can not play Date: Wed, 14 May 2014 09:14:30 + Rolling back the latest Tizen IVI to gstreamer v0.10 is probably hardest. Easier would be to either use an earlier version of Tizen with gstreamer v0.10 or acquire libmad MP3 library and add it yourself. Regards Joel From: Yang Andy [mailto:williamyan...@hotmail.com] Sent: Wednesday, May 14, 2014 12:47 AM To: Clark, Joel Cc: ivi@lists.tizen.org<mailto:ivi@lists.tizen.org>; Wang, Ning W; Rees, Kevron M Subject: RE: [TizenIVI 3.0]MP3 can not play To:Joel I want to play mp3 file on the lastest tizen ivi software. As to gstreamer,is there possibility that fixed this problem if i rollback to gstreamer v0.10 on the lastest tizen ivi software? Could you give some advice no how solve the mp3 decode problem? Thank you. Andy > From: joel.cl...@intel.com<mailto:joel.cl...@intel.com> > To: kevron.m.r...@intel.com<mailto:kevron.m.r...@intel.com>; > ning.w.w...@intel.com<mailto:ning.w.w...@intel.com> > CC: williamyan...@hotmail.com<mailto:williamyan...@hotmail.com>; > ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> > Subject: RE: [TizenIVI 3.0]MP3 can not play > Date: Mon, 12 May 2014 16:20:02 + > > This reflects the move to a more recent upstream version of gstreamer. MP3 > was working with gstreamer v0.10, but is not working with gstreamer 1.x. > Nobody has contributed a freely redistributable MP3 decoder for gstreamer 1.x. > > Regards > Joel > > > -Original Message- > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Rees, Kevron > Sent: Monday, May 12, 2014 9:07 AM > To: Wang, Ning W > Cc: Yang Andy; ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> > Subject: Re: [TizenIVI 3.0]MP3 can not play > > I don't think we have any gstreamer plugins that support the MP3 codec. IIRC, > the MAD plugin is not enabled. > > On Mon, May 12, 2014 at 1:33 AM, Wang, Ning W > mailto:ning.w.w...@intel.com>> wrote: > > Hi Andy, > > > > Andy, > > > > > > > > Do you by any chance run into the issue where the sound card is muted? > > See > > https://bugs.tizen.org/jira/browse/TIVI-2799 . > > > > You can work around it by running "pacmd set-sink-mute 0 false" in > > weston terminal. > > > > > > > > Thanks, > > > > Ning > > > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > > Sent: Monday, May 12, 2014 4:10 PM > > To: ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> > > Subject: [TizenIVI 3.0]MP3 can not play > > > > > > > > > > > > > > > > > > > > > > > > Hello everyone > > > > When i use below IVI version,i found that MP3(Audio) can not > > play.MP4(Vedio) is OK. > > > > Old version ivi did not have this problem. > > > > Do anyone know the reason? > > > > [IVI version] > > tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 > > > > Thank you. > > > > Andy > > > > > > ___ > > IVI mailing list > > IVI@lists.tizen.org<mailto:IVI@lists.tizen.org> > > https://lists.tizen.org/listinfo/ivi > > > ___ > IVI mailing list > IVI@lists.tizen.org<mailto:IVI@lists.tizen.org> > https://lists.tizen.org/listinfo/ivi Intel Corporation NV/SA Kings Square, Veldkant 31 2550 Kontich RPM (Bruxelles) 0415.497.718. Citibank, Brussels, account 570/1031255/09 This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
RE: [TizenIVI 3.0]MP3 can not play
Hello everyone > Easier would be to either use an earlier version of Tizen with gstreamer > v0.10 or acquire libmad MP3 library and add it yourself. I have added libmad.so.0.2.1 to the tizen ivi system,but it does not work. Is there anyting setup necessary? Or is there guideline wiki for this issue? [Error Information] 18:36:10 ivi_box WebProcess[378]: gboolean WebCore::MediaPlayerPrivateGStreamer::handleMessage(GstMessage*)(1076) > ERROR: GST_MESSAGE_ERROR 12: Your GStreamer installation is missing a plug-in. (url=file:///opt/usr/media/Sounds/221mp3.mp3) Thank you. Andy From: joel.cl...@intel.com To: williamyan...@hotmail.com CC: ivi@lists.tizen.org; ning.w.w...@intel.com; kevron.m.r...@intel.com Subject: RE: [TizenIVI 3.0]MP3 can not play Date: Wed, 14 May 2014 09:14:30 + Rolling back the latest Tizen IVI to gstreamer v0.10 is probably hardest. Easier would be to either use an earlier version of Tizen with gstreamer v0.10 or acquire libmad MP3 library and add it yourself. Regards Joel From: Yang Andy [mailto:williamyan...@hotmail.com] Sent: Wednesday, May 14, 2014 12:47 AM To: Clark, Joel Cc: ivi@lists.tizen.org; Wang, Ning W; Rees, Kevron M Subject: RE: [TizenIVI 3.0]MP3 can not play To:Joel I want to play mp3 file on the lastest tizen ivi software. As to gstreamer,is there possibility that fixed this problem if i rollback to gstreamer v0.10 on the lastest tizen ivi software? Could you give some advice no how solve the mp3 decode problem? Thank you. Andy > From: joel.cl...@intel.com > To: kevron.m.r...@intel.com; ning.w.w...@intel.com > CC: williamyan...@hotmail.com; ivi@lists.tizen.org > Subject: RE: [TizenIVI 3.0]MP3 can not play > Date: Mon, 12 May 2014 16:20:02 + > > This reflects the move to a more recent upstream version of gstreamer. MP3 > was working with gstreamer v0.10, but is not working with gstreamer 1.x. > Nobody has contributed a freely redistributable MP3 decoder for gstreamer 1.x. > > Regards > Joel > > > -Original Message- > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Rees, Kevron > Sent: Monday, May 12, 2014 9:07 AM > To: Wang, Ning W > Cc: Yang Andy; ivi@lists.tizen.org > Subject: Re: [TizenIVI 3.0]MP3 can not play > > I don't think we have any gstreamer plugins that support the MP3 codec. IIRC, > the MAD plugin is not enabled. > > On Mon, May 12, 2014 at 1:33 AM, Wang, Ning W wrote: > > Hi Andy, > > > > Andy, > > > > > > > > Do you by any chance run into the issue where the sound card is muted? > > See > > https://bugs.tizen.org/jira/browse/TIVI-2799 . > > > > You can work around it by running “pacmd set-sink-mute 0 false” in > > weston terminal. > > > > > > > > Thanks, > > > > Ning > > > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > > Sent: Monday, May 12, 2014 4:10 PM > > To: ivi@lists.tizen.org > > Subject: [TizenIVI 3.0]MP3 can not play > > > > > > > > > > > > > > > > > > > > > > > > Hello everyone > > > > When i use below IVI version,i found that MP3(Audio) can not > > play.MP4(Vedio) is OK. > > > > Old version ivi did not have this problem. > > > > Do anyone know the reason? > > > > [IVI version] > > tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 > > > > Thank you. > > > > Andy > > > > > > ___ > > IVI mailing list > > IVI@lists.tizen.org > > https://lists.tizen.org/listinfo/ivi > > > ___ > IVI mailing list > IVI@lists.tizen.org > https://lists.tizen.org/listinfo/ivi ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
RE: [TizenIVI 3.0]MP3 can not play
To:Joel I got it.Thank you very much. Andy. From: joel.cl...@intel.com To: williamyan...@hotmail.com CC: ivi@lists.tizen.org; ning.w.w...@intel.com; kevron.m.r...@intel.com Subject: RE: [TizenIVI 3.0]MP3 can not play Date: Wed, 14 May 2014 09:14:30 + Rolling back the latest Tizen IVI to gstreamer v0.10 is probably hardest. Easier would be to either use an earlier version of Tizen with gstreamer v0.10 or acquire libmad MP3 library and add it yourself. Regards Joel From: Yang Andy [mailto:williamyan...@hotmail.com] Sent: Wednesday, May 14, 2014 12:47 AM To: Clark, Joel Cc: ivi@lists.tizen.org; Wang, Ning W; Rees, Kevron M Subject: RE: [TizenIVI 3.0]MP3 can not play To:Joel I want to play mp3 file on the lastest tizen ivi software. As to gstreamer,is there possibility that fixed this problem if i rollback to gstreamer v0.10 on the lastest tizen ivi software? Could you give some advice no how solve the mp3 decode problem? Thank you. Andy > From: joel.cl...@intel.com > To: kevron.m.r...@intel.com; ning.w.w...@intel.com > CC: williamyan...@hotmail.com; ivi@lists.tizen.org > Subject: RE: [TizenIVI 3.0]MP3 can not play > Date: Mon, 12 May 2014 16:20:02 + > > This reflects the move to a more recent upstream version of gstreamer. MP3 > was working with gstreamer v0.10, but is not working with gstreamer 1.x. > Nobody has contributed a freely redistributable MP3 decoder for gstreamer 1.x. > > Regards > Joel > > > -Original Message- > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Rees, Kevron > Sent: Monday, May 12, 2014 9:07 AM > To: Wang, Ning W > Cc: Yang Andy; ivi@lists.tizen.org > Subject: Re: [TizenIVI 3.0]MP3 can not play > > I don't think we have any gstreamer plugins that support the MP3 codec. IIRC, > the MAD plugin is not enabled. > > On Mon, May 12, 2014 at 1:33 AM, Wang, Ning W wrote: > > Hi Andy, > > > > Andy, > > > > > > > > Do you by any chance run into the issue where the sound card is muted? > > See > > https://bugs.tizen.org/jira/browse/TIVI-2799 . > > > > You can work around it by running “pacmd set-sink-mute 0 false” in > > weston terminal. > > > > > > > > Thanks, > > > > Ning > > > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > > Sent: Monday, May 12, 2014 4:10 PM > > To: ivi@lists.tizen.org > > Subject: [TizenIVI 3.0]MP3 can not play > > > > > > > > > > > > > > > > > > > > > > > > Hello everyone > > > > When i use below IVI version,i found that MP3(Audio) can not > > play.MP4(Vedio) is OK. > > > > Old version ivi did not have this problem. > > > > Do anyone know the reason? > > > > [IVI version] > > tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 > > > > Thank you. > > > > Andy > > > > > > ___ > > IVI mailing list > > IVI@lists.tizen.org > > https://lists.tizen.org/listinfo/ivi > > > ___ > IVI mailing list > IVI@lists.tizen.org > https://lists.tizen.org/listinfo/ivi ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
RE: [TizenIVI 3.0]MP3 can not play
Rolling back the latest Tizen IVI to gstreamer v0.10 is probably hardest. Easier would be to either use an earlier version of Tizen with gstreamer v0.10 or acquire libmad MP3 library and add it yourself. Regards Joel From: Yang Andy [mailto:williamyan...@hotmail.com] Sent: Wednesday, May 14, 2014 12:47 AM To: Clark, Joel Cc: ivi@lists.tizen.org; Wang, Ning W; Rees, Kevron M Subject: RE: [TizenIVI 3.0]MP3 can not play To:Joel I want to play mp3 file on the lastest tizen ivi software. As to gstreamer,is there possibility that fixed this problem if i rollback to gstreamer v0.10 on the lastest tizen ivi software? Could you give some advice no how solve the mp3 decode problem? Thank you. Andy > From: joel.cl...@intel.com<mailto:joel.cl...@intel.com> > To: kevron.m.r...@intel.com<mailto:kevron.m.r...@intel.com>; > ning.w.w...@intel.com<mailto:ning.w.w...@intel.com> > CC: williamyan...@hotmail.com<mailto:williamyan...@hotmail.com>; > ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> > Subject: RE: [TizenIVI 3.0]MP3 can not play > Date: Mon, 12 May 2014 16:20:02 + > > This reflects the move to a more recent upstream version of gstreamer. MP3 > was working with gstreamer v0.10, but is not working with gstreamer 1.x. > Nobody has contributed a freely redistributable MP3 decoder for gstreamer 1.x. > > Regards > Joel > > > -Original Message- > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Rees, Kevron > Sent: Monday, May 12, 2014 9:07 AM > To: Wang, Ning W > Cc: Yang Andy; ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> > Subject: Re: [TizenIVI 3.0]MP3 can not play > > I don't think we have any gstreamer plugins that support the MP3 codec. IIRC, > the MAD plugin is not enabled. > > On Mon, May 12, 2014 at 1:33 AM, Wang, Ning W > mailto:ning.w.w...@intel.com>> wrote: > > Hi Andy, > > > > Andy, > > > > > > > > Do you by any chance run into the issue where the sound card is muted? > > See > > https://bugs.tizen.org/jira/browse/TIVI-2799 . > > > > You can work around it by running "pacmd set-sink-mute 0 false" in > > weston terminal. > > > > > > > > Thanks, > > > > Ning > > > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > > Sent: Monday, May 12, 2014 4:10 PM > > To: ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> > > Subject: [TizenIVI 3.0]MP3 can not play > > > > > > > > > > > > > > > > > > > > > > > > Hello everyone > > > > When i use below IVI version,i found that MP3(Audio) can not > > play.MP4(Vedio) is OK. > > > > Old version ivi did not have this problem. > > > > Do anyone know the reason? > > > > [IVI version] > > tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 > > > > Thank you. > > > > Andy > > > > > > ___ > > IVI mailing list > > IVI@lists.tizen.org<mailto:IVI@lists.tizen.org> > > https://lists.tizen.org/listinfo/ivi > > > ___ > IVI mailing list > IVI@lists.tizen.org<mailto:IVI@lists.tizen.org> > https://lists.tizen.org/listinfo/ivi ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
RE: [TizenIVI 3.0]MP3 can not play
To:Joel I want to play mp3 file on the lastest tizen ivi software. As to gstreamer,is there possibility that fixed this problem if i rollback to gstreamer v0.10 on the lastest tizen ivi software? Could you give some advice no how solve the mp3 decode problem? Thank you. Andy > From: joel.cl...@intel.com > To: kevron.m.r...@intel.com; ning.w.w...@intel.com > CC: williamyan...@hotmail.com; ivi@lists.tizen.org > Subject: RE: [TizenIVI 3.0]MP3 can not play > Date: Mon, 12 May 2014 16:20:02 + > > This reflects the move to a more recent upstream version of gstreamer. MP3 > was working with gstreamer v0.10, but is not working with gstreamer 1.x. > Nobody has contributed a freely redistributable MP3 decoder for gstreamer > 1.x. > > Regards > Joel > > > -Original Message- > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Rees, Kevron > Sent: Monday, May 12, 2014 9:07 AM > To: Wang, Ning W > Cc: Yang Andy; ivi@lists.tizen.org > Subject: Re: [TizenIVI 3.0]MP3 can not play > > I don't think we have any gstreamer plugins that support the MP3 codec. > IIRC, the MAD plugin is not enabled. > > On Mon, May 12, 2014 at 1:33 AM, Wang, Ning W wrote: > > Hi Andy, > > > > Andy, > > > > > > > > Do you by any chance run into the issue where the sound card is muted? > > See > > https://bugs.tizen.org/jira/browse/TIVI-2799 . > > > > You can work around it by running “pacmd set-sink-mute 0 false” in > > weston terminal. > > > > > > > > Thanks, > > > > Ning > > > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > > Sent: Monday, May 12, 2014 4:10 PM > > To: ivi@lists.tizen.org > > Subject: [TizenIVI 3.0]MP3 can not play > > > > > > > > > > > > > > > > > > > > > > > > Hello everyone > > > > When i use below IVI version,i found that MP3(Audio) can not > > play.MP4(Vedio) is OK. > > > > Old version ivi did not have this problem. > > > > Do anyone know the reason? > > > > [IVI version] > > tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 > > > > Thank you. > > > > Andy > > > > > > ___ > > IVI mailing list > > IVI@lists.tizen.org > > https://lists.tizen.org/listinfo/ivi > > > ___ > IVI mailing list > IVI@lists.tizen.org > https://lists.tizen.org/listinfo/ivi ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
Re: [TizenIVI 3.0]MP3 can not play
I've been told we have tested it but we are not allowed to distribute the MP3 library via tizen.org<http://tizen.org> because we don't have distribution rights. Regards Joel On May 12, 2014, at 6:11 PM, "Wang, Ning W" mailto:ning.w.w...@intel.com>> wrote: Hi Andy, Sorry. I misunderstood your problem. As Joel and others said before, MP3 is not supported. Could you please try ogg audio instead? Thanks, Ning From: Yang Andy [mailto:williamyan...@hotmail.com] Sent: Tuesday, May 13, 2014 9:01 AM To: Wang, Ning W; ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> Subject: RE: [TizenIVI 3.0]MP3 can not play Hi Ning This issue is not about sound,mp3 file can not play. By the way,when i run “pacmd set-sink-mute 0 false” in weston terminal,it echo error that pacmd is not found. Could you give me some advice? Thank you Andy. From: ning.w.w...@intel.com<mailto:ning.w.w...@intel.com> To: williamyan...@hotmail.com<mailto:williamyan...@hotmail.com>; ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> Subject: RE: [TizenIVI 3.0]MP3 can not play Date: Mon, 12 May 2014 08:33:00 + Hi Andy, Andy, Do you by any chance run into the issue where the sound card is muted? See https://bugs.tizen.org/jira/browse/TIVI-2799 . You can work around it by running “pacmd set-sink-mute 0 false” in weston terminal. Thanks, Ning From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy Sent: Monday, May 12, 2014 4:10 PM To: ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> Subject: [TizenIVI 3.0]MP3 can not play Hello everyone When i use below IVI version,i found that MP3(Audio) can not play.MP4(Vedio) is OK. Old version ivi did not have this problem. Do anyone know the reason? [IVI version] tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 Thank you. Andy ___ IVI mailing list IVI@lists.tizen.org<mailto:IVI@lists.tizen.org> https://lists.tizen.org/listinfo/ivi ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
RE: [TizenIVI 3.0]MP3 can not play
Hi Andy, Sorry. I misunderstood your problem. As Joel and others said before, MP3 is not supported. Could you please try ogg audio instead? Thanks, Ning From: Yang Andy [mailto:williamyan...@hotmail.com] Sent: Tuesday, May 13, 2014 9:01 AM To: Wang, Ning W; ivi@lists.tizen.org Subject: RE: [TizenIVI 3.0]MP3 can not play Hi Ning This issue is not about sound,mp3 file can not play. By the way,when i run "pacmd set-sink-mute 0 false" in weston terminal,it echo error that pacmd is not found. Could you give me some advice? Thank you Andy. From: ning.w.w...@intel.com<mailto:ning.w.w...@intel.com> To: williamyan...@hotmail.com<mailto:williamyan...@hotmail.com>; ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> Subject: RE: [TizenIVI 3.0]MP3 can not play Date: Mon, 12 May 2014 08:33:00 + Hi Andy, Andy, Do you by any chance run into the issue where the sound card is muted? See https://bugs.tizen.org/jira/browse/TIVI-2799 . You can work around it by running "pacmd set-sink-mute 0 false" in weston terminal. Thanks, Ning From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy Sent: Monday, May 12, 2014 4:10 PM To: ivi@lists.tizen.org<mailto:ivi@lists.tizen.org> Subject: [TizenIVI 3.0]MP3 can not play Hello everyone When i use below IVI version,i found that MP3(Audio) can not play.MP4(Vedio) is OK. Old version ivi did not have this problem. Do anyone know the reason? [IVI version] tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 Thank you. Andy ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
RE: [TizenIVI 3.0]MP3 can not play
Hi Ning This issue is not about sound,mp3 file can not play. By the way,when i run “pacmd set-sink-mute 0 false” in weston terminal,it echo error that pacmd is not found. Could you give me some advice? Thank you Andy. From: ning.w.w...@intel.com To: williamyan...@hotmail.com; ivi@lists.tizen.org Subject: RE: [TizenIVI 3.0]MP3 can not play Date: Mon, 12 May 2014 08:33:00 + Hi Andy, Andy, Do you by any chance run into the issue where the sound card is muted? See https://bugs.tizen.org/jira/browse/TIVI-2799 . You can work around it by running “pacmd set-sink-mute 0 false” in weston terminal. Thanks, Ning From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy Sent: Monday, May 12, 2014 4:10 PM To: ivi@lists.tizen.org Subject: [TizenIVI 3.0]MP3 can not play Hello everyone When i use below IVI version,i found that MP3(Audio) can not play.MP4(Vedio) is OK. Old version ivi did not have this problem. Do anyone know the reason? [IVI version] tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 Thank you. Andy ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
RE: [TizenIVI 3.0]MP3 can not play
This reflects the move to a more recent upstream version of gstreamer. MP3 was working with gstreamer v0.10, but is not working with gstreamer 1.x. Nobody has contributed a freely redistributable MP3 decoder for gstreamer 1.x. Regards Joel -Original Message- From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Rees, Kevron Sent: Monday, May 12, 2014 9:07 AM To: Wang, Ning W Cc: Yang Andy; ivi@lists.tizen.org Subject: Re: [TizenIVI 3.0]MP3 can not play I don't think we have any gstreamer plugins that support the MP3 codec. IIRC, the MAD plugin is not enabled. On Mon, May 12, 2014 at 1:33 AM, Wang, Ning W wrote: > Hi Andy, > > Andy, > > > > Do you by any chance run into the issue where the sound card is muted? > See > https://bugs.tizen.org/jira/browse/TIVI-2799 . > > You can work around it by running “pacmd set-sink-mute 0 false” in > weston terminal. > > > > Thanks, > > Ning > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > Sent: Monday, May 12, 2014 4:10 PM > To: ivi@lists.tizen.org > Subject: [TizenIVI 3.0]MP3 can not play > > > > > > > > > > > > Hello everyone > > When i use below IVI version,i found that MP3(Audio) can not > play.MP4(Vedio) is OK. > > Old version ivi did not have this problem. > > Do anyone know the reason? > > [IVI version] > tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 > > Thank you. > > Andy > > > ___ > IVI mailing list > IVI@lists.tizen.org > https://lists.tizen.org/listinfo/ivi > ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
RE: [TizenIVI 3.0]MP3 can not play
That is correct. Try using .ogg files for audio instead, those will work just fine. -Original Message- From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Rees, Kevron Sent: Monday, May 12, 2014 9:07 AM To: Wang, Ning W Cc: Yang Andy; ivi@lists.tizen.org Subject: Re: [TizenIVI 3.0]MP3 can not play I don't think we have any gstreamer plugins that support the MP3 codec. IIRC, the MAD plugin is not enabled. On Mon, May 12, 2014 at 1:33 AM, Wang, Ning W wrote: > Hi Andy, > > Andy, > > > > Do you by any chance run into the issue where the sound card is muted? > See > https://bugs.tizen.org/jira/browse/TIVI-2799 . > > You can work around it by running “pacmd set-sink-mute 0 false” in > weston terminal. > > > > Thanks, > > Ning > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > Sent: Monday, May 12, 2014 4:10 PM > To: ivi@lists.tizen.org > Subject: [TizenIVI 3.0]MP3 can not play > > > > > > > > > > > > Hello everyone > > When i use below IVI version,i found that MP3(Audio) can not > play.MP4(Vedio) is OK. > > Old version ivi did not have this problem. > > Do anyone know the reason? > > [IVI version] > tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 > > Thank you. > > Andy > > > ___ > IVI mailing list > IVI@lists.tizen.org > https://lists.tizen.org/listinfo/ivi > ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
Re: [TizenIVI 3.0]MP3 can not play
I don't think we have any gstreamer plugins that support the MP3 codec. IIRC, the MAD plugin is not enabled. On Mon, May 12, 2014 at 1:33 AM, Wang, Ning W wrote: > Hi Andy, > > Andy, > > > > Do you by any chance run into the issue where the sound card is muted? See > https://bugs.tizen.org/jira/browse/TIVI-2799 . > > You can work around it by running “pacmd set-sink-mute 0 false” in weston > terminal. > > > > Thanks, > > Ning > > From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy > Sent: Monday, May 12, 2014 4:10 PM > To: ivi@lists.tizen.org > Subject: [TizenIVI 3.0]MP3 can not play > > > > > > > > > > > > Hello everyone > > When i use below IVI version,i found that MP3(Audio) can not play.MP4(Vedio) > is OK. > > Old version ivi did not have this problem. > > Do anyone know the reason? > > [IVI version] > tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 > > Thank you. > > Andy > > > ___ > IVI mailing list > IVI@lists.tizen.org > https://lists.tizen.org/listinfo/ivi > ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi
RE: [TizenIVI 3.0]MP3 can not play
Hi Andy, Andy, Do you by any chance run into the issue where the sound card is muted? See https://bugs.tizen.org/jira/browse/TIVI-2799 . You can work around it by running "pacmd set-sink-mute 0 false" in weston terminal. Thanks, Ning From: IVI [mailto:ivi-boun...@lists.tizen.org] On Behalf Of Yang Andy Sent: Monday, May 12, 2014 4:10 PM To: ivi@lists.tizen.org Subject: [TizenIVI 3.0]MP3 can not play Hello everyone When i use below IVI version,i found that MP3(Audio) can not play.MP4(Vedio) is OK. Old version ivi did not have this problem. Do anyone know the reason? [IVI version] tizen_20140422.1_ivi-release-mbr-i586-sdb.raw.bz2 Thank you. Andy ___ IVI mailing list IVI@lists.tizen.org https://lists.tizen.org/listinfo/ivi