Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pipewire pipewire
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 405
    • Issues 405
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PipeWire
  • pipewirepipewire
  • Issues
  • #2047

Closed
Open
Created Jan 20, 2022 by Artem S. Tashkinov@birdie

[REGRESSION] pipewire no longer listening on IPv4

             server.address = [
                 "unix:native"
                 "tcp:4713"                          # IPv4 and IPv6 on all addresses
                 #"unix:/tmp/something"              # absolute paths may be used
                 #"tcp:[::]:9999"                    # IPv6 on all addresses
                 #"tcp:127.0.0.1:8888"               # IPv4 on a single address
             ]

With this configuration pipewire-pulse listens only on IPv6 instead of listening on both IPv4 and IPv6. This is a regression.

I'm running pipewire-0.3.43-2.fc35.x86_64

To fix it I had to change it to "tcp:127.0.0.1:4713"

Please fix.

Edited Jan 20, 2022 by Artem S. Tashkinov
Assignee
Assign to
Time tracking