Size: a a a

Aerokube Support

2020 November 11

غا

غازي التريكي... in Aerokube Support
Did anyone try adding sound to the docker container https://github.com/aerokube/selenoid/issues/344 ?
источник

IK

Ivan Krutov in Aerokube Support
should be as easy as adding ffmpeg flags
источник

غا

غازي التريكي... in Aerokube Support
Sound can be captured though ffmpeg flags for sure, just wondering if the default images supports sound by default
источник

غا

غازي التريكي... in Aerokube Support
Surely I will keep it a try after finishing some tasks, having sound working is very useful for web conferencing platfrom  testing
источник

IK

Ivan Krutov in Aerokube Support
غازي التريكي
Hello, is it possible to hide the mouse cursor from the recording?
источник

IK

Ivan Krutov in Aerokube Support
غازي التريكي
Sound can be captured though ffmpeg flags for sure, just wondering if the default images supports sound by default
I don't think so
источник

غا

غازي التريكي... in Aerokube Support
HIDE_CURSOR !! Great !!
источник

IK

Ivan Krutov in Aerokube Support
so you can simply pass HIDE_CURSOR=true via env capability and it will work
источник

غا

غازي التريكي... in Aerokube Support
So this should work in the docker-compose.yml
services:
 selenoid:
   network_mode: bridge
   image: aerokube/selenoid:latest-release
   ...
   environment:
     - HIDE_CURSOR=true
   ...
Right?
источник

IK

Ivan Krutov in Aerokube Support
غازي التريكي
So this should work in the docker-compose.yml
services:
 selenoid:
   network_mode: bridge
   image: aerokube/selenoid:latest-release
   ...
   environment:
     - HIDE_CURSOR=true
   ...
Right?
environment variable should go either in capabilities or in browsers.json env section
источник

غا

غازي التريكي... in Aerokube Support
Ivan Krutov
environment variable should go either in capabilities or in browsers.json env section
Any example or docs for more details?
источник

IK

Ivan Krutov in Aerokube Support
غازي التريكي
Any example or docs for more details?
источник

IK

Ivan Krutov in Aerokube Support
источник

n

nowhere_lights in Aerokube Support
Ivan Krutov
видимо имя контейнера selenoid
не помогло
источник

غا

غازي التريكي... in Aerokube Support
I can't get the browser version recognised
What is wrong with this
            "82.0-hd": {
               "image": "selenoid/firefox:82.0",
               "port": "4444",
               "path": "/wd/hub",
               "env" : ["HIDE_CURSOR=true"],
               "tmpfs": {
                   "/tmp": "size=256m"
               },
               "cpu" : "1.5"
           },
           "82.0-4k": {
               "image": "selenoid/firefox:82.0",
               "port": "4444",
               "path": "/wd/hub",
               "env" : ["HIDE_CURSOR=true"],
               "tmpfs": {
                   "/tmp": "size=512m"
               }
               ,
               "cpu" : "2.0"
           }
?
источник

IK

Ivan Krutov in Aerokube Support
غازي التريكي
I can't get the browser version recognised
What is wrong with this
            "82.0-hd": {
               "image": "selenoid/firefox:82.0",
               "port": "4444",
               "path": "/wd/hub",
               "env" : ["HIDE_CURSOR=true"],
               "tmpfs": {
                   "/tmp": "size=256m"
               },
               "cpu" : "1.5"
           },
           "82.0-4k": {
               "image": "selenoid/firefox:82.0",
               "port": "4444",
               "path": "/wd/hub",
               "env" : ["HIDE_CURSOR=true"],
               "tmpfs": {
                   "/tmp": "size=512m"
               }
               ,
               "cpu" : "2.0"
           }
?
version is matched by prefix, also Firefox compares version from capabilities with actual browser version
источник

IK

Ivan Krutov in Aerokube Support
this is Geckodriver limitation
источник

غا

غازي التريكي... in Aerokube Support
Is see !! Makes sense !! Will have to use a different browsers.json and restart the containers depending on the use case
источник

HB

Hamza Bakkali in Aerokube Support
Hello guys
I'm trying to install selenoid on Ubuntu virtual machine ( on my laptop )
I created ubuntu 20 virtual machine then installed docker and now i'm trying to install selenoid but it blocks here
источник

HB

Hamza Bakkali in Aerokube Support
источник