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
48
48
3. Subscribe SNS Notification through HTTP
49
49
4. You are ready to encode!
50
50
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
+
51
63
Usage
52
64
-----
53
65
@@ -68,7 +80,7 @@ For instance, encode an mp3
68
80
69
81
pipeline_id = ' <pipeline_id>'
70
82
71
- transcoder = Transcoder(pipeline_id, ' ap-southeast-1 ' )
83
+ transcoder = Transcoder(pipeline_id)
72
84
transcoder.encode(input , outputs)
73
85
74
86
.. |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