mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Video Profile Auto Downgrade
This commit is contained in:
parent
3417202049
commit
c19c7869d5
5 changed files with 24 additions and 2 deletions
|
@ -139,10 +139,11 @@ int Host::InitSession(IO *user)
|
|||
// Build chiaki ps4 stream session
|
||||
chiaki_opus_decoder_init(&(this->opus_decoder), this->log);
|
||||
ChiakiAudioSink audio_sink;
|
||||
ChiakiConnectInfo chiaki_connect_info = {0};
|
||||
ChiakiConnectInfo chiaki_connect_info = {};
|
||||
|
||||
chiaki_connect_info.host = this->host_addr.c_str();
|
||||
chiaki_connect_info.video_profile = this->video_profile;
|
||||
chiaki_connect_info.video_profile_auto_downgrade = true;
|
||||
|
||||
chiaki_connect_info.ps5 = this->IsPS5();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue