mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
Core: Update stream api url
This commit is contained in:
parent
e66d0a7c3c
commit
9865c841bd
|
@ -131,7 +131,7 @@ namespace BililiveRecorder.Core.Api.Http
|
|||
if (this.disposedValue)
|
||||
throw new ObjectDisposedException(nameof(HttpApiClient));
|
||||
|
||||
var url = $@"{this.config.LiveApiHost}/xlive/web-room/v2/index/getRoomPlayInfo?room_id={roomid}&protocol=0,1&format=0,1,2&codec=0,1&qn={qn}&platform=web&ptype=8";
|
||||
var url = $@"{this.config.LiveApiHost}/xlive/web-room/v2/index/getRoomPlayInfo?room_id={roomid}&protocol=0,1&format=0,1,2&codec=0,1&qn={qn}&platform=web&ptype=8&dolby=5&panorama=1";
|
||||
return FetchAsync<RoomPlayInfo>(this.mainClient, url);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user