[App] libSambilight E/F/H (MST-only)

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

User avatar
brunogts77
Posts: 772
Joined: Sat Feb 18, 2012 8:34 pm

Re: [App] libSambilight E/F/H (MST-only)

Post by brunogts77 »

tasshack wrote: Sun Apr 23, 2023 2:57 pm
brunogts77 wrote: Sun Apr 23, 2023 2:38 pm OK thanks. But now, what's the reason?
Because i don't have a J series TV.
Hi, is there anything I can try to help get sambilight working on tizen TVs?
UE40JU6000 T-MST12DEUC_1119]
UE55JU6870 T-HKMDEUC-1480 [OSCAM=ON]
elbie27
Posts: 1
Joined: Wed Jan 11, 2017 6:06 pm

Re: [App] libSambilight E/F/H (MST-only)

Post by elbie27 »

Any chance this would work on an e series Blu-ray player? I've managed to get SSH/root etc working. So could try?
andrewshulgin
Posts: 1
Joined: Fri Mar 26, 2021 6:29 am

Re: [App] libSambilight E/F/H (MST-only)

Post by andrewshulgin »

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):

Code: Select all

WLED_HOST=192.0.0.2
WLED_PORT=21324
and add the following arguments to the START_SAMBILIGHT line:

Code: Select all

HOST:$WLED_HOST PORT:$WLED_PORT
Make sure you place them before the closing quote. Reference

Download: libSambilight.so
Last edited by andrewshulgin on Thu Aug 17, 2023 3:28 pm, edited 3 times in total.
j0hnd03
Posts: 9
Joined: Sun Aug 04, 2019 5:15 pm

Re: [App] libSambilight E/F/H (MST-only)

Post by j0hnd03 »

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):

Code: Select all

WLED_HOST=192.0.0.2
WLED_PORT=21324
and add the following arguments to the START_SAMBILIGHT line:

Code: Select all

HOST:$WLED_HOST PORT:$WLED_PORT
Make sure you place them before the closing quote. Reference

Download: libSambilight.so
Brilliant, thanks for sharing, cant wait to try it out :)
tasshack
SamyGO Project Donor
Posts: 65
Joined: Thu Aug 23, 2018 5:54 am
Location: Istanbul, TURKEY

Re: [App] libSambilight E/F/H (MST-only)

Post by tasshack »

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):

Code: Select all

WLED_HOST=192.0.0.2
WLED_PORT=21324
and add the following arguments to the START_SAMBILIGHT line:

Code: Select all

HOST:$WLED_HOST PORT:$WLED_PORT
Make sure you place them before the closing quote. Reference

Download: libSambilight.so
What is the refresh rate of leds with this?
independentarie
Posts: 10
Joined: Sun Dec 05, 2021 12:23 am

Re: [App] libSambilight E/F/H (MST-only)

Post by independentarie »

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):

Code: Select all

WLED_HOST=192.0.0.2
WLED_PORT=21324
and add the following arguments to the START_SAMBILIGHT line:

Code: Select all

HOST:$WLED_HOST PORT:$WLED_PORT
Make sure you place them before the closing quote. Reference

Download: libSambilight.so
Hey, i installed it and set it up. I put in the port and ip of my wled controller. but it doesnt work. why?
kisspach
Posts: 12
Joined: Sun Nov 13, 2022 1:51 am

Re: [App] libSambilight E/F/H (MST-only)

Post by kisspach »

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:

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"
https://github.com/DMagliarisi/libSambilight

Download https://github.com/DMagliarisi/libSambi ... bilight.so

Post Reply

Return to “[F] Software”