Karlchen

Results 223 comments of Karlchen

@tietzc If you have the debug log available, please post it in this issue.

Please, add a section to `doc/compile` to explain usage.

It looks like your network setup is not as required. See here https://docs.gerbera.io/en/latest/run.html#network-setup

Can you run a test with current master, because there were some changes regarding cookies incl. security which may change the behaviour on your system.

Does the browser print any message on web console?

The thing I was asking for is your browsers console; `F12` works on most browsers.

As far as I remember, mt did not use jquery or at least embedded its javascript in the html page. The issue is CORS which can be fixed, given time.

It has to be added to the header on server side.

Can you try building pupnp 1.14.12 an add the following lines before https://github.com/pupnp/pupnp/blob/3f58a6479e8100c83b8df2b45e4718c78213ec90/upnp/src/genlib/net/http/webserver.c#L1340 ``` { UpnpListHead* eHeader = UpnpFileInfo_get_ExtraHeadersList(finfo); UpnpExtraHeaders* h = UpnpExtraHeaders_new(); UpnpExtraHeaders_set_resp(h, "Access-Control-Allow-Origin: *"); UpnpListInsert(eHeader, UpnpListEnd(eHeader), UpnpExtraHeaders_get_node(h)); }...

Good point. Does not happen very often, but would be really helpful to test a script. Could even be based on autoscan mechanisms (inotify, timed)