Skip to content

Commit

Permalink
Update with patched hlsdownload script
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Jun 3, 2017
1 parent 93ca294 commit 75c63ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM eyevinntechnology/packager-base:0.1.0
MAINTAINER Eyevinn Technology <info@eyevinn.se>
RUN apt-get update && apt-get install -y --force-yes curl
RUN pip install hlsdownload
RUN pip install hlsdownload==0.0.13
COPY entrypoint.py /root/entrypoint.py
ENTRYPOINT ["/root/entrypoint.py"]
CMD []
2 changes: 1 addition & 1 deletion bin/hlstodash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker run -v `pwd`:/mnt/ eyevinntechnology/2dash:0.0.2 --hls "$@"
docker run -v `pwd`:/mnt/ eyevinntechnology/2dash:0.0.3 --hls "$@"
2 changes: 1 addition & 1 deletion bin/mp4todash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker run -v `pwd`:/mnt/ eyevinntechnology/2dash:0.0.2 "$@"
docker run -v `pwd`:/mnt/ eyevinntechnology/2dash:0.0.3 "$@"

0 comments on commit 75c63ff

Please sign in to comment.