Page 4 of 12

Re: Install Apps on Pre-2010 TVs?

Posted: Mon Nov 22, 2010 9:51 pm
by lacibogi
hi,

pls, is it possible to change read only permissions on USB stck attached to TV. NTFS partition.
I want to copy those widgets into a NTFS USB stick, but it is read only.
ext3 USB stick works fine.

thx

Re: Install Apps on Pre-2010 TVs?

Posted: Tue Nov 23, 2010 4:58 pm
by juusso

Re: Install Apps on Pre-2010 TVs?

Posted: Sun Feb 20, 2011 3:41 pm
by and7ey
Has somebody tried to upgrade widget manager on B-series TVs?
Looks like widget manager is just set of javascript files. We can try:
1) take widget manager from C-series TVs - but they are encrypted on C-series, need to decrypt them.
2) take new widget manager from new B-series firmwares (if widget manager is new there)

NetPlayerB - NetPlayer for B series TV

Posted: Sun Mar 13, 2011 7:34 am
by juusso
NetPlayerB - NetPlayer for B series TV

Thanks to LAndrew - he ported NetPlayer from C series.
Widget has a limitations - if tv programm end time isn`t streamed (check on VLC), stream does not play on TV.

Download

Here are some channels already. I had success only with DanceTV, other channels won`t play at all.

Usage:
1. Pres play button first
2. get play on the menu bar - it`s buffering
3. after you get picture - switch to full screen

if you get stop after pressing play - channel isn`t supported and you can`t play it on this widget.
To add/modify channels - edit /XML/videoList.xml

Re: NetPlayerB - NetPlayer for B series TV

Posted: Sun Mar 13, 2011 12:26 pm
by moras86
Nice widget and7ey.
I was able to reduce widget size from 150kB to 90kB by optimizes PNG images.
Also add

Code: Select all

<autoUpdate>n</autoUpdate>
to config.xml file.
I'm create new archive and put widgetlist.xml file for easy install this from local server (only change IP address in this file).

Download

Image

Now we need longer list in videoList.xml
It's easy to change after install using FTP/telnet - patch is /mtd_down/widgets/user/NetPlayerB/XML

Thanks ;)

Re: Install Apps on Pre-2010 TVs?

Posted: Mon Mar 14, 2011 8:06 am
by nbd
Hello, this does not seem to be valid xml:

<link>mms://81.89.49.210/MUSICBOX?.wma&MSWMExt=.asf</link>

the & causes problems, maybe links should be put like this <link><![CDATA[mms://81.89.49.210/MUSICBOX?.wma&MSWMExt=.asf]]></link> or just use a simple text file

NetPlayerB - videoList.xml

Posted: Sat Mar 19, 2011 11:50 am
by moras86
User voo from ixbt.com forum find some streams working with NetPlayerB. Here is new videoList.xml:

Code: Select all

<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<item>
			<title>Dance TV</title>
			<link>mms://stream02.gtk.hu/dance_tvd</link>
			<description>Dance Music Video from Hungary | video: 720 x 420, 800 kb/s | audio: stereo, 128 kb/s, 44100 Hz</description>
		</item>
		<item>
			<title>HDTV1.cz</title>
			<link>mms://server3.streaming.cesnet.cz/hdtv1</link>
			<description>video: 1280 x 720, 2044 kb/s | audio: stereo, 128 kb/s, 48000 Hz</description>
		</item>
		<item>
			<title>Film1.cz</title>
			<link>mms://stream.hdtv1.cz/Film1cz-live</link>
			<description>video: 720 x 408, 415 kb/s | audio: stereo, 96 kb/s, 44100 Hz</description>
		</item>
		<item>
			<title>O2 Info</title>
			<link>mms://streaming.o2active.cz/o2tvinfo_high</link>
			<description>video: 540 x 432, 1599 kb/s | audio: stereo, 192 kb/s, 44100 Hz</description>
		</item>
	</channel>
</rss>

Re: Install Apps on Pre-2010 TVs?

Posted: Tue Mar 29, 2011 5:59 pm
by and7ey
raulvola, what works?