|
@@ -466,7 +466,7 @@ class CloudStorageView(View):
|
|
# thumb_url = response_url
|
|
# thumb_url = response_url
|
|
# m3u8 = '{uid}/vod{channel}/{time}/{time}.m3u8'. \
|
|
# m3u8 = '{uid}/vod{channel}/{time}/{time}.m3u8'. \
|
|
# format(uid=uid, channel=channel, time=vod['time'])
|
|
# format(uid=uid, channel=channel, time=vod['time'])
|
|
- vod_url = 'http://cloudstroage.dvema.com/cloudstorage/signplaym3u8?' \
|
|
|
|
|
|
+ vod_url = 'http://test.dvema.com/cloudstorage/signplaym3u8?' \
|
|
'uid={uid}&channel={channel}&time={time}&sign=tktktktk'. \
|
|
'uid={uid}&channel={channel}&time={time}&sign=tktktktk'. \
|
|
format(uid=uid, channel=channel, time=vod['time'])
|
|
format(uid=uid, channel=channel, time=vod['time'])
|
|
vod_play_list.append({
|
|
vod_play_list.append({
|