HTML parsing to allow navigation of HTTP media servers
Streaming Media Player for Android
Brought to you by:
wseemann
I would like to browse a standard apache webserver directory listing for media files, which is protected by basic authentication. This seems to work for the first page, but after that the credentials are lost and it states "The url could not be opened", which is quite a bummer. Also sub-directories don't get evaluated correctly.
When I'm browsing http://192.168.1.222/media then the links are listed as:
http://192.168.1.222:80/subdirectory instead of:
http://192.168.1.222:80/media/subdirectory.
(Maybe due to the apache output being <a href="subdirectory/">subdirectory/</a>)