Hi, is there anything I can try to help get sambilight working on tizen TVs?
[App] libSambilight E/F/H (MST-only)
- brunogts77
- Posts: 768
- Joined: Sat Feb 18, 2012 8:34 pm
Re: [App] libSambilight E/F/H (MST-only)
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
Re: [App] libSambilight E/F/H (MST-only)
Any chance this would work on an e series Blu-ray player? I've managed to get SSH/root etc working. So could try?
-
- Posts: 1
- Joined: Fri Mar 26, 2021 6:29 am
Re: [App] libSambilight E/F/H (MST-only)
Hi! I have created a fork which can drive a WLED-controlled strip over UDP.
https://github.com/andrewshulgin/libSambilight-wled
You'll need to add two lines to the line-by-line option list (replace 192.0.0.2 with your WLED controller IP):
and add the following arguments to the START_SAMBILIGHT line:
Make sure you place them before the closing quote. Reference
Download: libSambilight.so
https://github.com/andrewshulgin/libSambilight-wled
You'll need to add two lines to the line-by-line option list (replace 192.0.0.2 with your WLED controller IP):
Code: Select all
WLED_HOST=192.0.0.2
WLED_PORT=21324
Code: Select all
HOST:$WLED_HOST PORT:$WLED_PORT
Download: libSambilight.so
Last edited by andrewshulgin on Thu Aug 17, 2023 3:28 pm, edited 3 times in total.
Re: [App] libSambilight E/F/H (MST-only)
Brilliant, thanks for sharing, cant wait to try it outandrewshulgin wrote: ↑Thu Aug 17, 2023 3:06 pm Hi! I have created a fork which can drive a WLED-controlled strip over UDP.
https://github.com/andrewshulgin/libSambilight-wled
You'll need to add two lines to the line-by-line option list (replace 192.0.0.2 with your WLED controller IP):and add the following arguments to the START_SAMBILIGHT line:Code: Select all
WLED_HOST=192.0.0.2 WLED_PORT=21324
Make sure you place them before the closing quote. ReferenceCode: Select all
HOST:$WLED_HOST PORT:$WLED_PORT
Download: libSambilight.so
Re: [App] libSambilight E/F/H (MST-only)
What is the refresh rate of leds with this?andrewshulgin wrote: ↑Thu Aug 17, 2023 3:06 pm Hi! I have created a fork which can drive a WLED-controlled strip over UDP.
https://github.com/andrewshulgin/libSambilight-wled
You'll need to add two lines to the line-by-line option list (replace 192.0.0.2 with your WLED controller IP):and add the following arguments to the START_SAMBILIGHT line:Code: Select all
WLED_HOST=192.0.0.2 WLED_PORT=21324
Make sure you place them before the closing quote. ReferenceCode: Select all
HOST:$WLED_HOST PORT:$WLED_PORT
Download: libSambilight.so
-
- Posts: 10
- Joined: Sun Dec 05, 2021 12:23 am
Re: [App] libSambilight E/F/H (MST-only)
Hey, i installed it and set it up. I put in the port and ip of my wled controller. but it doesnt work. why?andrewshulgin wrote: ↑Thu Aug 17, 2023 3:06 pm Hi! I have created a fork which can drive a WLED-controlled strip over UDP.
https://github.com/andrewshulgin/libSambilight-wled
You'll need to add two lines to the line-by-line option list (replace 192.0.0.2 with your WLED controller IP):and add the following arguments to the START_SAMBILIGHT line:Code: Select all
WLED_HOST=192.0.0.2 WLED_PORT=21324
Make sure you place them before the closing quote. ReferenceCode: Select all
HOST:$WLED_HOST PORT:$WLED_PORT
Download: libSambilight.so