Skip to content
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

[BUG] No sound #3

Open
1 task done
GodAtum360 opened this issue Oct 28, 2024 · 3 comments
Open
1 task done

[BUG] No sound #3

GodAtum360 opened this issue Oct 28, 2024 · 3 comments

Comments

@GodAtum360
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Installed Freetube using Docker Compose. Everything works fine apart from there's no sound.

Expected Behavior

No response

Steps To Reproduce

Broswing to https://ip:3001

Environment

- OS: Ubuntu 20.04
- How docker service was installed: Compose

CPU architecture

x86-64

Docker creation

---
services:
  freetube:
    image: lscr.io/linuxserver/freetube:latest
    container_name: freetube
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/config:/config
    ports:
      - 3000:3000
      - 3001:3001
    shm_size: "1gb"
    restart: unless-stopped

Container logs

[custom-init] No custom files found, skipping...

[ls.io-init] done.

Connection failure: Connection refused

pa_context_connect() failed: Connection refused

Connection failure: Connection refused

pa_context_connect() failed: Connection refused

_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.

Xvnc KasmVNC 1.3.2 - built Oct 26 2024 19:01:39

Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)

See http://kasmweb.com for information on KasmVNC.

Underlying X server release 12014000, The X.Org Foundation

Obt-Message: Xinerama extension is not present on the server

 2024-10-28 11:08:29,850 [INFO] websocket 0: got client connection from 127.0.0.1

 2024-10-28 11:08:29,870 [PRIO] Connections: accepted: @172.18.0.1_1730113709.850672::websocket

 2024-10-28 11:16:22,277 [PRIO] Connections: closed: @172.18.0.1_1730113709.850672::websocket (Clean disconnection)
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@Vaslo
Copy link

Vaslo commented Nov 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Installed Freetube using Docker Compose. Everything works fine apart from there's no sound.

Expected Behavior

No response

Steps To Reproduce

Broswing to https://ip:3001

Environment

- OS: Ubuntu 20.04
- How docker service was installed: Compose

CPU architecture

x86-64

Docker creation

---
services:
  freetube:
    image: lscr.io/linuxserver/freetube:latest
    container_name: freetube
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/config:/config
    ports:
      - 3000:3000
      - 3001:3001
    shm_size: "1gb"
    restart: unless-stopped

Container logs

[custom-init] No custom files found, skipping...

[ls.io-init] done.

Connection failure: Connection refused

pa_context_connect() failed: Connection refused

Connection failure: Connection refused

pa_context_connect() failed: Connection refused

_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.

Xvnc KasmVNC 1.3.2 - built Oct 26 2024 19:01:39

Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)

See http://kasmweb.com for information on KasmVNC.

Underlying X server release 12014000, The X.Org Foundation

Obt-Message: Xinerama extension is not present on the server

 2024-10-28 11:08:29,850 [INFO] websocket 0: got client connection from 127.0.0.1

 2024-10-28 11:08:29,870 [PRIO] Connections: accepted: @172.18.0.1_1730113709.850672::websocket

 2024-10-28 11:16:22,277 [PRIO] Connections: closed: @172.18.0.1_1730113709.850672::websocket (Clean disconnection)

Also having the same issue, running from an Unraid container. I checked sound on my machine and in other containers and those work fine.

@thelamer
Copy link
Member

thelamer commented Nov 4, 2024

I cannot replicate this on my machines, I wonder if there is a specific host dep that is missing.

Connection refused would indicate that pulse is running but in a weird state.

In the container you can right click the background and open xterm, from there run ps aux |grep pulse, is the service running ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

3 participants