-
BTW: Sorry my BAD english. I hope you can understand me.
2009-03-02 16:18:22 UTC in MJPG-streamer
-
Thank you Tom for the fast reply.
Yes, I have tried exactly the same, but I think I am not be clear.
I want to access only one file inside a folder, because I have a lot of files in this folder, and when I run, I get streamed all files, and I want only one.
The dirty workaround to this is using incrond to monitor for a file inside that folder, and then execute the copy command to the...
2009-03-02 16:16:59 UTC in MJPG-streamer
-
Hello. Thanks for this piece of code. it is very usesful.
I want to stream static files from a folder, but these files are not always present.
Example: I want to stream the file /tmp/apple.jpg because another software grab these files there. But after some time, these files are deleted or overwriten with the same name. I want to stream each time these files are overwriten, but put a black...
2009-03-01 04:21:51 UTC in MJPG-streamer
-
I have dansguardian installed in my server-gateway, and require user authentication. Dansguardian block direct internet acces, and redirect block proxy port 3128. So, each machine and msn must be configured to use the proxy 192.168.0.1 and port 8080 (DG port).
Here is my question. If I have each msn client configured as say above, how to block port 1863? Or how to redirect port 1863 to DG? I am...
2009-01-28 16:47:17 UTC in msn-proxy: the msn connection control
-
picsone committed patchset 676 of module rpms to the SME Server Contribs CVS repository, changing 2 files.
2008-06-29 08:33:34 UTC in SME Server Contribs
-
Well...
I have commented aou the line 549: binmode STDOUT, ':utf-8';
and now run ok.
2008-06-25 18:53:30 UTC in ezmlm-www
-
Alex, I have commeted this line and work ok, so I think there is no necesary to re-encode again because perl always use UTF-8 as say in perldoc -f binmode:
"...The ":encoding" also implicitly pushes on top of itself the ":utf8" layer because internally Perl will operate on UTF-8 encoded Unicode characters...".
2008-06-25 18:44:53 UTC in ezmlm-www
-
The problem is in the message content. Example:
Está funcionando bien
should be
Está funcionando bien
Changing only this line I fix the problem.
Try at:
http://www.unixlan.com.ar/list/index.cgi?0::5
I have undo the changes for you so you can see the problem.
2008-06-25 18:35:16 UTC in ezmlm-www
-
I have found one bug, because I use spanish characters, and not showed correctly via web.
In the file ezmlm-www.pl, the line 549 should be:
binmode STDOUT, ':utf-8';
instead of
binmode STDOUT, ':utf8';
Greeting
Normando Hall.
2008-06-25 18:24:57 UTC in ezmlm-www
-
At logout I have a few lines with the error:
Warning: cannot yet handle MBCS in html_entity_decode()! in xxxxxxx/etraxis/logon/logout.php on line 41
This is a php bug:
http://bugs.php.net/bug.php?id=25670
http://bugs.php.net/bug.php?id=27626
I have used the function at
http://us3.php.net/manual/en/function.html-entity-decode.php#75120
to resolve temporaly this issue.
2007-12-30 06:40:46 UTC in eTraxis