Page 83 of 110
Re: [App] More TV channels on E/F/H series
Posted: Sun Oct 30, 2016 5:24 pm
by wluczykijwf
Well, I fixed it.
Now if TV is turn off then any last change language audio track is saving on channels file.
Re: [App] More TV channels on E/F/H series
Posted: Sun Oct 30, 2016 11:08 pm
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
Re: [App] More TV channels on E/F/H series
Posted: Mon Oct 31, 2016 12:42 am
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

.
I wonder for use the ffmpeg to get more information by streams:
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.
Re: [App] More TV channels on E/F/H series
Posted: Mon Oct 31, 2016 2:13 am
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
Re: [App] More TV channels on E/F/H series
Posted: Sun Nov 06, 2016 8:23 pm
by wluczykijwf
New test but stable version OnlineTV v. 1.1.12.8.
Changelog:
- Fixed minor bugs
- Fixed bug with change channel on HDMI receiver
- Fixed bug with displayed more information about current audio stream
- Added memorizing current audio pid
- 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)
- Added display more information about stream
- Added icon for OnlineTV
- Fixed displaying icon in SmartHUB on E-series
- Fixed play stream on E-series
- 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:
- 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
- Put to TV ffmpeg or avconv app
- Set path in Settings.js script to ffmpeg or avconv app (default to ffmpeg)
Code: Select all
MoreStreamInfoExtAppPath: "/mtd_rwcommon/ffmpeg",
- Set delay in Settings.js for run script for get more stream info (default 5000 ms)
Re: [App] More TV channels on E/F/H series
Posted: Tue Nov 08, 2016 4:34 pm
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
Re: [App] More TV channels on E/F/H series
Posted: Tue Nov 08, 2016 7:21 pm
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.
Re: [App] More TV channels on E/F/H series
Posted: Tue Nov 08, 2016 7:27 pm
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.
Re: [App] More TV channels on E/F/H series
Posted: Tue Nov 08, 2016 7:29 pm
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.
Re: [App] More TV channels on E/F/H series
Posted: Tue Nov 08, 2016 7:32 pm
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/