Skip to content

Commit ae67535

Browse files
committed
Version 1.9.0
1 parent 47dd2f8 commit ae67535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

res/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://samsung.tv/MoonlightWasm" version="1.8.1" viewmodes="fullscreen">
2+
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://samsung.tv/MoonlightWasm" version="1.9.0" viewmodes="fullscreen">
33
<access origin="*"></access>
44
<tizen:application id="MoonLightS.MoonlightWasm" package="MoonLightS" required_version="5.5" launch_mode="caller"/>
55
<content src="index.html"/>

wasm/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ int main(int argc, char** argv) {
474474
MessageResult startStream(std::string host, std::string width, std::string height, std::string fps, std::string bitrate,
475475
std::string rikey, std::string rikeyid, std::string appversion, std::string gfeversion, std::string rtspurl, int serverCodecModeSupport,
476476
bool framePacing, bool disableWarnings, bool performanceStats, bool optimizeGames, bool rumbleFeedback, bool mouseEmulation,
477-
bool flipABfaceButtons, bool flipXYfaceButtons, std::string audioConfig, bool audioSync, bool playHostAudio, bstd::string videoCodec,
477+
bool flipABfaceButtons, bool flipXYfaceButtons, std::string audioConfig, bool audioSync, bool playHostAudio, std::string videoCodec,
478478
bool hdrMode, bool fullRange) {
479479
PostToJs("Starting the streaming session...");
480480
return g_Instance->StartStream(host, width, height, fps, bitrate, rikey, rikeyid, appversion, gfeversion, rtspurl, serverCodecModeSupport,

0 commit comments

Comments
 (0)