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

0rion
SamyGO Project Donor
Posts: 5
Joined: Thu Feb 11, 2016 8:54 pm
Location: Poland

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

Post by 0rion »

wluczykijwf wrote:
0rion wrote:
wluczykijwf wrote:Have you install rtmpgw on TV?
Yes. rtmpgw is listening on port 1935. As I mentioned earlier opening in PC browser URL http://<TV set IP>:1935/?r=rtmp://stream.smcloud.net/live2/eska_rock/eska_rock_720pt plays video and sound.
How have you set type for this link in TVList.xml file?
An example TVList.xml configuration fragment I gave when I report issue viewtopic.php?f=63&t=8760&start=350#p86549
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post by wluczykijwf »

0rion wrote:[...]An example TVList.xml configuration fragment I gave when I report issue viewtopic.php?f=63&t=8760&start=350#p86549
Exacly. Wrong.
Should be:

Code: Select all

<link>http://127.0.0.1:1935/?r=rtmp://144.76.154.14/live/tvn24</link>
<type>HTTP</type>
or

Code: Select all

<link>http://<TV set IP>:1935/?r=rtmp://144.76.154.14/live/tvn24</link>
<type>HTTP</type>
Player dosen't streaming rtmp protocol only http. This does the rtmpgw.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
0rion
SamyGO Project Donor
Posts: 5
Joined: Thu Feb 11, 2016 8:54 pm
Location: Poland

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

Post by 0rion »

wluczykijwf wrote:

Code: Select all

<link>http://<TV set IP>:1935/?r=rtmp://144.76.154.14/live/tvn24</link>
<type>HTTP</type>
Player dosen't streaming rtmp protocol only http. This does the rtmpgw.
Second variant works. Thank you. I found RTSP type after analyzing the Player.js code, but apparently this is the wrong way.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post by wluczykijwf »

New stable version OnlineTV v. 1.1.5.
Changelog:
  • 1. Fixed loading OnlineTV channel when app started form it.
    2. Added displayed info about current program (green key).
    info.png
    3. Added displayed list of currnet porgram with order by progress and categories - The Now on TV GUIDE (blue key)
    categorylist.jpg
    Navigated on window by navigate key (left, rigth, up, down, enter -> change selected channel)
    4. Added timer in log
To display info about a current program and display a list for a categories of a current programs should have:
  • 1. If you don't already have it install libEPG by @sectroyer
    2. Create libEPG.config via libEPG_xml2josn v. 1.5.0.2. or last version
    3. Install a OnlineTVDataForGUIDE app
    4. Exctrat directory from the archive runOnlineTVDataForGUIDE.zip with scripts to the directory:
    • on E/F series to /mnt/phpsysinfo/
    • on H series to /mnt/var/www/phpsysinfo/
    5. Find in the directory runOnlineTVDataForGUIDE a scripts runOnlineTVExtendText.sh and runOnlineTVDataForGUIDE.sh and set permission for them.
    6. Restart TV
    Warning: Don't mix OnlineTVDataForGUIDE and OnlineTVExText. If use OnlineTVExText disable it.
You do not have the required permissions to view the files attached to this post.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
gogo
SamyGO Project Donor
Posts: 185
Joined: Sat May 17, 2014 9:24 am
Location: Croatia

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

Post by gogo »

Can you post your TvList.xml or give some example how to set categories.
And which arg do I use for OnlineTVDataForGUIDE.
I'm trying to set new version of OnlineTV, but categories don't have any informations.
Samsung TV: UE46F6500
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post by wluczykijwf »

gogo wrote:Can you post your TvList.xml or give some example how to set categories.
And which arg do I use for OnlineTVDataForGUIDE.
I'm trying to set new version of OnlineTV, but categories don't have any informations.
The app the categories get automatic from EPG data.
A new category be created when belong to it at least two current programs.
If you use the libEPG_xml2josn to created libEPG.config then it sets the category in first line and first item. If there hasn't then I propose change epg provider.

If you have installed properly the scripts from the archive runOnlineTVDataForGUIDE.zip then args dosen't matter for the libOnlineTVDataForGUIDE.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
djlex
SamyGO Project Donor
Posts: 26
Joined: Tue Jan 07, 2014 4:58 pm

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

Post by djlex »

Hello

Where can i found the onlinetv log file on H serie.

Thanks
UE48H8000 ----> UE48H8090 GFPDEUC 1270.3 ------> 1322 -----> back to 1270 and working well (1322 not good tv to slow and hangs) (rooted)

UE32M5590
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post by wluczykijwf »

djlex wrote:[...]Where can i found the onlinetv log file on H serie.[...]
Try you find in a directory: /mtd_unirw/rwcommon/common/OnlineTV
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 E/F/H series

Post by wluczykijwf »

I fixed the scripts runOnlineTVExtendText.sh and runOnlineTVDataForGUIDE.sh (archive runOnlineTVDataForGUIDE.zip).
I had set wrong path to the libOnlineTVDataForGUIDE.so.
It was:
  • 1.runOnlineTVExtendText.sh

    Code: Select all

    samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/OnlineTV/libOnlineTVDataForGUIDE.so CURRENT_CHANNEL_EPG:$type
    2.runOnlineTVDataForGUIDE.sh

    Code: Select all

    samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/OnlineTV/libOnlineTVDataForGUIDE.so CURRENT_LIST_EPG
It is:
  • 1.runOnlineTVExtendText.sh

    Code: Select all

    samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libOnlineTV/libOnlineTVDataForGUIDE.so CURRENT_CHANNEL_EPG:$type
    2.runOnlineTVDataForGUIDE.sh

    Code: Select all

    samyGOso -d -A -B -l /mnt/opt/privateer/usr/libso/libOnlineTV/libOnlineTVDataForGUIDE.so CURRENT_LIST_EPG
@cvxcvx, thanks for the report.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
gogo
SamyGO Project Donor
Posts: 185
Joined: Sat May 17, 2014 9:24 am
Location: Croatia

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

Post by gogo »

wluczykijwf can you if it's possible implement automatic resize/fit TV channels logos in logo 'area'
I use those logos in kodi/xbmc they automatic fit in logo 'area'
See in screenshoot logos is to big or to small.
Logos web links:
http://www.lyngsat-logo.com/tvchannel/h ... atska.html
http://www.mojtv.hr/m2/img/ch/218.png
You do not have the required permissions to view the files attached to this post.
Samsung TV: UE46F6500

Post Reply

Return to “[F] Software”