trivial
This commit is contained in:
parent
b71cf6d5bd
commit
4589122195
@ -6,6 +6,12 @@ Run it
|
|||||||
docker run --name pulseaudio --rm -ti --device /dev/snd andrey01/pulseaudio
|
docker run --name pulseaudio --rm -ti --device /dev/snd andrey01/pulseaudio
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Use it
|
||||||
|
|
||||||
|
```
|
||||||
|
PULSE_SERVER=$(docker inspect pulseaudio -f '{{.NetworkSettings.IPAddress }}'):4713 mpv film.avi
|
||||||
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
Enter the namespace of a running container
|
Enter the namespace of a running container
|
||||||
@ -14,6 +20,7 @@ Enter the namespace of a running container
|
|||||||
sudo nsenter -a -t $(docker inspect -f '{{ .State.Pid }}' pulseaudio)
|
sudo nsenter -a -t $(docker inspect -f '{{ .State.Pid }}' pulseaudio)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Client setup for zeroconfig auto discovery
|
## Client setup for zeroconfig auto discovery
|
||||||
|
|
||||||
If you want the pulseaudio to automatically discover the published sinks,
|
If you want the pulseaudio to automatically discover the published sinks,
|
||||||
|
Loading…
Reference in New Issue
Block a user