Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wu191287278 authored Aug 23, 2021
1 parent 703c7e8 commit ee28269
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,25 @@
docker run -d --name vnc -p 8888:8888 -e "ENABLE_VNC=true" -e "ENABLE_VNC_AUDIO=true" wuyu191287278/vnc:chrome_91.0
```

### Install ffmpeg
### Linux

#### Install ffmpeg
```
sudo apt-get -qqy install ffmpeg
```

### Start Pulse Audio
#### Start Pulse Audio
```
pulseaudio --start --exit-idle-time=-1
```



### Windows

#### Install [screen-capture-recorder-to-video-windows-free](https://github.com/rdp/screen-capture-recorder-to-video-windows-free) To capture windows audio


### VNC,UDP proxy

* Proxy [main.go](./main.go)
Expand All @@ -34,4 +43,4 @@ ffmpeg -f alsa -i pulse -f mpegts -codec:a mp2 udp://localhost:1234
### Access to web sites
```
http://localhost:8888
```
```

0 comments on commit ee28269

Please sign in to comment.