Description:
This is a player for online streaming content like movies or radio. You do not have to open the opera browser and navigate to the specific website everytime you want to view the TV news. With this application, only 3 taps are needed to watch your favourite TV or radio show!
How it works:
This application consists of 2 parts, the parser and the player. The parser runs as php script on a webserver, it fetches the streaming websites and parses their xhtml code, extracting all playable links. The result is transfered to the client which is on your windows mobile device. Every streaming website needs a custom parser, but this is very simple dom processing, it’s very easy to write your own parser.
Here are two sample websites which are German:
http://tvthek.orf.at
and
http://www.3sat.de/mediathek/rss/mediathek.xml.
Tested on HTC HD2 and Xperia X1.
Download:
This is a very early release, it’s just for first testing and getting an idea of what it should be somewhere in the future.
If you like this project, please consider donate to the developer.
Update Description:
v0.2:
- Fixed the OutOfMemory - Exception when stream list is very large.
- Added fullscreen playback.
v0.1:
- Started the app, can browse and watch streams.