[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 E/F/H series

Post by wluczykijwf »

Well, I fixed it.
Now if TV is turn off then any last change language audio track is saving on channels file.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

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

Post by bobiturboto »

Perfect works like a charm! Now we have even more than the default Samsung extras. Finally I can enjoy 4fun hits without switching the audio every time. Thank you you are the best!

Sent from my D6503 using Tapatalk
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 »

bobiturboto wrote:Perfect works like a charm! Now we have even more than the default Samsung extras. Finally I can enjoy 4fun hits without switching the audio every time.
Well :D.
I wonder for use the ffmpeg to get more information by streams:

Code: Select all

./ffmpeg -i link_to_stream
Example informations:

Code: Select all

Duration: N/A, start: 5547.776911, bitrate: N/A
  Program 5101
    Stream #0:0[0xa0]: Video: h264 ([27][0][0][0] / 0x001B), none, 50 fps, 50 tbr, 90k tbn, 180k tbc
    Stream #0:1[0x50](pol): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), 384 kb/s
    Stream #0:2[0x51](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), 384 kb/s
    Stream #0:3[0x2bd](pol): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
    Stream #0:4[0x29a]: Unknown: none ([192][0][0][0] / 0x00C0)
    Stream #0:5[0x29b]: Unknown: none ([193][0][0][0] / 0x00C1)
It [0xa0] is a vpid and it: [0x50] is a apid for first audio stream and ect.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

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

Post by bobiturboto »

I think is a good idea. We can have a property something like prefer_ac3=true and then automatically switch if ac3 is present. Then the functionality will be complete

Sent from my D6503 using Tapatalk
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 test but stable version OnlineTV v. 1.1.12.8.
Changelog:
  1. Fixed minor bugs
  2. Fixed bug with change channel on HDMI receiver
  3. Fixed bug with displayed more information about current audio stream
  4. Added memorizing current audio pid
  5. In the Now on TV GUIDE:
    • Added finding and setting current channel on porgrams list when selected All category
    • Added all channels to All category
    • Added displaying description for selected program (yellow key)
  6. Added display more information about stream
  7. Added icon for OnlineTV
  8. Fixed displaying icon in SmartHUB on E-series
  9. Fixed play stream on E-series
  10. Minor fixed for Reload function
    20161106185542.jpg
If play stream first time then for default delay (5000 ms) must wait around 10 sec for display more information about stream (data is saving to /common/OnlineTV/streamInfos file).
If play stream second and next time then immediately display more information about stream (data is reading from /common/OnlineTV/streamInfos file).
Usage:
  1. Install or update scripts from archive listCH.zip:
    • Extract files and put directory listCH to: /mnt/phpsysinfo/ (directory on E/F series)
    • or extract files and put directory listCH to: /mnt/var/www/phpsysinfo/ (directory on H series)
    • Set permissions for: listCH.sh, GetStreamInfo.sh scripts
    • Reboot TV
  2. Put to TV ffmpeg or avconv app
  3. Set path in Settings.js script to ffmpeg or avconv app (default to ffmpeg)

    Code: Select all

    MoreStreamInfoExtAppPath: "/mtd_rwcommon/ffmpeg",
  4. Set delay in Settings.js for run script for get more stream info (default 5000 ms)

    Code: Select all

    DelayMoreStreamInfo: 5000,
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
meiser
SamyGO Project Donor
Posts: 21
Joined: Tue Nov 08, 2016 4:28 pm

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

Post by meiser »

Hi,

someone wrote that you can use your OnlineTV app with tvheadend (https://github.com/gregpabian/tvhplayer/issues/1).

Could you help me how I install and configure you app to work with it? I own a Samsung UE37ES6710S (running latest FW).

Thanks a lot in advance,
meiser
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 remove the fix "Fixed bug with change channel on HDMI receiver". It caused the error of channel switching.
Please update to last version OnlineTV v. 1.1.12.3.
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 »

meiser wrote:[...] Could you help me how I install and configure you app to work with it? I own a Samsung UE37ES6710S (running latest FW)
Description is first post this topic. Before use you must have a root TV! I do not know whats is the tvheadend. If it gives a link to play a stream them probably it can using with OnlineTV.
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 »

meiser wrote:Hi,

someone wrote that you can use your OnlineTV app with tvheadend (https://github.com/gregpabian/tvhplayer/issues/1).

Could you help me how I install and configure you app to work with it? I own a Samsung UE37ES6710S (running latest FW).

Thanks a lot in advance,
meiser
Yes you can.
First generate tvheadend player playlist
In Linux you can download with wget command:
wget http://localhost:9981/playlist
or download with web browser
open playlist file in text editor
then take generated link eg.:
http://localhost:9981/stream/channelid/ ... ofile=pass
Remove form end of link '=pass' otherwise it won't work and replace 'localhost' with tvheadend PC/server IP
and copy to TvList.xml file edited link.
Open 9981 port in firewall/router.
Samsung TV: UE46F6500
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 wrote:
meiser wrote:[...] Could you help me how I install and configure you app to work with it? I own a Samsung UE37ES6710S (running latest FW)
Description is first post this topic. Before use you must have a root TV! I do not know whats is the tvheadend. If it gives a link to play a stream them probably it can using with OnlineTV.
https://tvheadend.org/
Samsung TV: UE46F6500

Post Reply

Return to “[F] Software”