t-hack.com

English - X300T / X301T / DIT9719 / KISS KMM / BT Vision / Bluewin TV-Box / V-BOX/ VIP 1216 or similar Hardware => Software => Topic started by: xmob on 30. Apr 2009, 16:52

Title: HTML/HTTP content
Post by: xmob on 30. Apr 2009, 16:52
I've seen several posts giving an indication that users have been able to get their BT Vision box to talk HTTP and render HTML.

Try as I might, I cannot seem to manage this.   >:(

I get a black screen with "Starting. Please wait.", then nothing else?

What have I got wrong?
Title: Re: HTML/HTTP content
Post by: is0-mick on 30. Apr 2009, 18:30
What modifications have you done to your box?

Mick
Title: Re: HTML/HTTP content
Post by: xmob on 30. Apr 2009, 19:19
I've added the mod chip, which is working fine.  (Did you know a dead ATX power supply has all the parts needed to make an RS232 AVR programmer?  :) )
Also patched NK.BIN and modified a few xml files as per your howto.

Just as a test, I tried a href to a web server on a local machine on my network.  No request was ever made to the web server.
Title: Re: HTML/HTTP content
Post by: xmob on 30. Apr 2009, 19:55
More specifically:
I have edited [font=courier]BootstrapDiag.xml[/font] so that one of the hrefs points to a plain HTML file on my server.

Interestingly the [font=courier]file:[/font] hrefs to files on the device do the same thing also.
Title: Re: HTML/HTTP content
Post by: xmob on 07. May 2009, 19:48
Just as a matter of interest, what is the browser based on?  Is it PIE on IE4CE?
Title: Re: HTML/HTTP content
Post by: mce2222 on 07. May 2009, 20:21
mobile IE6
Title: Re: HTML/HTTP content
Post by: is0-mick on 07. May 2009, 23:41

I've added the mod chip, which is working fine.  (Did you know a dead ATX power supply has all the parts needed to make an RS232 AVR programmer?  :) )
Also patched NK.BIN and modified a few xml files as per your howto.

Just as a test, I tried a href to a web server on a local machine on my network.  No request was ever made to the web server.


Cool, Glad to see someone else having a mess about with these :)

Not sure what modified tv2client you are using (if any)

Mick
Title: Re: HTML/HTTP content
Post by: xmob on 07. May 2009, 23:50

Not sure what modified tv2client you are using (if any)


I'm not.   :-\

I think I need somebody to PM me some help.   ;)
Title: Re: HTML/HTTP content
Post by: xmob on 08. May 2009, 14:25
When starting tv2tasman.exe from the web interface I get this error:
Code: [Select]

2.try... The system cannot find the file specified. nativeCode:-2147479552 errorCode:-2147467259 base:System.ComponentModel.Win32Exception: The system cannot find the file specified.
at System.Diagnostics.PalErrors.Error()
at System.Diagnostics.Process.StartWithCreateProcess()
at System.Diagnostics.Process.Start()
at BooterCE.Httpd.HttpServer.executeFile()
at BooterCE.Httpd.HttpServer.handleCommand()
at BooterCE.Httpd.HttpServer.OnResponse()
at BooterCE.Httpd.HttpRequest.Process()


I have a feeling I'm missing something obvious here.   ???
Title: Re: HTML/HTTP content
Post by: Mulder3 on 08. May 2009, 16:27

mobile IE6


No, it´s not based on mobile IE6 nor Desktop IE6, as matter of fact, Tasman is a way better than IE6(mobile or desktop) in terms of standards compliance, tasman is based on old IE mac version.
more info: http://en.wikipedia.org/wiki/Tasman_(layout_engine)

My provider(Portugal Telecom) has some xhtml pages on a server and i redirect them on my router to my own web server, so i can display content on a normal unmodified box, actualy i have written a youtube client(using youtube api and some magic to get the actual flv url from youtube IDs) in php+xhtml+css+javascript using a custom CGI written in C that wrapps FFmpeg, so i can do the transcoding of flash video(FLV) to WMV9 on the fly. It´s currently in beta, but i plan to release it (GPL) when it´s ready.
I normally use Firefox and Microsoft Entourage for Mac 2004 (2008 doesn´t use Tasman, it uses Apple's WebKit) for testing since we don´t have access to the official emulator.
Title: Re: HTML/HTTP content
Post by: is0-mick on 08. May 2009, 21:38

When starting tv2tasman.exe from the web interface I get this error:
Code: [Select]

2.try... The system cannot find the file specified. nativeCode:-2147479552 errorCode:-2147467259 base:System.ComponentModel.Win32Exception: The system cannot find the file specified.
at System.Diagnostics.PalErrors.Error()
at System.Diagnostics.Process.StartWithCreateProcess()
at System.Diagnostics.Process.Start()
at BooterCE.Httpd.HttpServer.executeFile()
at BooterCE.Httpd.HttpServer.handleCommand()
at BooterCE.Httpd.HttpServer.OnResponse()
at BooterCE.Httpd.HttpRequest.Process()


I have a feeling I'm missing something obvious here.   ???


Yep its the file protection on winCE, trust model. it only allows signed executables to be ran from outside the windows folder.

I guess its because we broke the signature on booterCE, (but thats ok as its inside the windows folder), but when it tries to execute a process outside of that folder it fails.. (probably due to it being an unsigned app trying to execute something outside of the windows folder).

Patching nk.bin with the tool should correct this problem :)

Mick
Title: Re: HTML/HTTP content
Post by: is0-mick on 08. May 2009, 21:39


actualy i have written a youtube client(using youtube api and some magic to get the actual flv url from youtube IDs) in php+xhtml+css+javascript using a custom CGI written in C that wrapps FFmpeg, so i can do the transcoding of flash video(FLV) to WMV9 on the fly. It´s currently in beta, but i plan to release it (GPL) when it´s ready.



Cool, I look forward to seeing it :)

Mick
Title: Re: HTML/HTTP content
Post by: meomais on 09. Mar 2011, 19:28

My provider(Portugal Telecom) has some xhtml pages on a server and i redirect them on my router to my own web server, so i can display content on a normal unmodified box, actualy i have written a youtube client(using youtube api and some magic to get the actual flv url from youtube IDs) in php+xhtml+css+javascript using a custom CGI written in C that wrapps FFmpeg, so i can do the transcoding of flash video(FLV) to WMV9 on the fly. It´s currently in beta, but i plan to release it (GPL) when it´s ready.


Can you (or someone else), tell me how i can encode to WMV9 using Linux (ffmpeg or not) ?
Thanks
Title: Re: HTML/HTTP content
Post by: FantomWizard on 05. May 2013, 21:08
I'm sorry that I'm reactivating this thread.

I managed to display a page from my web-server. Somewhere on the internet I found that the Tasman Engine supports mms streams. Now, the problem is how can I play one. Or, how can I play video from the internet/network without modding the device.