-
Problem...
Hey guys,
Ran into the Web TV wiki yesterday and started to work with it today, got allot of it working but i've ran into a problem... I'll start by describing what i got setup and get to the problem afterwards...
Server:
Debian with apache + mod_flvx installed (so apache can stream flv files)
Client:
Nokia N97
I've written a bash script to convert .avi files to .flv files, these flv files are availablle on the internet (tested them with VLC player, streaming them from the webserver)
I've written another bash script that creates the RSS file needed for the web TV widget, which is also available on the internet (so the widget can get the needed information)
I've edited the settings.js so it's set to the correct RSS URL and packaged it, send it to my phone via bluetooth and installed the widget.
The widget is working, retrieves the information from the RSS feed and everything just looks fine and works.
However, when i tap a video for playback i just get a white flash player screen and no video. The wlan connection details on the phone doesnt show any activity what so ever.
Did i miss something in the configuration for the widget for this to work? After writing those scripts and preparing the debian server i just dont want to get stuck on this, gotten this far idea eh :D
Thanks in advance,
XeroX
-
Re: Problem...
Howdy XeroX,
The current version of the template is for N8 only. It uses Flash Lite 4 and therefore will not work on earlier devices :(
We're working on a Flash Lite 3, ActionScript 2 version, whch will come available soon.
-
Re: Problem...
That explains it, is it still possible to use a different video format so the web tv widget bypasses the flash player? or is the flash player called before checking the video extension?
Looking forward to the Flash Lite 3 version!
Cheers,
XeroX
-
Re: Problem...
If you wish to play the videos in the native media player, you can modify the javascript code to do something like [URL="http://wiki.forum.nokia.com/index.php/CS001407_-_Opening_a_web_page_into_Web_browser_from_a_WRT_widget"]here[/URL] [CODE] widget.openURL(URLtovideo);[/CODE]