Page 2 of 110
Re: [APP] More TV channels on F series
Posted: Thu Feb 26, 2015 9:29 pm
by wluczykijwf
bobiturboto wrote:Everything working perfectly. I returned the default timeout to 5000 and changed the function.
It seems to me that timeout doesn't have to be so long. I am set
timeoutValue to 10 (seen on movie) and everything working.
Re: [APP] More TV channels on F series
Posted: Thu Feb 26, 2015 9:45 pm
by bobiturboto
Corrected, perfect now I am with the same !!!
Re: [APP] More TV channels on F series
Posted: Thu Feb 26, 2015 10:43 pm
by fluffi444
Nice app... works on ES also... Tested mms stram (one of yours)
Which stream types are supported?
m3u8 for instance gives me reboot...
Re: [APP] More TV channels on F series
Posted: Thu Feb 26, 2015 11:10 pm
by wluczykijwf
fluffi444 wrote:Nice app... works on ES also... Tested mms stram (one of yours)
Which stream types are supported?
m3u8 for instance gives me reboot...
Thank you.
The app plays all streams supported by your TV. My F8000 easily play M3U8 (HLS).
Re: [APP] More TV channels on F series
Posted: Thu Feb 26, 2015 11:38 pm
by fluffi444

Found it a second ago for myself (to set to HLS in xml instead of HTTP for M3U8)
Works immediately!!! Big thanks again!
So full support on ES also. Tested all the functions you listed.
Re: [APP] More TV channels on ES/F series
Posted: Mon Mar 02, 2015 9:12 pm
by kauczu
Great app!
Very useful

Is there any way to increase stream buffer? Some SD streams playing well, but higher resolutions streams gives me a copule seconds of play, and copule seconds of buffering and so on...
PS: I am really curious about SamusungTVServer application you mentioned earlier

Sounds promising
Pozdrawiam!
Re: [APP] More TV channels on ES/F series
Posted: Mon Mar 02, 2015 11:21 pm
by wluczykijwf
Thanks you.
kauczu wrote:Is there any way to increase stream buffer? Some SD streams playing well, but higher resolutions streams gives me a copule seconds of play, and copule seconds of buffering and so on...
You can try to modify the values of variables
initBuffPlayer and
totalBuffPlayer in
Player.js function, but I know from experience that the problem is on the server side (play the same stream eg in VLC on the PC).
Default values (KB):
Code: Select all
var Player =
{
//...
totalBuffPlayer: 1024,
initBuffPlayer : 512,
//...
};
Pozdrawiam!
Re: [APP] More TV channels on ES/F series
Posted: Tue Mar 03, 2015 1:15 am
by wluczykijwf
New test version!
- Fixed register/register Pause, PRE-CH, Number and AD/SUBT. keys for OnlineTV source
- Added support for the EXIT button (if you want to close the application onlineTV, then quickly press the EXIT key twice)
- Added support for INFO, CH LIST key for OnlineTV source with possibility in background watching
- Added support for GUIDE key for OnlineTV source with possibility in background watching (yet without scaling a video)
- Yet the INFO, CH List and GUIDE keys for one watch channel operate alternately, but allow you to manage the EPG content from libEPG by sectroyer
- Unfortunately, stream viewed in the background after keypress (INFO, CH LIST, GUIDE) briefly disappears
Re: [APP] More TV channels on ES/F series
Posted: Tue Mar 03, 2015 9:06 am
by greenhorn
does subtitle tracks work?
Re: [APP] More TV channels on ES/F series
Posted: Tue Mar 03, 2015 9:18 am
by wluczykijwf
greenhorn wrote:does subtitle tracks work?
Doesn't. Subtitles not work. App detect it is in stream, but they is will not displayed.
Support multi language audio (key AD/SUBT.).