[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.

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:great channel empty dissapeared but can you check please 1 more thing... when the channel is changing with button up or down and the tv info page appears in the upper screen the rest of the screen is a bit grey also its grey when onlinetv autostarts when the channel is changed with the channel list button the picture is OK
It also annoys me since the first successful implementation of the app. So far I have not found a solution this problem. Maybe some user of forum knows how does solve this problem?
bartik wrote:and also there is a problem when onlinetv stream is watched and i press chlist it look like the stream reloads so everytime the chlist is pressed the stream reloads it self
The application is under development and inter alia for this bug I am looking a solution.
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 »

rtmp streams can be watched???
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:rtmp streams can be watched???
Unfortunately for now not. I working for this.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
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:rtmp streams can be watched???
The ability to play RTMP stream by rtmpgw viewtopic.php?f=63&t=8862
Example use on TvList.xml:

Code: Select all

  <item>
    <title>Eska Rock TV</title>
    <link>http://127.0.0.1:1935/?r=rtmp://stream.smcloud.net/live2/eska_rock/eska_rock_720p</link>
    <image>http://thumbs.eska.pl/common/8/5/s/855634WvHS.jpg/ru-0-r-244,244-n-855634WvHS.jpg</image>
    <description> </description>
    <type>HTTP</type>
    <ch_category>
      <id_category>
      </id_category>
    </ch_category>
    <tvid>99</tvid>
    <source>OnlineTV</source>
  </item>
Set port 1935 if rtmpgw listening on port 1935.
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 »

so i need to put this command into init.c to start this everytime i switch on the tv correct?
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 »

i have just copied and tried rtmpgw but in my F6720 its not working :(
this is the output
Illegal instruction ....
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:so i need to put this command into init.c to start this everytime i switch on the tv correct?
Yes.
When rtmpgw will receive a link with the source rtmp it sends stream to the player on protocol http.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
User avatar
fluffi444
SamyGO Project Donor
Posts: 569
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

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

Post by fluffi444 »

Have this also (on ES):
root@(none) $ ./mtd_rwcommon/widgets/user/OnlineTV/rtmpgw -q -g 1935
Illegal instruction

and also from tmp Dir:
root@(none) $ ./tmp/rtmpgw -q -g 1935
Illegal instruction
TV: UE40ES7000 @ UE40ES8090 - T-ECPDEUC-2022.0 // SamyGO
CI+: Unicam EVO 4 with HD+ (HD02) @ Pacific 4.60
NET: Samba: PC
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 »

My init script for rtmpgw app startup:

Code: Select all

#!/bin/sh 
rtmpgw_init()
{ 
     /mtd_rwcommon/rtmpgw -q -g 1935 
} 
rtmpgw_init
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
User avatar
fluffi444
SamyGO Project Donor
Posts: 569
Joined: Fri Apr 05, 2013 9:55 pm
Location: Germany

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

Post by fluffi444 »

Same with your script... made set -x to see output..

Made script rtmpgw_init with code of you...

root@(none) $ ./mtd_rwcommon/rtmpgw_init
+ rtmpgw_init
+ /mtd_rwcommon/rtmpgw -q -g 1935
Illegal instruction
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”