File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,18 @@ Setting up AWS Elastic Transcoder
48483. Subscribe SNS Notification through HTTP
49494. You are ready to encode!
5050
51+
52+ Required Django settings
53+ -------------------------
54+
55+ Please settings up variables below to make this app works.
56+
57+ .. code :: python
58+
59+ AWS_ACCESS_KEY_ID = < your aws access key id >
60+ AWS_SECRET_ACCESS_KEY = < your aws secret access key>
61+ AWS_REGION = < aws region>
62+
5163 Usage
5264-----
5365
@@ -68,7 +80,7 @@ For instance, encode an mp3
6880
6981 pipeline_id = ' <pipeline_id>'
7082
71- transcoder = Transcoder(pipeline_id, ' ap-southeast-1 ' )
83+ transcoder = Transcoder(pipeline_id)
7284 transcoder.encode(input , outputs)
7385
7486 .. |Build Status | image :: https://travis-ci.org/StreetVoice/django-elastic-transcoder.png?branch=master
You can’t perform that action at this time.
0 commit comments