Update moonlight-embedded, added openssl lib
This commit is contained in:
parent
1ec7269213
commit
4e522c9e34
|
@ -2,7 +2,7 @@
|
|||
Only for Raspberry Pi 2 and Openelec.
|
||||
|
||||
##Installation
|
||||
- Download the latest release
|
||||
- Download the latest "script.moonlight.zip" in the releases
|
||||
- Copy the file to the Openelec
|
||||
- Go to Settings > Addons > Install from zip file
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.moonlight" name="Moonlight" version="1.0.9" provider-name="dead">
|
||||
<addon id="script.moonlight" name="Moonlight" version="1.0.10" provider-name="dead">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.14.0"/>
|
||||
</requires>
|
||||
|
|
Binary file not shown.
|
@ -1,3 +1,8 @@
|
|||
v1.0.10
|
||||
Update moonlight-embedded to 2.2.0
|
||||
Added libcrypto and libssl so it now runs on OpenElec 5, 6, 7
|
||||
Fixed a small issue in settings.
|
||||
|
||||
v1.0.9
|
||||
Update moonlight-embedded, added support to GFE 2.11.X
|
||||
|
||||
|
|
BIN
script.moonlight/lib/libcrypto.so.32
Normal file
BIN
script.moonlight/lib/libcrypto.so.32
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
script.moonlight/lib/libssl.so.32
Normal file
BIN
script.moonlight/lib/libssl.so.32
Normal file
Binary file not shown.
|
@ -2,8 +2,8 @@
|
|||
<settings>
|
||||
<setting id="MOON_SERVER_IP" type="ipaddress" label="Server IP" default="0.0.0.0"/>
|
||||
<setting id="MOON_RESOLUTION" type="labelenum" label="Resolution" values="Custom|720p|1080p" default="720p" />
|
||||
<setting id="MOON_WIDTH_RESOLUTION" type="text" label="Width" visible="eq(-1,1)" default="1366" />
|
||||
<setting id="MOON_HEIGHT_RESOLUTION" type="text" label="Height" visible="eq(-2,1)" default="768" />
|
||||
<setting id="MOON_WIDTH_RESOLUTION" type="text" label="Width" visible="eq(-1,0)" default="1366" />
|
||||
<setting id="MOON_HEIGHT_RESOLUTION" type="text" label="Height" visible="eq(-2,0)" default="768" />
|
||||
<setting id="MOON_FRAMERATE" type="select" values="30|60" label="FPS" default="30" />
|
||||
<setting id="MOON_BITRATE" type="text" label="Bitrate" default="10000" />
|
||||
<setting id="MOON_PACKETSIZE" type="text" label="Packet Size" default="1024" />
|
||||
|
|
Loading…
Reference in a new issue