dockerfiles/live555
kev 188254372f fix live555 2021-04-26 15:18:29 +08:00
..
Dockerfile fix live555 2021-04-26 15:18:29 +08:00
README.md add live555 2016-07-04 21:56:20 +08:00
docker-compose.yml add live555 2016-07-04 21:56:20 +08:00

live555

The LIVE555 Media Server is a complete RTSP server application. It can stream several kinds of media file (which must be stored in the current working directory - i.e., the directory from which you launch the application - or a subdirectory.)

docker-compose.yml

live555:
  image: vimagick/live555
  ports:
    - "8080:80"
    - "554:554"
  volumes:
    - ./data:/data
  restart: always