Reply To: Crossfire (webbased/iPhone/iPodtouch) streaming client

#16292
Anonymous
Inactive

@mynnx wrote:

Did you ever get the issue with lighttpd resolved? I have been trying to get this to work on my FreeNAS machine using the lighttpd binaries that come with it, but certain cases actually cause the server to crash.

Oddly enough, I see the iPhone-friendly interface in Firefox, but I see the same white/blue tabular interface on my iPhone and in IE. Have you ever run across this?

One more question: I see that there are certain variables that are duplicated between config.xml and index.html – to change the behavior, should both be modified?

1. I’ve been working on the LightHTTPD problem for some time, but it does seem like a problem with the fast-cgi PHP binairy (and the way Byte-content is served through PHP). The only way to get around this is by using the internal_cache (which first copies the file from Firelfly, to the internal directory). This is an older workaround and can only be used in combination with the default.xml template

2. To change the default skin for your iPhone, edit the config.xml and specify the correct template. (if you like the jpint interface, you can use jpint_tiger.xml for instance).

3. The 0.5.0 index.html file should have a comment saying:
// use the config.xml file to change the application settions
The application variables in the index.html are overwritten by the values of the config.xml file. the Javascript currently located in the index.html file might be replaced in future versions, altough the config.xml will stay consistent and opts for backward compatibility (ignoring new features).
There are some cases where people want to edit the index.html file for adding their own features but generally, this can be done using the template scripts.

Cheers,
Tony