-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sound not working on apps such as chrome , edge , firefox #4
Comments
Hello Disha, I confirm this issue.
If you remove all module-native-protocol-tcp inside the pulseaudio server container and load a new one with auth-anonymous
The sound is coming The same command on firefox application returns
I'm fixing this issue. Thank you for your comment, well done Alexandre |
Hello Alexandre, pacmd unload-module module-native-protocol-tcp After this sound came inside the new firefox pod, but sound goes way if user logout and login again . Thanks and Regards |
Hello Alexandre, Is there any update on this issue ?
Also each application is working fine when I run them as ephemeral container. Please provide a resolution for the sound issue ASAP as this is necessary to prevent system resources . Thanks and Regards |
Hello Disha Sharma, Thank you for your message, this issue will be fixed in the next release 3.1 Best regards, |
Hello Alexandre, Looking forward for the next release. Best regards, |
Hello Alexandre Sound feature inside pod is still not working in 3.1 version of abcdesktop project. Please resolve this issue as soon as possible. Thanks & Regards |
Hello Disha, Thank you for your message, I'm sorry sound feature inside pod is still not working in 3.1 version of abcdesktop project. Alexandre |
Hello Disha, The new release 3.2 support WebRTC stack.
and then configure TURN server and od.config file Read the dedicated page https://www.abcdesktop.io/3.2/config/webrtc/ The sound ( Speaker and Microphone ) is ready for pod application See you |
Hello Alexandre ,
Thanks for this project .
I tried to restrict RAM and CPU in browser apps such as chrome, edge, firefox . After running these apps as pod, sound is not coming . But when I run apps as ephemeral container , sound is working fine .
Following is the chrome.json which I used to build my chrome image -
{
"acl": { "permit": [ "all" ] },
"cat": "office",
"debpackage": " curl gnupg krb5-user fonts-noto fonts-roboto xfonts-100dpi fonts-ubuntu fonts-freefont-ttf dbus-x11 $
"preruncommands": [
"RUN apt update && apt install -y curl && apt install -y gnupg",
"RUN curl -Ls https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -",
"RUN echo "deb [arch=$(dpkg --print-architecture)] http://dl.google.com/linux/chrome/deb/ stable main" | tee /$
"RUN apt-get update && apt-get install --no-install-recommends -y google-chrome-stable && apt-get clean && rm -$
"icon": "circle_google-chrome.svg",
"keyword": "web,browser,internet",
"launch": "google-chrome.Google-chrome",
"name": "chrome",
"rules": { "homedir": { "default": true } },
"displayname": "Chrome",
"containerengine": "pod_application",
"executeclassname": "bronze",
"showinview": "dock",
"installrecommends" : true,
"path": "/usr/bin/google-chrome-stable",
"args": "--disable-dev-shm-usage --no-sandbox --test-type " ,
"template": "abcdesktopio/oc.template.ubuntu.22.04",
"mimetype": "text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;video/$
"legacyfileextensions": "html;xml",
"fileextensions": "html;xml;gif",
"desktopfile":"/usr/share/applications/google-chrome.desktop",
"abcdesktop_release": 3
}
Following are the logs of chrome pod-
Defaulted container "disha-app-chrome-e03e3" out of: disha-app-chrome-e03e3, i-planet-disha (init)
/composer/appli-docker-entrypoint.sh: line 29: 1693998224 - : syntax error: operand expected (error token is "- ")
/composer/appli-docker-entrypoint.sh: line 42: 1693998224 - : syntax error: operand expected (error token is "- ")
Error setting cipher RC4
40976533DE7F0000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:../crypto/evp/evp_fetch.c:349:Global default library context, Algorithm (RC4 : 37), Properties ()
/composer/appli-docker-entrypoint.sh: line 67: 1693998224 - : syntax error: operand expected (error token is "- ")
mkdir: cannot create directory ‘/run/user/4096’: Permission denied
/composer/appli-docker-entrypoint.sh: line 73: 1693998224 - : syntax error: operand expected (error token is "- ")
/composer/appli-docker-entrypoint.sh: line 75: 1693998224 - : syntax error: operand expected (error token is "- ")
tee: unrecognized option '--disable-dev-shm-usage'
For firefox and edge , I used your applist.json to build the image, but sound is not working in those apps as well .
Please can u look into this issue , because restriction on these apps is necessary to preserve system resources.
Thanks and Regards
Disha
The text was updated successfully, but these errors were encountered: