1080p performance VODs not available
====================================
This has been an issue since early November, but I forgot to document it publicly.
Basically, since early November, we've been getting 720p crap for "chaoqing" quality. Behold:
```json
$ curl -sS -X POST -H 'version: 5.2.0' -H 'os: ios' https://plive.48.cn/livesystem/api/live/v1/getLiveOne -H 'Content-Type: application/json' --data '{"liveId": "5c19b9730cf27e3208982980"}' | jq .
{
"status": 200,
"message": "请求成功",
"content": {
"title": "《重生计划》剧场公演",
"subTitle": "TEAM SII剧场公演",
"picPath": "/mediasource/live/1545189747609Zxsj4Zi5zK.jpg",
"streamPath": "http://ts.48.cn/snh/20181228/liuchang/5c19b9730cf27e3208982980.m3u8",
"streamPathLd": "http://ts.48.cn/snh/20181228/gaoqing/5c19b9730cf27e3208982980.m3u8",
"streamPathHd": "http://ts.48.cn/snh/20181228/gaoqing/5c19b9730cf27e3208982980.m3u8",
...
"streams": [
{
"streamName": "标清",
"streamPath": "http://ts.48.cn/snh/20181228/liuchang/5c19b9730cf27e3208982980.m3u8"
},
{
"streamName": "高清",
"streamPath": "http://ts.48.cn/snh/20181228/gaoqing/5c19b9730cf27e3208982980.m3u8"
},
{
"streamName": "超清",
"streamPath": "http://ts.48.cn/snh/20181228/gaoqing/5c19b9730cf27e3208982980.m3u8"
}
]
}
}
```
Same happens on the web. From http://zhibo.ckg48.com/Index/invedio/id/830:
```html
<input type="hidden" id="vedio_id" name="vedio_id" value="5c19b9730cf27e3208982980">
<input type="hidden" id="chao_url" value="http://ts.48.cn/snh/20181228/gaoqing/5c19b9730cf27e3208982980.m3u8">
<input type="hidden" id="gao_url" value="http://ts.48.cn/snh/20181228/gaoqing/5c19b9730cf27e3208982980.m3u8">
<input type="hidden" id="liuchang_url" value="http://ts.48.cn/snh/20181228/liuchang/5c19b9730cf27e3208982980.m3u8">
```
Attempting to retrieve the `/chaoqing/` version gave us some sort of 5xx error (503 IIRC) in the beginning; now we get a more reasonable 404.
I've been pretty checked out and haven't contacted anyone about this. I'm also not sure if the livestreams are capped at 720p too these days. Maybe they can't afford the CDN bills anymore? What a joke.
Anyway, the point is: this is not a client-side problem. Pressuring the shitty company to do a little bit better is left as an exercise to concerned users.