[App] More TV channels on E/F/H series

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.

bartik
SamyGO Project Donor
Posts: 72
Joined: Tue Jul 15, 2014 5:14 pm

Re: [APP] More TV channels on ES/F series

Post by bartik »

the problem is i think in rtmpgw not in the script
we need to find other copy of rtmpgw or compile it somehow for our tv set
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

bartik wrote:the problem is i think in rtmpgw not in the script
we need to find other copy of rtmpgw or compile it somehow for our tv set
I think so too. You must compile under your processor on TV. This compilation is for F8000 (toolchain for cross-compile: arm-v7a15v3r1)
Last edited by wluczykijwf on Fri Mar 13, 2015 9:56 pm, edited 2 times in total.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bartik
SamyGO Project Donor
Posts: 72
Joined: Tue Jul 15, 2014 5:14 pm

Re: [APP] More TV channels on ES/F series

Post by bartik »

maybe to put here the files we need and also a little example or a littler knowhow how to do it :)
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

bartik wrote:maybe to put here the files we need and also a little example or a littler knowhow how to do it :)
This was my first cross compilation, more here: viewtopic.php?f=63&t=8862&p=71486#p71486
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Post by juusso »

Try another compiler. Like vd8v2r2
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [APP] More TV channels on ES/F series

Post by zoelechat »

Or simply "none" (arm-none-linux-gnueabi), no need to look for anything exotic :)
I do NOT receive any PM. Please use forum.
bartik
SamyGO Project Donor
Posts: 72
Joined: Tue Jul 15, 2014 5:14 pm

Re: [APP] More TV channels on ES/F series

Post by bartik »

hmm i will wait maybe someone will have more luck with compiling rtmpgw
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

zoelechat wrote:Or simply "none" (arm-none-linux-gnueabi), no need to look for anything exotic :)
Thank you. New compilation also working on F8000 and the file is smaller :).
bartik wrote:hmm i will wait maybe someone will have more luck with compiling rtmpgw
Try this new cross compilation for arm-none-linux-gnueabi for download/file.php?id=5435
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bartik
SamyGO Project Donor
Posts: 72
Joined: Tue Jul 15, 2014 5:14 pm

Re: [APP] More TV channels on ES/F series

Post by bartik »

wluczykijwf wrote:
zoelechat wrote:Or simply "none" (arm-none-linux-gnueabi), no need to look for anything exotic :)
Thank you. New compilation also working on F8000 and the file is smaller :).
bartik wrote:hmm i will wait maybe someone will have more luck with compiling rtmpgw
Try this new cross compilation for arm-none-linux-gnueabi for download/file.php?id=5435
well you done it again great work thanks :)
User avatar
fluffi444
SamyGO Project Donor
Posts: 568
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

Re: [APP] More TV channels on ES/F series

Post by fluffi444 »

The new one works here on ES - thanks!

Code: Select all

root@tv:/ # ./mtd_rwcommon/rtmpgw_init
+ rtmpgw_init
+ /mtd_rwcommon/rtmpgw -q -g 1935
HTTP-RTMP Stream Gateway v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
Did you notice this thread already?
viewtopic.php?f=22&t=4592

There is already an nice init.d start/stop script (99_97_rtmpgateway.init) for rtmpgw (in file rtmpdump_arm.SGO_ext.tar)

We just need to add (to use the same place as usual)

Code: Select all

SODIR=$SYSROOT/opt/privateer/usr/libso
and change

Code: Select all

$DAEMON -g 1935 >/dev/null 2>/dev/null &
to

Code: Select all

$SODIR/$DAEMON -g 1935 >/dev/null 2>/dev/null &
and put rtmpgw with 755 to /opt/privateer/usr/libso

test it with

Code: Select all

sh /mnt/etc/init.d/99_97_rtmpgateway.init start
sh /mnt/etc/init.d/99_97_rtmpgateway.init stop
sh /mnt/etc/init.d/99_97_rtmpgateway.init status
credits to juuso (juuso?) :-)

BUT: With this rtmpgw created high CPU usage ~ 50% usage (on dual core) - There is also an fix in this thread but I don't understand this :-)
viewtopic.php?f=22&t=4592&start=10#p41466

Maybe juuso can help or you already know what they talking about... :-)
Maybe you can also add this fix to your version...
TV: UE40ES7000 @ UE40ES8090 - T-ECPDEUC-2022.0 // SamyGO
CI+: Unicam EVO 4 with HD+ (HD02) @ Pacific 4.60
NET: Samba: PC

Post Reply

Return to “[F] Software”