Displaying 2 results from an estimated 2 matches for "audio_fil".
Did you mean:
audio_file
2007 Feb 22
4
Modifying Apache Conf To Block Leachers
...39;'m wondering if someone
else has any suggestions on getting this to work... I would expect
this to send the user to error.html if the referrer is not the site
in question but nothing at all happens...
Any suggestions appreciated, this stuff drives me batty.
URL: http://www.mysite.com/audio_file/the_audio_file/file.mp3
RewriteCond %{REQUEST_FILENAME} .*mp3$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !mysite\.com [NC]
RewriteCond %{HTTP_REFERER} !friendlysite\.com [NC]
RewriteCond %{HTTP_REFERER} !google\. [NC]
RewriteCond %{HTTP_REFERER} !search\?q=cache [NC]
Rewrit...
2004 Aug 06
0
programming with libshout
...o... I have a doubt with the use of shout_send()... at low level, what
should it send? the example reads from "stdin" and sends the read buffer
with shout_send, but... where should fread() read from (behind the stdin)? I
could think about something like this (for example)
mpg123 "audio_file" ---> stdout --pipe-- stdin <--- libshout_application
I include the little part of the example code I don't understand how it
works, specifically fromwhere it gets the data... what should be received on
STDIN?
and... in the case of record from the microphone, should I rec to std...