Hi, is there anything I can try to help get sambilight working on tizen TVs?
[App] libSambilight E/F/H (MST-only)
- brunogts77
- Posts: 772
- 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
Re: [App] libSambilight E/F/H (MST-only)
HI!!
I have created a fork!
The libSambilight project has been modified to support multiple WLED devices, allowing each device to control a specific section of LEDs.
To use multiple WLED devices with libSambilight, you need to properly configure the 01_99_Sambilight.init file. Follow these steps:
Define Each WLED Device
Each WLED device should have its own unique set of parameters:
WLED_HOSTx: IP address of the WLED device
WLED_PORTx: UDP port (default is usually 21324)
LED_STARTx: The first LED controlled by this device
LED_ENDx: The last LED controlled by this device
Add WLED_HOST1, WLED_PORT1, LED_START, LED_END in the START_SAMBILIGHT line:
https://github.com/DMagliarisi/libSambilight
Download https://github.com/DMagliarisi/libSambi ... bilight.so
I have created a fork!
The libSambilight project has been modified to support multiple WLED devices, allowing each device to control a specific section of LEDs.
To use multiple WLED devices with libSambilight, you need to properly configure the 01_99_Sambilight.init file. Follow these steps:
Define Each WLED Device
Each WLED device should have its own unique set of parameters:
WLED_HOSTx: IP address of the WLED device
WLED_PORTx: UDP port (default is usually 21324)
LED_STARTx: The first LED controlled by this device
LED_ENDx: The last LED controlled by this device
Add WLED_HOST1, WLED_PORT1, LED_START, LED_END in the START_SAMBILIGHT line:
Code: Select all
START_SAMBILIGHT="samyGOso -$PID -B -r -l /mnt/opt/privateer/usr/libso/libSambilight.so H_LEDS:$H_LEDS V_LEDS:$V_LEDS BOTTOM_GAP:$BOTTOM_GAP START_OFFSET:$START_OFFSET HOST1:$WLED_HOST1 PORT1:$WLED_PORT1 LED_START1:$LED_START1 LED_END1:$LED_END1 HOST2:$WLED_HOST2 PORT2:$WLED_PORT2 LED_START2:$LED_START2 LED_END2:$LED_END2 CLOCKWISE:$CLOCKWISE COLOR_ORDER:$COLOR_ORDER CAPTURE_POS:$CAPTURE_POS BLACK_BORDER:$BLACK_BORDER CAPTURE_FREQ:$CAPTURE_FREQ TV_REMOTE:$TV_REMOTE EXTERNAL:$EXTERNAL CAPTURE_SIZE:$CAPTURE_SIZE OSD_CAPTURE:$OSD_CAPTURE GFX_LIB:$GFX_LIB TEST_FRAMES:$TEST_FRAMES TEST_PROFILE:$TEST_PROFILE TEST_PATTERN:$TEST_PATTERN TEST_SAVE_CAPTURE:$TEST_SAVE_CAPTURE"
Download https://github.com/DMagliarisi/libSambi ... bilight.so