[meta-freescale] video playback failed with "app" user

Ray·Bloodworth k870818319 at outlook.com
Tue Dec 23 19:22:18 PST 2014


Hi, Alexander
    Thanks for you help!

    Video playback is ok now. After adding 'app' user to 'audio' group, audio output is still not working with user "app"...

    Audio stream is routed to pulseaudio sink by media player. 

    Could you give me any advise?


BR,


Ray·Bloodworth

 
From: Alexander Shashkevych
Date: 2014-12-23 20:18
To: Ray·Bloodworth
CC: Otavio Salvador; meta-freescale at yoctoproject.org
Subject: Re: [meta-freescale] video playback failed with "app" user
> Hi,
>     Thanks for you help!
>
>     I checked the /etc/group file, app user is a member of video group
> already...
>
> audio:x:29:root,users,pulse,media,guest
> gopher:x:30:
> dip:x:40:
> shadow:x:42:
> utmp:x:43:
> video:x:44:users,media,guest,app
 
please check your /etc/udev/rules.d/10-imx.rules file. It must contain
following lines:
 
KERNEL=="mxc_ipu", MODE="0666"
KERNEL=="mxc_vpu", MODE="0666"
SUBSYSTEM=="video", MODE="0660"
KERNEL=="fb[0-9]", MODE="0660", GROUP="video"
KERNEL=="gsl_kmod", MODE="0660", GROUP="video"
KERNEL=="galcore", MODE="0660", GROUP="video"
 
If there no such lines - add them and reboot device. This should fix
access rights to ipu, vpu and gpu devices.
 
Then add 'app' user to 'audio' group - this could be a reason why you
have no sound.
 
Alexander
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20141224/6026cafc/attachment.html>


More information about the meta-freescale mailing list