mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-25 12:14:46 +02:00
update vnc2flv
This commit is contained in:
parent
3b35e76737
commit
27a853438f
@ -23,13 +23,19 @@ vnc2flv:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Create passwd file
|
# Create passwd file
|
||||||
echo secret > pwdfile
|
$ echo secret > pwdfile
|
||||||
|
|
||||||
# Start recording
|
# Start recording
|
||||||
docker-compose up -d
|
$ docker-compose up -d
|
||||||
|
|
||||||
# Stop recording
|
# Stop recording
|
||||||
docker-compose kill -s INT
|
$ docker-compose kill -s INT
|
||||||
|
|
||||||
|
# View logs
|
||||||
|
$ docker-compose logs
|
||||||
|
Attaching to vnc2flv_vnc2flv_1
|
||||||
|
vnc2flv_1 | start recording
|
||||||
|
vnc2flv_1 | stop recording
|
||||||
```
|
```
|
||||||
|
|
||||||
[1]: http://www.unixuser.org/~euske/python/vnc2flv/index.html
|
[1]: http://www.unixuser.org/~euske/python/vnc2flv/index.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user