Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Dec 7, 2024
1 parent 7b401ec commit fedb5e8
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion examples/hls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,27 @@

Create an HLS streaming derivative for audio and video files

Requires `islandora_hls` module running on your Islandora site to render the streaming derivative.
Requires [drupal/islandora_hls](https://www.drupal.org/project/islandora_hls) module running on your Islandora site to render the streaming derivative.

Also requires the parry microservice running in your ISLE stack

```
parry-dev: &parry
<<: [*dev, *common]
image: lehighlts/scyllaridae-parry:main
volumes:
- ./certs/rootCA.pem:/app/ca.pem:r
networks:
default:
aliases:
- parry
hls-dev: &hls
<<: [*dev, *common]
image: lehighlts/scyllaridae-hls:main
volumes:
- ./certs/rootCA.pem:/app/ca.pem:r
networks:
default:
aliases:
- hls
```

0 comments on commit fedb5e8

Please sign in to comment.