All of lore.kernel.org
 help / color / mirror / Atom feed
* Gaku music player
@ 2012-02-01 17:57 Saxena, Rahul
  2012-02-01 18:54 ` Darren Hart
  0 siblings, 1 reply; 16+ messages in thread
From: Saxena, Rahul @ 2012-02-01 17:57 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

Hello,

What type of music files is the Gaku music player on Sato desk top supposed to play ?
For me it did not work with mp3 files..however it is playing the soundtrack from a .ogg video file


Thanks
Rahul

[-- Attachment #2: Type: text/html, Size: 2022 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-01 17:57 Gaku music player Saxena, Rahul
@ 2012-02-01 18:54 ` Darren Hart
  2012-02-01 21:36   ` Saxena, Rahul
  0 siblings, 1 reply; 16+ messages in thread
From: Darren Hart @ 2012-02-01 18:54 UTC (permalink / raw)
  To: Saxena, Rahul; +Cc: yocto@yoctoproject.org



On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
> Hello,
> 
>  
> 
> What type of music files is the Gaku music player on Sato desk top
> supposed to play ?
> 
> For me it did not work with mp3 files..however it is playing the
> soundtrack from a .ogg video file

It depends on which licenses you allow (the gstreamer mp3 plugin
requires acceptance of the commercial license iirc). Are you building on
edison or master?

--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-01 18:54 ` Darren Hart
@ 2012-02-01 21:36   ` Saxena, Rahul
  2012-02-01 21:44     ` Darren Hart
  0 siblings, 1 reply; 16+ messages in thread
From: Saxena, Rahul @ 2012-02-01 21:36 UTC (permalink / raw)
  To: Darren Hart; +Cc: yocto@yoctoproject.org

Hi Darren,

Thanks for the clarification.

I am building on Edison.  I found that ogg music files play
OK on my gaku player.  I think that should be good enough, but just for my information purposes
can you help me understand how does one accept the commercial iirc license ?

Thanks
Rahul

-----Original Message-----
From: Darren Hart [mailto:dvhart@linux.intel.com] 
Sent: Wednesday, February 01, 2012 10:54 AM
To: Saxena, Rahul
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Gaku music player



On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
> Hello,
> 
>  
> 
> What type of music files is the Gaku music player on Sato desk top
> supposed to play ?
> 
> For me it did not work with mp3 files..however it is playing the
> soundtrack from a .ogg video file

It depends on which licenses you allow (the gstreamer mp3 plugin
requires acceptance of the commercial license iirc). Are you building on
edison or master?

--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-01 21:36   ` Saxena, Rahul
@ 2012-02-01 21:44     ` Darren Hart
  2012-02-01 21:47       ` Tom Zanussi
  0 siblings, 1 reply; 16+ messages in thread
From: Darren Hart @ 2012-02-01 21:44 UTC (permalink / raw)
  To: Saxena, Rahul; +Cc: yocto@yoctoproject.org



On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
> Hi Darren,
> 
> Thanks for the clarification.
> 
> I am building on Edison.  I found that ogg music files play
> OK on my gaku player.  I think that should be good enough, but just for my information purposes
> can you help me understand how does one accept the commercial iirc license ?

This has changed relatively recently, and I'm not finding the details in
the current docs. For example, the gst-fluendo-mp3 recipe includes:

LICENSE_FLAGS = "commercial"

Taking a look at the git logs with "LICENSE_FLAGS" in them, in order to
allow for building of such recipes, you must include "commercial" in the
LICENSE_FLAGS_WHITELIST variable. I would attempt this with something
like the following in my local.conf:

LICENSE_FLAGS_WHITELIST += "commercial"

Tom, can you confirm I've got this right?

Scott, once Tom confirms, this is a mechanism we need to get documented
in the reference manual.

--
Darren


> 
> Thanks
> Rahul
> 
> -----Original Message-----
> From: Darren Hart [mailto:dvhart@linux.intel.com] 
> Sent: Wednesday, February 01, 2012 10:54 AM
> To: Saxena, Rahul
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] Gaku music player
> 
> 
> 
> On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
>> Hello,
>>
>>  
>>
>> What type of music files is the Gaku music player on Sato desk top
>> supposed to play ?
>>
>> For me it did not work with mp3 files..however it is playing the
>> soundtrack from a .ogg video file
> 
> It depends on which licenses you allow (the gstreamer mp3 plugin
> requires acceptance of the commercial license iirc). Are you building on
> edison or master?
> 
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Linux Kernel

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-01 21:44     ` Darren Hart
@ 2012-02-01 21:47       ` Tom Zanussi
  2012-02-01 22:39         ` jfabernathy
  0 siblings, 1 reply; 16+ messages in thread
From: Tom Zanussi @ 2012-02-01 21:47 UTC (permalink / raw)
  To: Darren Hart; +Cc: yocto@yoctoproject.org

On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote:
> 
> On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
> > Hi Darren,
> > 
> > Thanks for the clarification.
> > 
> > I am building on Edison.  I found that ogg music files play
> > OK on my gaku player.  I think that should be good enough, but just for my information purposes
> > can you help me understand how does one accept the commercial iirc license ?
> 
> This has changed relatively recently, and I'm not finding the details in
> the current docs. For example, the gst-fluendo-mp3 recipe includes:
> 
> LICENSE_FLAGS = "commercial"
> 
> Taking a look at the git logs with "LICENSE_FLAGS" in them, in order to
> allow for building of such recipes, you must include "commercial" in the
> LICENSE_FLAGS_WHITELIST variable. I would attempt this with something
> like the following in my local.conf:
> 
> LICENSE_FLAGS_WHITELIST += "commercial"
> 
> Tom, can you confirm I've got this right?
> 

Yeah, that's right.

Tom

> Scott, once Tom confirms, this is a mechanism we need to get documented
> in the reference manual.
> 
> --
> Darren
> 
> 
> > 
> > Thanks
> > Rahul
> > 
> > -----Original Message-----
> > From: Darren Hart [mailto:dvhart@linux.intel.com] 
> > Sent: Wednesday, February 01, 2012 10:54 AM
> > To: Saxena, Rahul
> > Cc: yocto@yoctoproject.org
> > Subject: Re: [yocto] Gaku music player
> > 
> > 
> > 
> > On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
> >> Hello,
> >>
> >>  
> >>
> >> What type of music files is the Gaku music player on Sato desk top
> >> supposed to play ?
> >>
> >> For me it did not work with mp3 files..however it is playing the
> >> soundtrack from a .ogg video file
> > 
> > It depends on which licenses you allow (the gstreamer mp3 plugin
> > requires acceptance of the commercial license iirc). Are you building on
> > edison or master?
> > 
> > --
> > Darren Hart
> > Intel Open Source Technology Center
> > Yocto Project - Linux Kernel
> 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-01 21:47       ` Tom Zanussi
@ 2012-02-01 22:39         ` jfabernathy
  2012-02-02  0:02           ` Tom Zanussi
  0 siblings, 1 reply; 16+ messages in thread
From: jfabernathy @ 2012-02-01 22:39 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 2619 bytes --]

On 02/01/2012 04:47 PM, Tom Zanussi wrote:
> On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote:
>> On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
>>> Hi Darren,
>>>
>>> Thanks for the clarification.
>>>
>>> I am building on Edison.  I found that ogg music files play
>>> OK on my gaku player.  I think that should be good enough, but just for my information purposes
>>> can you help me understand how does one accept the commercial iirc license ?
>> This has changed relatively recently, and I'm not finding the details in
>> the current docs. For example, the gst-fluendo-mp3 recipe includes:
>>
>> LICENSE_FLAGS = "commercial"
>>
>> Taking a look at the git logs with "LICENSE_FLAGS" in them, in order to
>> allow for building of such recipes, you must include "commercial" in the
>> LICENSE_FLAGS_WHITELIST variable. I would attempt this with something
>> like the following in my local.conf:
>>
>> LICENSE_FLAGS_WHITELIST += "commercial"
>>
>> Tom, can you confirm I've got this right?
>>
> Yeah, that's right.
>
> Tom
I'm interested in this subject also.  If I use hob to look at a nice 
display of packages, I see that their are a lot of gst-fluendo-* pckages 
with MPLv1.1 Licenses. However, I don't see gst-fluendo-mp3 specifically.

 1. Is that package not a part of Yocto and a recipe has to be written
    to get it from somewhere?
 2. I know I can get the fluendo MP3 for Ubuntu with a click-through
    license for personal use.

>> Scott, once Tom confirms, this is a mechanism we need to get documented
>> in the reference manual.
>>
>> --
>> Darren
>>
>>
>>> Thanks
>>> Rahul
>>>
>>> -----Original Message-----
>>> From: Darren Hart [mailto:dvhart@linux.intel.com]
>>> Sent: Wednesday, February 01, 2012 10:54 AM
>>> To: Saxena, Rahul
>>> Cc: yocto@yoctoproject.org
>>> Subject: Re: [yocto] Gaku music player
>>>
>>>
>>>
>>> On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
>>>> Hello,
>>>>
>>>>
>>>>
>>>> What type of music files is the Gaku music player on Sato desk top
>>>> supposed to play ?
>>>>
>>>> For me it did not work with mp3 files..however it is playing the
>>>> soundtrack from a .ogg video file
>>> It depends on which licenses you allow (the gstreamer mp3 plugin
>>> requires acceptance of the commercial license iirc). Are you building on
>>> edison or master?
>>>
>>> --
>>> Darren Hart
>>> Intel Open Source Technology Center
>>> Yocto Project - Linux Kernel
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Type: text/html, Size: 3821 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-01 22:39         ` jfabernathy
@ 2012-02-02  0:02           ` Tom Zanussi
  2012-02-02  0:57             ` jfabernathy
  0 siblings, 1 reply; 16+ messages in thread
From: Tom Zanussi @ 2012-02-02  0:02 UTC (permalink / raw)
  To: jfabernathy; +Cc: yocto

On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote:
> On 02/01/2012 04:47 PM, Tom Zanussi wrote: 
> > On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote:
> > > On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
> > > > Hi Darren,
> > > > 
> > > > Thanks for the clarification.
> > > > 
> > > > I am building on Edison.  I found that ogg music files play
> > > > OK on my gaku player.  I think that should be good enough, but just for my information purposes
> > > > can you help me understand how does one accept the commercial iirc license ?
> > > This has changed relatively recently, and I'm not finding the details in
> > > the current docs. For example, the gst-fluendo-mp3 recipe includes:
> > > 
> > > LICENSE_FLAGS = "commercial"
> > > 
> > > Taking a look at the git logs with "LICENSE_FLAGS" in them, in order to
> > > allow for building of such recipes, you must include "commercial" in the
> > > LICENSE_FLAGS_WHITELIST variable. I would attempt this with something
> > > like the following in my local.conf:
> > > 
> > > LICENSE_FLAGS_WHITELIST += "commercial"
> > > 
> > > Tom, can you confirm I've got this right?
> > > 
> > Yeah, that's right.
> > 
> > Tom
> I'm interested in this subject also.  If I use hob to look at a nice
> display of packages, I see that their are a lot of gst-fluendo-*
> pckages with MPLv1.1 Licenses. However, I don't see gst-fluendo-mp3
> specifically.  
>      1. Is that package not a part of Yocto and a recipe has to be
>         written to get it from somewhere?

It is a part of yocto, it probably doesn't show up in HOB because of the
restricted license (nothing has changed there, I guess that also would
have been the case before with COMMERCIAL_LICENSE).

Basically, the documentation hasn't caught up with the change yet
(actually it (COMMERCIAL_LICENSE) was never documented, we need to
change that in any case).

The current 'documentation' for this, which I'll work with Scott on
adapting to the actual documentation, is in the text of this poky
commit:

b68ea543603c35f4e3519d358e0d1e1e24bd5851

and the set of packages that were changed from COMMERCIAL_LICENSE to
LICENSE_FLAGS is here:

7b81ef8d95d82c55e3650981d3010000cd493832

Tom

>      1. I know I can get the fluendo MP3 for Ubuntu with a
>         click-through license for personal use.
> > > Scott, once Tom confirms, this is a mechanism we need to get documented
> > > in the reference manual.
> > > 
> > > --
> > > Darren
> > > 
> > > 
> > > > Thanks
> > > > Rahul
> > > > 
> > > > -----Original Message-----
> > > > From: Darren Hart [mailto:dvhart@linux.intel.com] 
> > > > Sent: Wednesday, February 01, 2012 10:54 AM
> > > > To: Saxena, Rahul
> > > > Cc: yocto@yoctoproject.org
> > > > Subject: Re: [yocto] Gaku music player
> > > > 
> > > > 
> > > > 
> > > > On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
> > > > > Hello,
> > > > > 
> > > > >  
> > > > > 
> > > > > What type of music files is the Gaku music player on Sato desk top
> > > > > supposed to play ?
> > > > > 
> > > > > For me it did not work with mp3 files..however it is playing the
> > > > > soundtrack from a .ogg video file
> > > > It depends on which licenses you allow (the gstreamer mp3 plugin
> > > > requires acceptance of the commercial license iirc). Are you building on
> > > > edison or master?
> > > > 
> > > > --
> > > > Darren Hart
> > > > Intel Open Source Technology Center
> > > > Yocto Project - Linux Kernel
> > 
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-02  0:02           ` Tom Zanussi
@ 2012-02-02  0:57             ` jfabernathy
  2012-02-02  1:20               ` Tom Zanussi
  0 siblings, 1 reply; 16+ messages in thread
From: jfabernathy @ 2012-02-02  0:57 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: yocto

On 02/01/2012 07:02 PM, Tom Zanussi wrote:
> On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote:
>> On 02/01/2012 04:47 PM, Tom Zanussi wrote:
>>> On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote:
>>>> On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
>>>>> Hi Darren,
>>>>>
>>>>> Thanks for the clarification.
>>>>>
>>>>> I am building on Edison.  I found that ogg music files play
>>>>> OK on my gaku player.  I think that should be good enough, but just for my information purposes
>>>>> can you help me understand how does one accept the commercial iirc license ?
>>>> This has changed relatively recently, and I'm not finding the details in
>>>> the current docs. For example, the gst-fluendo-mp3 recipe includes:
>>>>
>>>> LICENSE_FLAGS = "commercial"
>>>>
>>>> Taking a look at the git logs with "LICENSE_FLAGS" in them, in order to
>>>> allow for building of such recipes, you must include "commercial" in the
>>>> LICENSE_FLAGS_WHITELIST variable. I would attempt this with something
>>>> like the following in my local.conf:
>>>>
>>>> LICENSE_FLAGS_WHITELIST += "commercial"
>>>>
>>>> Tom, can you confirm I've got this right?
>>>>
>>> Yeah, that's right.
>>>
>>> Tom
>> I'm interested in this subject also.  If I use hob to look at a nice
>> display of packages, I see that their are a lot of gst-fluendo-*
>> pckages with MPLv1.1 Licenses. However, I don't see gst-fluendo-mp3
>> specifically.
>>       1. Is that package not a part of Yocto and a recipe has to be
>>          written to get it from somewhere?
> It is a part of yocto, it probably doesn't show up in HOB because of the
> restricted license (nothing has changed there, I guess that also would
> have been the case before with COMMERCIAL_LICENSE).
>
> Basically, the documentation hasn't caught up with the change yet
> (actually it (COMMERCIAL_LICENSE) was never documented, we need to
> change that in any case).
>
> The current 'documentation' for this, which I'll work with Scott on
> adapting to the actual documentation, is in the text of this poky
> commit:
>
> b68ea543603c35f4e3519d358e0d1e1e24bd5851
>
> and the set of packages that were changed from COMMERCIAL_LICENSE to
> LICENSE_FLAGS is here:
>
> 7b81ef8d95d82c55e3650981d3010000cd493832
>
> Tom
Okay, I found gst-fluendo-mp3 in the meta-recipes-multimedia. So is 
including it the same as other packages you want in the image, putting 
the following statements in the local.conf:

LICENSE_FLAGS_WHITELIST += "commercial"
POKY_EXTRA_INSTALL += "gst-fluendo-mp3"


I would think that specifying the media player in the image would bring in the dependent CODECs if the licenses were right, but what do I know.

Jim A



>>       1. I know I can get the fluendo MP3 for Ubuntu with a
>>          click-through license for personal use.
>>>> Scott, once Tom confirms, this is a mechanism we need to get documented
>>>> in the reference manual.
>>>>
>>>> --
>>>> Darren
>>>>
>>>>
>>>>> Thanks
>>>>> Rahul
>>>>>
>>>>> -----Original Message-----
>>>>> From: Darren Hart [mailto:dvhart@linux.intel.com]
>>>>> Sent: Wednesday, February 01, 2012 10:54 AM
>>>>> To: Saxena, Rahul
>>>>> Cc: yocto@yoctoproject.org
>>>>> Subject: Re: [yocto] Gaku music player
>>>>>
>>>>>
>>>>>
>>>>> On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
>>>>>> Hello,
>>>>>>
>>>>>>
>>>>>>
>>>>>> What type of music files is the Gaku music player on Sato desk top
>>>>>> supposed to play ?
>>>>>>
>>>>>> For me it did not work with mp3 files..however it is playing the
>>>>>> soundtrack from a .ogg video file
>>>>> It depends on which licenses you allow (the gstreamer mp3 plugin
>>>>> requires acceptance of the commercial license iirc). Are you building on
>>>>> edison or master?
>>>>>
>>>>> --
>>>>> Darren Hart
>>>>> Intel Open Source Technology Center
>>>>> Yocto Project - Linux Kernel
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-02  0:57             ` jfabernathy
@ 2012-02-02  1:20               ` Tom Zanussi
  2012-02-02 22:42                 ` James Abernathy
  0 siblings, 1 reply; 16+ messages in thread
From: Tom Zanussi @ 2012-02-02  1:20 UTC (permalink / raw)
  To: jfabernathy; +Cc: yocto

On Wed, 2012-02-01 at 19:57 -0500, jfabernathy wrote:
> On 02/01/2012 07:02 PM, Tom Zanussi wrote:
> > On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote:
> >> On 02/01/2012 04:47 PM, Tom Zanussi wrote:
> >>> On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote:
> >>>> On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
> >>>>> Hi Darren,
> >>>>>
> >>>>> Thanks for the clarification.
> >>>>>
> >>>>> I am building on Edison.  I found that ogg music files play
> >>>>> OK on my gaku player.  I think that should be good enough, but just for my information purposes
> >>>>> can you help me understand how does one accept the commercial iirc license ?
> >>>> This has changed relatively recently, and I'm not finding the details in
> >>>> the current docs. For example, the gst-fluendo-mp3 recipe includes:
> >>>>
> >>>> LICENSE_FLAGS = "commercial"
> >>>>
> >>>> Taking a look at the git logs with "LICENSE_FLAGS" in them, in order to
> >>>> allow for building of such recipes, you must include "commercial" in the
> >>>> LICENSE_FLAGS_WHITELIST variable. I would attempt this with something
> >>>> like the following in my local.conf:
> >>>>
> >>>> LICENSE_FLAGS_WHITELIST += "commercial"
> >>>>
> >>>> Tom, can you confirm I've got this right?
> >>>>
> >>> Yeah, that's right.
> >>>
> >>> Tom
> >> I'm interested in this subject also.  If I use hob to look at a nice
> >> display of packages, I see that their are a lot of gst-fluendo-*
> >> pckages with MPLv1.1 Licenses. However, I don't see gst-fluendo-mp3
> >> specifically.
> >>       1. Is that package not a part of Yocto and a recipe has to be
> >>          written to get it from somewhere?
> > It is a part of yocto, it probably doesn't show up in HOB because of the
> > restricted license (nothing has changed there, I guess that also would
> > have been the case before with COMMERCIAL_LICENSE).
> >
> > Basically, the documentation hasn't caught up with the change yet
> > (actually it (COMMERCIAL_LICENSE) was never documented, we need to
> > change that in any case).
> >
> > The current 'documentation' for this, which I'll work with Scott on
> > adapting to the actual documentation, is in the text of this poky
> > commit:
> >
> > b68ea543603c35f4e3519d358e0d1e1e24bd5851
> >
> > and the set of packages that were changed from COMMERCIAL_LICENSE to
> > LICENSE_FLAGS is here:
> >
> > 7b81ef8d95d82c55e3650981d3010000cd493832
> >
> > Tom
> Okay, I found gst-fluendo-mp3 in the meta-recipes-multimedia. So is 
> including it the same as other packages you want in the image, putting 
> the following statements in the local.conf:
> 
> LICENSE_FLAGS_WHITELIST += "commercial"
> POKY_EXTRA_INSTALL += "gst-fluendo-mp3"
> 
> 
> I would think that specifying the media player in the image would bring in the dependent CODECs if the licenses were right, but what do I know.
> 

Yes, that LICENSE_FLAGS_WHITELIST line would allow gst-fluendo-mp3 in,
and that in turn bring in its dependencies.

Tom

> Jim A
> 
> 
> 
> >>       1. I know I can get the fluendo MP3 for Ubuntu with a
> >>          click-through license for personal use.
> >>>> Scott, once Tom confirms, this is a mechanism we need to get documented
> >>>> in the reference manual.
> >>>>
> >>>> --
> >>>> Darren
> >>>>
> >>>>
> >>>>> Thanks
> >>>>> Rahul
> >>>>>
> >>>>> -----Original Message-----
> >>>>> From: Darren Hart [mailto:dvhart@linux.intel.com]
> >>>>> Sent: Wednesday, February 01, 2012 10:54 AM
> >>>>> To: Saxena, Rahul
> >>>>> Cc: yocto@yoctoproject.org
> >>>>> Subject: Re: [yocto] Gaku music player
> >>>>>
> >>>>>
> >>>>>
> >>>>> On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
> >>>>>> Hello,
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> What type of music files is the Gaku music player on Sato desk top
> >>>>>> supposed to play ?
> >>>>>>
> >>>>>> For me it did not work with mp3 files..however it is playing the
> >>>>>> soundtrack from a .ogg video file
> >>>>> It depends on which licenses you allow (the gstreamer mp3 plugin
> >>>>> requires acceptance of the commercial license iirc). Are you building on
> >>>>> edison or master?
> >>>>>
> >>>>> --
> >>>>> Darren Hart
> >>>>> Intel Open Source Technology Center
> >>>>> Yocto Project - Linux Kernel
> >>> _______________________________________________
> >>> yocto mailing list
> >>> yocto@yoctoproject.org
> >>> https://lists.yoctoproject.org/listinfo/yocto
> >> _______________________________________________
> >> yocto mailing list
> >> yocto@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> >
> 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-02  1:20               ` Tom Zanussi
@ 2012-02-02 22:42                 ` James Abernathy
  2012-02-02 23:42                   ` Tom Zanussi
  0 siblings, 1 reply; 16+ messages in thread
From: James Abernathy @ 2012-02-02 22:42 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 5181 bytes --]

On Wed, Feb 1, 2012 at 8:20 PM, Tom Zanussi <tom.zanussi@intel.com> wrote:

> On Wed, 2012-02-01 at 19:57 -0500, jfabernathy wrote:
> > On 02/01/2012 07:02 PM, Tom Zanussi wrote:
> > > On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote:
> > >> On 02/01/2012 04:47 PM, Tom Zanussi wrote:
> > >>> On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote:
> > >>>> On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
> > >>>>> Hi Darren,
> > >>>>>
> > >>>>> Thanks for the clarification.
> > >>>>>
> > >>>>> I am building on Edison.  I found that ogg music files play
> > >>>>> OK on my gaku player.  I think that should be good enough, but
> just for my information purposes
> > >>>>> can you help me understand how does one accept the commercial iirc
> license ?
> > >>>> This has changed relatively recently, and I'm not finding the
> details in
> > >>>> the current docs. For example, the gst-fluendo-mp3 recipe includes:
> > >>>>
> > >>>> LICENSE_FLAGS = "commercial"
> > >>>>
> > >>>> Taking a look at the git logs with "LICENSE_FLAGS" in them, in
> order to
> > >>>> allow for building of such recipes, you must include "commercial"
> in the
> > >>>> LICENSE_FLAGS_WHITELIST variable. I would attempt this with
> something
> > >>>> like the following in my local.conf:
> > >>>>
> > >>>> LICENSE_FLAGS_WHITELIST += "commercial"
> > >>>>
> > >>>> Tom, can you confirm I've got this right?
> > >>>>
> > >>> Yeah, that's right.
> > >>>
> > >>> Tom
> > >> I'm interested in this subject also.  If I use hob to look at a nice
> > >> display of packages, I see that their are a lot of gst-fluendo-*
> > >> pckages with MPLv1.1 Licenses. However, I don't see gst-fluendo-mp3
> > >> specifically.
> > >>       1. Is that package not a part of Yocto and a recipe has to be
> > >>          written to get it from somewhere?
> > > It is a part of yocto, it probably doesn't show up in HOB because of
> the
> > > restricted license (nothing has changed there, I guess that also would
> > > have been the case before with COMMERCIAL_LICENSE).
> > >
> > > Basically, the documentation hasn't caught up with the change yet
> > > (actually it (COMMERCIAL_LICENSE) was never documented, we need to
> > > change that in any case).
> > >
> > > The current 'documentation' for this, which I'll work with Scott on
> > > adapting to the actual documentation, is in the text of this poky
> > > commit:
> > >
> > > b68ea543603c35f4e3519d358e0d1e1e24bd5851
> > >
> > > and the set of packages that were changed from COMMERCIAL_LICENSE to
> > > LICENSE_FLAGS is here:
> > >
> > > 7b81ef8d95d82c55e3650981d3010000cd493832
> > >
> > > Tom
> > Okay, I found gst-fluendo-mp3 in the meta-recipes-multimedia. So is
> > including it the same as other packages you want in the image, putting
> > the following statements in the local.conf:
> >
> > LICENSE_FLAGS_WHITELIST += "commercial"
> > POKY_EXTRA_INSTALL += "gst-fluendo-mp3"
> >
> >
> > I would think that specifying the media player in the image would bring
> in the dependent CODECs if the licenses were right, but what do I know.
> >
>
> Yes, that LICENSE_FLAGS_WHITELIST line would allow gst-fluendo-mp3 in,
> and that in turn bring in its dependencies.
>
> Tom
>

FYI, I got this working fine. I could create a playlist with .ogg, mp3, m4a
file types and all played.  I could not adjust the volume.

Is there a mixer/volume app for Sato?

Jim A

> Jim A
> >
> >
> >
> > >>       1. I know I can get the fluendo MP3 for Ubuntu with a
> > >>          click-through license for personal use.
> > >>>> Scott, once Tom confirms, this is a mechanism we need to get
> documented
> > >>>> in the reference manual.
> > >>>>
> > >>>> --
> > >>>> Darren
> > >>>>
> > >>>>
> > >>>>> Thanks
> > >>>>> Rahul
> > >>>>>
> > >>>>> -----Original Message-----
> > >>>>> From: Darren Hart [mailto:dvhart@linux.intel.com]
> > >>>>> Sent: Wednesday, February 01, 2012 10:54 AM
> > >>>>> To: Saxena, Rahul
> > >>>>> Cc: yocto@yoctoproject.org
> > >>>>> Subject: Re: [yocto] Gaku music player
> > >>>>>
> > >>>>>
> > >>>>>
> > >>>>> On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
> > >>>>>> Hello,
> > >>>>>>
> > >>>>>>
> > >>>>>>
> > >>>>>> What type of music files is the Gaku music player on Sato desk top
> > >>>>>> supposed to play ?
> > >>>>>>
> > >>>>>> For me it did not work with mp3 files..however it is playing the
> > >>>>>> soundtrack from a .ogg video file
> > >>>>> It depends on which licenses you allow (the gstreamer mp3 plugin
> > >>>>> requires acceptance of the commercial license iirc). Are you
> building on
> > >>>>> edison or master?
> > >>>>>
> > >>>>> --
> > >>>>> Darren Hart
> > >>>>> Intel Open Source Technology Center
> > >>>>> Yocto Project - Linux Kernel
> > >>> _______________________________________________
> > >>> yocto mailing list
> > >>> yocto@yoctoproject.org
> > >>> https://lists.yoctoproject.org/listinfo/yocto
> > >> _______________________________________________
> > >> yocto mailing list
> > >> yocto@yoctoproject.org
> > >> https://lists.yoctoproject.org/listinfo/yocto
> > >
> >
>
>
>

[-- Attachment #2: Type: text/html, Size: 7815 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-02 22:42                 ` James Abernathy
@ 2012-02-02 23:42                   ` Tom Zanussi
  2012-02-02 23:54                     ` Saxena, Rahul
  0 siblings, 1 reply; 16+ messages in thread
From: Tom Zanussi @ 2012-02-02 23:42 UTC (permalink / raw)
  To: James Abernathy; +Cc: yocto

On Thu, 2012-02-02 at 17:42 -0500, James Abernathy wrote:
> 
> 
> On Wed, Feb 1, 2012 at 8:20 PM, Tom Zanussi <tom.zanussi@intel.com>
> wrote:
>         On Wed, 2012-02-01 at 19:57 -0500, jfabernathy wrote:
>         > On 02/01/2012 07:02 PM, Tom Zanussi wrote:
>         > > On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote:
>         > >> On 02/01/2012 04:47 PM, Tom Zanussi wrote:
>         > >>> On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote:
>         > >>>> On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
>         > >>>>> Hi Darren,
>         > >>>>>
>         > >>>>> Thanks for the clarification.
>         > >>>>>
>         > >>>>> I am building on Edison.  I found that ogg music files
>         play
>         > >>>>> OK on my gaku player.  I think that should be good
>         enough, but just for my information purposes
>         > >>>>> can you help me understand how does one accept the
>         commercial iirc license ?
>         > >>>> This has changed relatively recently, and I'm not
>         finding the details in
>         > >>>> the current docs. For example, the gst-fluendo-mp3
>         recipe includes:
>         > >>>>
>         > >>>> LICENSE_FLAGS = "commercial"
>         > >>>>
>         > >>>> Taking a look at the git logs with "LICENSE_FLAGS" in
>         them, in order to
>         > >>>> allow for building of such recipes, you must include
>         "commercial" in the
>         > >>>> LICENSE_FLAGS_WHITELIST variable. I would attempt this
>         with something
>         > >>>> like the following in my local.conf:
>         > >>>>
>         > >>>> LICENSE_FLAGS_WHITELIST += "commercial"
>         > >>>>
>         > >>>> Tom, can you confirm I've got this right?
>         > >>>>
>         > >>> Yeah, that's right.
>         > >>>
>         > >>> Tom
>         > >> I'm interested in this subject also.  If I use hob to
>         look at a nice
>         > >> display of packages, I see that their are a lot of
>         gst-fluendo-*
>         > >> pckages with MPLv1.1 Licenses. However, I don't see
>         gst-fluendo-mp3
>         > >> specifically.
>         > >>       1. Is that package not a part of Yocto and a recipe
>         has to be
>         > >>          written to get it from somewhere?
>         > > It is a part of yocto, it probably doesn't show up in HOB
>         because of the
>         > > restricted license (nothing has changed there, I guess
>         that also would
>         > > have been the case before with COMMERCIAL_LICENSE).
>         > >
>         > > Basically, the documentation hasn't caught up with the
>         change yet
>         > > (actually it (COMMERCIAL_LICENSE) was never documented, we
>         need to
>         > > change that in any case).
>         > >
>         > > The current 'documentation' for this, which I'll work with
>         Scott on
>         > > adapting to the actual documentation, is in the text of
>         this poky
>         > > commit:
>         > >
>         > > b68ea543603c35f4e3519d358e0d1e1e24bd5851
>         > >
>         > > and the set of packages that were changed from
>         COMMERCIAL_LICENSE to
>         > > LICENSE_FLAGS is here:
>         > >
>         > > 7b81ef8d95d82c55e3650981d3010000cd493832
>         > >
>         > > Tom
>         > Okay, I found gst-fluendo-mp3 in the
>         meta-recipes-multimedia. So is
>         > including it the same as other packages you want in the
>         image, putting
>         > the following statements in the local.conf:
>         >
>         > LICENSE_FLAGS_WHITELIST += "commercial"
>         > POKY_EXTRA_INSTALL += "gst-fluendo-mp3"
>         >
>         >
>         > I would think that specifying the media player in the image
>         would bring in the dependent CODECs if the licenses were
>         right, but what do I know.
>         >
>         
>         
>         Yes, that LICENSE_FLAGS_WHITELIST line would allow
>         gst-fluendo-mp3 in,
>         and that in turn bring in its dependencies.
>         
>         Tom
>  
> FYI, I got this working fine. I could create a playlist with .ogg,
> mp3, m4a file types and all played.  I could not adjust the volume.  
> 
> Is there a mixer/volume app for Sato?
> 

Something like:

# amixer set Master on
# amixer set Master 75

has worked for me in the past...

Tom

> 
> Jim A
> 
> 
>         > Jim A
>         >
>         >
>         >
>         > >>       1. I know I can get the fluendo MP3 for Ubuntu with
>         a
>         > >>          click-through license for personal use.
>         > >>>> Scott, once Tom confirms, this is a mechanism we need
>         to get documented
>         > >>>> in the reference manual.
>         > >>>>
>         > >>>> --
>         > >>>> Darren
>         > >>>>
>         > >>>>
>         > >>>>> Thanks
>         > >>>>> Rahul
>         > >>>>>
>         > >>>>> -----Original Message-----
>         > >>>>> From: Darren Hart [mailto:dvhart@linux.intel.com]
>         > >>>>> Sent: Wednesday, February 01, 2012 10:54 AM
>         > >>>>> To: Saxena, Rahul
>         > >>>>> Cc: yocto@yoctoproject.org
>         > >>>>> Subject: Re: [yocto] Gaku music player
>         > >>>>>
>         > >>>>>
>         > >>>>>
>         > >>>>> On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
>         > >>>>>> Hello,
>         > >>>>>>
>         > >>>>>>
>         > >>>>>>
>         > >>>>>> What type of music files is the Gaku music player on
>         Sato desk top
>         > >>>>>> supposed to play ?
>         > >>>>>>
>         > >>>>>> For me it did not work with mp3 files..however it is
>         playing the
>         > >>>>>> soundtrack from a .ogg video file
>         > >>>>> It depends on which licenses you allow (the gstreamer
>         mp3 plugin
>         > >>>>> requires acceptance of the commercial license iirc).
>         Are you building on
>         > >>>>> edison or master?
>         > >>>>>
>         > >>>>> --
>         > >>>>> Darren Hart
>         > >>>>> Intel Open Source Technology Center
>         > >>>>> Yocto Project - Linux Kernel
>         > >>> _______________________________________________
>         > >>> yocto mailing list
>         > >>> yocto@yoctoproject.org
>         > >>> https://lists.yoctoproject.org/listinfo/yocto
>         > >> _______________________________________________
>         > >> yocto mailing list
>         > >> yocto@yoctoproject.org
>         > >> https://lists.yoctoproject.org/listinfo/yocto
>         > >
>         >
>         
>         
>         
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-02 23:42                   ` Tom Zanussi
@ 2012-02-02 23:54                     ` Saxena, Rahul
  2012-02-03 16:02                       ` James Abernathy
  0 siblings, 1 reply; 16+ messages in thread
From: Saxena, Rahul @ 2012-02-02 23:54 UTC (permalink / raw)
  To: Zanussi, Tom, James Abernathy; +Cc: yocto@yoctoproject.org

You can also use the graphical alsamixer 
Just Include  alsa in MACHINE_FEATURES in meta-cedartrail/conf/cedartrail.conf

Rahul

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Tom Zanussi
Sent: Thursday, February 02, 2012 3:42 PM
To: James Abernathy
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Gaku music player

On Thu, 2012-02-02 at 17:42 -0500, James Abernathy wrote:
> 
> 
> On Wed, Feb 1, 2012 at 8:20 PM, Tom Zanussi <tom.zanussi@intel.com>
> wrote:
>         On Wed, 2012-02-01 at 19:57 -0500, jfabernathy wrote:
>         > On 02/01/2012 07:02 PM, Tom Zanussi wrote:
>         > > On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote:
>         > >> On 02/01/2012 04:47 PM, Tom Zanussi wrote:
>         > >>> On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote:
>         > >>>> On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
>         > >>>>> Hi Darren,
>         > >>>>>
>         > >>>>> Thanks for the clarification.
>         > >>>>>
>         > >>>>> I am building on Edison.  I found that ogg music files
>         play
>         > >>>>> OK on my gaku player.  I think that should be good
>         enough, but just for my information purposes
>         > >>>>> can you help me understand how does one accept the
>         commercial iirc license ?
>         > >>>> This has changed relatively recently, and I'm not
>         finding the details in
>         > >>>> the current docs. For example, the gst-fluendo-mp3
>         recipe includes:
>         > >>>>
>         > >>>> LICENSE_FLAGS = "commercial"
>         > >>>>
>         > >>>> Taking a look at the git logs with "LICENSE_FLAGS" in
>         them, in order to
>         > >>>> allow for building of such recipes, you must include
>         "commercial" in the
>         > >>>> LICENSE_FLAGS_WHITELIST variable. I would attempt this
>         with something
>         > >>>> like the following in my local.conf:
>         > >>>>
>         > >>>> LICENSE_FLAGS_WHITELIST += "commercial"
>         > >>>>
>         > >>>> Tom, can you confirm I've got this right?
>         > >>>>
>         > >>> Yeah, that's right.
>         > >>>
>         > >>> Tom
>         > >> I'm interested in this subject also.  If I use hob to
>         look at a nice
>         > >> display of packages, I see that their are a lot of
>         gst-fluendo-*
>         > >> pckages with MPLv1.1 Licenses. However, I don't see
>         gst-fluendo-mp3
>         > >> specifically.
>         > >>       1. Is that package not a part of Yocto and a recipe
>         has to be
>         > >>          written to get it from somewhere?
>         > > It is a part of yocto, it probably doesn't show up in HOB
>         because of the
>         > > restricted license (nothing has changed there, I guess
>         that also would
>         > > have been the case before with COMMERCIAL_LICENSE).
>         > >
>         > > Basically, the documentation hasn't caught up with the
>         change yet
>         > > (actually it (COMMERCIAL_LICENSE) was never documented, we
>         need to
>         > > change that in any case).
>         > >
>         > > The current 'documentation' for this, which I'll work with
>         Scott on
>         > > adapting to the actual documentation, is in the text of
>         this poky
>         > > commit:
>         > >
>         > > b68ea543603c35f4e3519d358e0d1e1e24bd5851
>         > >
>         > > and the set of packages that were changed from
>         COMMERCIAL_LICENSE to
>         > > LICENSE_FLAGS is here:
>         > >
>         > > 7b81ef8d95d82c55e3650981d3010000cd493832
>         > >
>         > > Tom
>         > Okay, I found gst-fluendo-mp3 in the
>         meta-recipes-multimedia. So is
>         > including it the same as other packages you want in the
>         image, putting
>         > the following statements in the local.conf:
>         >
>         > LICENSE_FLAGS_WHITELIST += "commercial"
>         > POKY_EXTRA_INSTALL += "gst-fluendo-mp3"
>         >
>         >
>         > I would think that specifying the media player in the image
>         would bring in the dependent CODECs if the licenses were
>         right, but what do I know.
>         >
>         
>         
>         Yes, that LICENSE_FLAGS_WHITELIST line would allow
>         gst-fluendo-mp3 in,
>         and that in turn bring in its dependencies.
>         
>         Tom
>  
> FYI, I got this working fine. I could create a playlist with .ogg,
> mp3, m4a file types and all played.  I could not adjust the volume.  
> 
> Is there a mixer/volume app for Sato?
> 

Something like:

# amixer set Master on
# amixer set Master 75

has worked for me in the past...

Tom

> 
> Jim A
> 
> 
>         > Jim A
>         >
>         >
>         >
>         > >>       1. I know I can get the fluendo MP3 for Ubuntu with
>         a
>         > >>          click-through license for personal use.
>         > >>>> Scott, once Tom confirms, this is a mechanism we need
>         to get documented
>         > >>>> in the reference manual.
>         > >>>>
>         > >>>> --
>         > >>>> Darren
>         > >>>>
>         > >>>>
>         > >>>>> Thanks
>         > >>>>> Rahul
>         > >>>>>
>         > >>>>> -----Original Message-----
>         > >>>>> From: Darren Hart [mailto:dvhart@linux.intel.com]
>         > >>>>> Sent: Wednesday, February 01, 2012 10:54 AM
>         > >>>>> To: Saxena, Rahul
>         > >>>>> Cc: yocto@yoctoproject.org
>         > >>>>> Subject: Re: [yocto] Gaku music player
>         > >>>>>
>         > >>>>>
>         > >>>>>
>         > >>>>> On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
>         > >>>>>> Hello,
>         > >>>>>>
>         > >>>>>>
>         > >>>>>>
>         > >>>>>> What type of music files is the Gaku music player on
>         Sato desk top
>         > >>>>>> supposed to play ?
>         > >>>>>>
>         > >>>>>> For me it did not work with mp3 files..however it is
>         playing the
>         > >>>>>> soundtrack from a .ogg video file
>         > >>>>> It depends on which licenses you allow (the gstreamer
>         mp3 plugin
>         > >>>>> requires acceptance of the commercial license iirc).
>         Are you building on
>         > >>>>> edison or master?
>         > >>>>>
>         > >>>>> --
>         > >>>>> Darren Hart
>         > >>>>> Intel Open Source Technology Center
>         > >>>>> Yocto Project - Linux Kernel
>         > >>> _______________________________________________
>         > >>> yocto mailing list
>         > >>> yocto@yoctoproject.org
>         > >>> https://lists.yoctoproject.org/listinfo/yocto
>         > >> _______________________________________________
>         > >> yocto mailing list
>         > >> yocto@yoctoproject.org
>         > >> https://lists.yoctoproject.org/listinfo/yocto
>         > >
>         >
>         
>         
>         
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-02 23:54                     ` Saxena, Rahul
@ 2012-02-03 16:02                       ` James Abernathy
  2012-02-03 20:21                         ` James Abernathy
  0 siblings, 1 reply; 16+ messages in thread
From: James Abernathy @ 2012-02-03 16:02 UTC (permalink / raw)
  To: Saxena, Rahul; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 8294 bytes --]

I tried all the different mixer options on the Crownbay.  It's just not
very loud.  I'll try an amplifier, but with earphones, it almost not loud
enough to hear.  I don't remember other Linux's having this issue.  Could
there be something else software wise?  The good news is the built-in GUI
Music and Video players work with the H.264 files I've tested as well as
the command line stuff.

Also got the glxgears works as well.

Jim A


On Thu, Feb 2, 2012 at 6:54 PM, Saxena, Rahul <rahul.saxena@intel.com>wrote:

> You can also use the graphical alsamixer
> Just Include  alsa in MACHINE_FEATURES in
> meta-cedartrail/conf/cedartrail.conf
>
> Rahul
>
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:
> yocto-bounces@yoctoproject.org] On Behalf Of Tom Zanussi
> Sent: Thursday, February 02, 2012 3:42 PM
> To: James Abernathy
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] Gaku music player
>
> On Thu, 2012-02-02 at 17:42 -0500, James Abernathy wrote:
> >
> >
> > On Wed, Feb 1, 2012 at 8:20 PM, Tom Zanussi <tom.zanussi@intel.com>
> > wrote:
> >         On Wed, 2012-02-01 at 19:57 -0500, jfabernathy wrote:
> >         > On 02/01/2012 07:02 PM, Tom Zanussi wrote:
> >         > > On Wed, 2012-02-01 at 17:39 -0500, jfabernathy wrote:
> >         > >> On 02/01/2012 04:47 PM, Tom Zanussi wrote:
> >         > >>> On Wed, 2012-02-01 at 13:44 -0800, Darren Hart wrote:
> >         > >>>> On 02/01/2012 01:36 PM, Saxena, Rahul wrote:
> >         > >>>>> Hi Darren,
> >         > >>>>>
> >         > >>>>> Thanks for the clarification.
> >         > >>>>>
> >         > >>>>> I am building on Edison.  I found that ogg music files
> >         play
> >         > >>>>> OK on my gaku player.  I think that should be good
> >         enough, but just for my information purposes
> >         > >>>>> can you help me understand how does one accept the
> >         commercial iirc license ?
> >         > >>>> This has changed relatively recently, and I'm not
> >         finding the details in
> >         > >>>> the current docs. For example, the gst-fluendo-mp3
> >         recipe includes:
> >         > >>>>
> >         > >>>> LICENSE_FLAGS = "commercial"
> >         > >>>>
> >         > >>>> Taking a look at the git logs with "LICENSE_FLAGS" in
> >         them, in order to
> >         > >>>> allow for building of such recipes, you must include
> >         "commercial" in the
> >         > >>>> LICENSE_FLAGS_WHITELIST variable. I would attempt this
> >         with something
> >         > >>>> like the following in my local.conf:
> >         > >>>>
> >         > >>>> LICENSE_FLAGS_WHITELIST += "commercial"
> >         > >>>>
> >         > >>>> Tom, can you confirm I've got this right?
> >         > >>>>
> >         > >>> Yeah, that's right.
> >         > >>>
> >         > >>> Tom
> >         > >> I'm interested in this subject also.  If I use hob to
> >         look at a nice
> >         > >> display of packages, I see that their are a lot of
> >         gst-fluendo-*
> >         > >> pckages with MPLv1.1 Licenses. However, I don't see
> >         gst-fluendo-mp3
> >         > >> specifically.
> >         > >>       1. Is that package not a part of Yocto and a recipe
> >         has to be
> >         > >>          written to get it from somewhere?
> >         > > It is a part of yocto, it probably doesn't show up in HOB
> >         because of the
> >         > > restricted license (nothing has changed there, I guess
> >         that also would
> >         > > have been the case before with COMMERCIAL_LICENSE).
> >         > >
> >         > > Basically, the documentation hasn't caught up with the
> >         change yet
> >         > > (actually it (COMMERCIAL_LICENSE) was never documented, we
> >         need to
> >         > > change that in any case).
> >         > >
> >         > > The current 'documentation' for this, which I'll work with
> >         Scott on
> >         > > adapting to the actual documentation, is in the text of
> >         this poky
> >         > > commit:
> >         > >
> >         > > b68ea543603c35f4e3519d358e0d1e1e24bd5851
> >         > >
> >         > > and the set of packages that were changed from
> >         COMMERCIAL_LICENSE to
> >         > > LICENSE_FLAGS is here:
> >         > >
> >         > > 7b81ef8d95d82c55e3650981d3010000cd493832
> >         > >
> >         > > Tom
> >         > Okay, I found gst-fluendo-mp3 in the
> >         meta-recipes-multimedia. So is
> >         > including it the same as other packages you want in the
> >         image, putting
> >         > the following statements in the local.conf:
> >         >
> >         > LICENSE_FLAGS_WHITELIST += "commercial"
> >         > POKY_EXTRA_INSTALL += "gst-fluendo-mp3"
> >         >
> >         >
> >         > I would think that specifying the media player in the image
> >         would bring in the dependent CODECs if the licenses were
> >         right, but what do I know.
> >         >
> >
> >
> >         Yes, that LICENSE_FLAGS_WHITELIST line would allow
> >         gst-fluendo-mp3 in,
> >         and that in turn bring in its dependencies.
> >
> >         Tom
> >
> > FYI, I got this working fine. I could create a playlist with .ogg,
> > mp3, m4a file types and all played.  I could not adjust the volume.
> >
> > Is there a mixer/volume app for Sato?
> >
>
> Something like:
>
> # amixer set Master on
> # amixer set Master 75
>
> has worked for me in the past...
>
> Tom
>
> >
> > Jim A
> >
> >
> >         > Jim A
> >         >
> >         >
> >         >
> >         > >>       1. I know I can get the fluendo MP3 for Ubuntu with
> >         a
> >         > >>          click-through license for personal use.
> >         > >>>> Scott, once Tom confirms, this is a mechanism we need
> >         to get documented
> >         > >>>> in the reference manual.
> >         > >>>>
> >         > >>>> --
> >         > >>>> Darren
> >         > >>>>
> >         > >>>>
> >         > >>>>> Thanks
> >         > >>>>> Rahul
> >         > >>>>>
> >         > >>>>> -----Original Message-----
> >         > >>>>> From: Darren Hart [mailto:dvhart@linux.intel.com]
> >         > >>>>> Sent: Wednesday, February 01, 2012 10:54 AM
> >         > >>>>> To: Saxena, Rahul
> >         > >>>>> Cc: yocto@yoctoproject.org
> >         > >>>>> Subject: Re: [yocto] Gaku music player
> >         > >>>>>
> >         > >>>>>
> >         > >>>>>
> >         > >>>>> On 02/01/2012 09:57 AM, Saxena, Rahul wrote:
> >         > >>>>>> Hello,
> >         > >>>>>>
> >         > >>>>>>
> >         > >>>>>>
> >         > >>>>>> What type of music files is the Gaku music player on
> >         Sato desk top
> >         > >>>>>> supposed to play ?
> >         > >>>>>>
> >         > >>>>>> For me it did not work with mp3 files..however it is
> >         playing the
> >         > >>>>>> soundtrack from a .ogg video file
> >         > >>>>> It depends on which licenses you allow (the gstreamer
> >         mp3 plugin
> >         > >>>>> requires acceptance of the commercial license iirc).
> >         Are you building on
> >         > >>>>> edison or master?
> >         > >>>>>
> >         > >>>>> --
> >         > >>>>> Darren Hart
> >         > >>>>> Intel Open Source Technology Center
> >         > >>>>> Yocto Project - Linux Kernel
> >         > >>> _______________________________________________
> >         > >>> yocto mailing list
> >         > >>> yocto@yoctoproject.org
> >         > >>> https://lists.yoctoproject.org/listinfo/yocto
> >         > >> _______________________________________________
> >         > >> yocto mailing list
> >         > >> yocto@yoctoproject.org
> >         > >> https://lists.yoctoproject.org/listinfo/yocto
> >         > >
> >         >
> >
> >
> >
> >
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

[-- Attachment #2: Type: text/html, Size: 11616 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-03 16:02                       ` James Abernathy
@ 2012-02-03 20:21                         ` James Abernathy
  2012-02-03 22:52                           ` autif khan
  0 siblings, 1 reply; 16+ messages in thread
From: James Abernathy @ 2012-02-03 20:21 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 924 bytes --]

On Fri, Feb 3, 2012 at 11:02 AM, James Abernathy <jfabernathy@gmail.com>wrote:

> I tried all the different mixer options on the Crownbay.  It's just not
> very loud.  I'll try an amplifier, but with earphones, it almost not loud
> enough to hear.  I don't remember other Linux's having this issue.  Could
> there be something else software wise?  The good news is the built-in GUI
> Music and Video players work with the H.264 files I've tested as well as
> the command line stuff.
>
> Also got the glxgears works as well.
>
> Jim A
>
To close this one out.  The Crownbay seems to have a line level out only
and not a port that supports headphones and line level.  Once I put minimal
Line in level amplfication, the audio works as expected.

Thanks for the help. It's good to see nice integration in Yocto of video
and music players that actually plays the the H.264 and MP3 files.

Jim A


>
>
>

[-- Attachment #2: Type: text/html, Size: 1476 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-03 20:21                         ` James Abernathy
@ 2012-02-03 22:52                           ` autif khan
  2012-02-04 15:18                             ` jfabernathy
  0 siblings, 1 reply; 16+ messages in thread
From: autif khan @ 2012-02-03 22:52 UTC (permalink / raw)
  To: James Abernathy; +Cc: yocto@yoctoproject.org

Hi Jim,

I would appreciate if you could add some information to the How do I
section in the wiki. I am not there yet, but I also need audio and
video on crownbay in about 4-8 weeks.

Thanks for getting to the bottom of this

Autif

On Fri, Feb 3, 2012 at 3:21 PM, James Abernathy <jfabernathy@gmail.com> wrote:
>
>
> On Fri, Feb 3, 2012 at 11:02 AM, James Abernathy <jfabernathy@gmail.com>
> wrote:
>>
>> I tried all the different mixer options on the Crownbay.  It's just not
>> very loud.  I'll try an amplifier, but with earphones, it almost not loud
>> enough to hear.  I don't remember other Linux's having this issue.  Could
>> there be something else software wise?  The good news is the built-in GUI
>> Music and Video players work with the H.264 files I've tested as well as the
>> command line stuff.
>>
>> Also got the glxgears works as well.
>>
>> Jim A
>
> To close this one out.  The Crownbay seems to have a line level out only and
> not a port that supports headphones and line level.  Once I put minimal Line
> in level amplfication, the audio works as expected.
>
> Thanks for the help. It's good to see nice integration in Yocto of video and
> music players that actually plays the the H.264 and MP3 files.
>
> Jim A
>
>>
>>
>>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Gaku music player
  2012-02-03 22:52                           ` autif khan
@ 2012-02-04 15:18                             ` jfabernathy
  0 siblings, 0 replies; 16+ messages in thread
From: jfabernathy @ 2012-02-04 15:18 UTC (permalink / raw)
  To: autif khan; +Cc: yocto@yoctoproject.org

On 02/03/2012 05:52 PM, autif khan wrote:
> Hi Jim,
>
> I would appreciate if you could add some information to the How do I
> section in the wiki. I am not there yet, but I also need audio and
> video on crownbay in about 4-8 weeks.

Just edited the HOW DO I.

JIm A

> Thanks for getting to the bottom of this
>
> Autif
>
> On Fri, Feb 3, 2012 at 3:21 PM, James Abernathy<jfabernathy@gmail.com>  wrote:
>>
>> On Fri, Feb 3, 2012 at 11:02 AM, James Abernathy<jfabernathy@gmail.com>
>> wrote:
>>> I tried all the different mixer options on the Crownbay.  It's just not
>>> very loud.  I'll try an amplifier, but with earphones, it almost not loud
>>> enough to hear.  I don't remember other Linux's having this issue.  Could
>>> there be something else software wise?  The good news is the built-in GUI
>>> Music and Video players work with the H.264 files I've tested as well as the
>>> command line stuff.
>>>
>>> Also got the glxgears works as well.
>>>
>>> Jim A
>> To close this one out.  The Crownbay seems to have a line level out only and
>> not a port that supports headphones and line level.  Once I put minimal Line
>> in level amplfication, the audio works as expected.
>>
>> Thanks for the help. It's good to see nice integration in Yocto of video and
>> music players that actually plays the the H.264 and MP3 files.
>>
>> Jim A
>>
>>>
>>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-02-04 15:18 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 17:57 Gaku music player Saxena, Rahul
2012-02-01 18:54 ` Darren Hart
2012-02-01 21:36   ` Saxena, Rahul
2012-02-01 21:44     ` Darren Hart
2012-02-01 21:47       ` Tom Zanussi
2012-02-01 22:39         ` jfabernathy
2012-02-02  0:02           ` Tom Zanussi
2012-02-02  0:57             ` jfabernathy
2012-02-02  1:20               ` Tom Zanussi
2012-02-02 22:42                 ` James Abernathy
2012-02-02 23:42                   ` Tom Zanussi
2012-02-02 23:54                     ` Saxena, Rahul
2012-02-03 16:02                       ` James Abernathy
2012-02-03 20:21                         ` James Abernathy
2012-02-03 22:52                           ` autif khan
2012-02-04 15:18                             ` jfabernathy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.