|
@@ -142,7 +142,7 @@ class testView(View):
|
|
|
# m3u8 = '{uid}/vod{channel}/{time}/{time}.m3u8'. \
|
|
|
# format(uid=uid, channel=channel, time=vod['time'])
|
|
|
thumb_url = response_url
|
|
|
- vod_url = 'http://127.0.0.1:8000/testApi/signplaym3u8?' \
|
|
|
+ vod_url = 'http://13.56.215.252:8077/testApi/signplaym3u8?' \
|
|
|
'uid={uid}&channel={channel}&time={time}&sign=tktktktk'. \
|
|
|
format(uid=uid, channel=channel, time=1590485548)
|
|
|
vod_play_list.append({
|