similar to: metadata 2

Displaying 20 results from an estimated 400 matches similar to: "metadata 2"

2014 Mar 24
0
metadata 2
you could set up a php yp-server and add a line in the icecast config $email = "you at somewhere"; if($_REQUEST['action'] == "remove"){ header("YPResponse: 1"); header("YPMessage: Deleted server info."); mail($email,'YP debug: remove stream',print_r($_REQUEST,true)); } if($_REQUEST['action'] ==
2005 Mar 29
2
Nicecast
So I just setup my Icecast server on my unix box but I am having trouble with Nicecast in trying to send a stream to it. Nicecast connects to the server fine when I leave the mountpoint setting blank but when I put something in there, it fails to login. Regardless, neither alternative produces a working stream. Although, when I don?t enter a mountpoint and the broadcast is playing, my icecast
2004 Aug 06
3
Icecast's YP bugs
Ok I've been discovering many bugs in Icecast's YP implementation.. The most serious of which is, if a YP server is rejecting a stream the server has a memory leak which, as it continues to re-try to publish it's rejected streams, grows until the server segfaults. On our server, for instance, we're relaying shoutcast streams (which does not relay the stream name and other
2014 Mar 23
1
read out metadata 'on the fly'
<div>Hi folks,</div><div>š</div><div>I still have an unsolved problem.</div><div>I want to read out the meta-data of audio-files on the fly (that means while playing them lets say with MIXXX) and compare them with a mysql-database by php.</div><div>I have not a problem with PHP-scripts or SQL-syntax but instead no idea how to get the meta-data
2014 Mar 23
1
metadata 2
<div>Hello Thomas,</div><div>š</div><div>excuse me please, but I am subscribed in so many newsletter-systems that I sometimes overlook or worse, delte important things.</div><div>I have your reply no more in my /Inbox/Mailing_list/useful folder.</div><div>Can you please reflect on this topic in brief again or much better send me you last
2014 May 22
3
Icecast 'client'
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I just mind that Icecast has its own client... Have been surprised as I found out they there is no... Strange... Whatever... Am 22.05.2014 23:49, schrieb Denis Smajlovic: > Hi, > > What is wrong with listening to the stream using HTTP on port 8000 > on your server? > > And what is wrong with using VLC? > > /Denis :-) On 22
2014 May 22
4
Icecast 'client'
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks, actually and once again quite busy I'd really appreciate a quick hint or explanation... Somehow I dont get it... :-/ Although I'll soon (as soon I have a more powerful server - actually a friend of mine is hosting my site in a small cluster) install and use the icecast-server for my streaming-purposes I don't understand how to
2013 Jun 18
0
[LLVMdev] ARM struct byval size > 64 triggers failure
Hi Rajesh, The callee code looks okay to me > Assembly for check114 > --------------------------------------------------------------- > sub sp, sp, #16 > push {r11, lr} > mov r11, sp > sub sp, sp, #8 > str r3, [r11, #20] > str r2, [r11, #16] > str r1, [r11, #12] > ldr r1,
2013 Jun 18
3
[LLVMdev] ARM struct byval size > 64 triggers failure
An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130618/5b2a15e3/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 201306181656803_BEI0XT4N.gif Type: image/gif Size: 14036 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130618/5b2a15e3/attachment.gif>
2013 Jun 20
1
[LLVMdev] ARM struct byval size > 64 triggers failure
> - "since ABI says the stack pointer needs to be 8 byte aligned at function entry point" (taken from Manman's reply) > What will be considered as entry point here? > Is it place of SP Adjustments "sub sp, sp, #16" > (Or) Is it place of first user instruction(end of prologue) "ldr r2, .LCPI0_0" Eight byte stack alignment is a
2015 Jul 09
2
[LLVMdev] llvm jit acting at runtime, like libgccjit ?
Hello, i mainly code in c/c++ on linux. I would like to know if I can generate code at runtime using llvm, like libgccjit -> https://gcc.gnu.org/onlinedocs/jit/ My needs are : create functions, conditions, loops at runtime. libgccjit does the job pretty well but I would like to test llvm too (licence issue). Is it possible ? Is there a resource that helps in that regard ? Kaleidoscope
2016 Mar 24
0
Clang Preprocessor Speed Up
First, surely the right place for this discussion is the cfe-dev mailing list? Second, have you determined that this is a noticeable amount of time when compiling? I have no idea - in my Pascal compiler, parsing the code is ~0.1%, codegen to IR ~1.9% and LLVM 98%. But I'm sure Clang is more complex in many ways, so the proportion is probably a bit different - a measurement of the time spent
2013 May 20
2
VM Slowness
I hope this in the right list, but I was wondering if someone could help me with a VM I have that has lately started having problems. It had been running for years without problems. It's possible an update is causing this, but I can't say. The VM is running CentOS 5.8 and after a time, the machine begins to slow down. Things like pings or running commands lag. If I reboot the VM, it runs
2015 Jul 02
2
Custom header when busy
<div>Is there any chance to create feature request for that useful functionality?</div><div>š</div><div>02.07.2015, 14:03, "Rusty Newton" <rnewton@digium.com>:</div><blockquote type="cite"><div><div><div>On Wed, Jul 1, 2015 at 4:46 AM, <span><<a href="mailto:royj@yandex.ru"
2016 Mar 24
2
Clang Preprocessor Speed Up
Hello, folks! Currently me with one other guy are trying to play with clang. The proposal may seem stupid, excuse me, if it was already discussed, we just want to try to implement something useful which seems absent for now. Ok, the idea. It seems interesting to try to make lexer a little bit more efficient in terms of macro expanding by applying partial expansion of macros. the idea is that
2005 Dec 21
2
what is print_r in rails
hey, i know u have in php print_r or echo, so that the browser print the variable on top of page, no matter what what is this in rails?? put doesnt seem to work Thanks Nick
2015 Jul 13
2
[LLVMdev] Poor register allocations vs gcc
<br />Hello, <br />Ecx is a problem because you have to xor it. Which is avoided in the gcc compilation. Fomit-pointer-frame helps.<br /><br />Now llvm is one instruction from gcc. If ecx was not used, it would be as fast.<br />-- <br />Sent from Yandex.Mail for mobile<br /><br />20:03, 13 July 2015, Matthias Braun <mbraun@apple.com>:<br
2015 Jul 02
3
Custom header when busy
<div>Thanks for the tip. Our goal is to know that call-limit is triggered. And later analyze this info, maybe do some action.</div><div>Yes, we can parse CDRs or execute AGI script but we do not want inmplement this logic on Asterisk because it can affectš<span>performance.</span></div><div>š</div><div>02.07.2015, 15:31, "jg"
2004 May 29
1
prerelease of the Postfish
Hello folks, Although Jack graciously permitted me to keep tinkering on the Postfish alongside OggFile work ;-) allowing it to sit there in a partially tinkered state continued to be a distraction. So yesterday and today I cleaned up the source repository and put together a prerelease. With this prerelease, I'm putting the project out of mind until I put out a beta of OggFile. Actually,
2004 May 29
1
prerelease of the Postfish
Hello folks, Although Jack graciously permitted me to keep tinkering on the Postfish alongside OggFile work ;-) allowing it to sit there in a partially tinkered state continued to be a distraction. So yesterday and today I cleaned up the source repository and put together a prerelease. With this prerelease, I'm putting the project out of mind until I put out a beta of OggFile. Actually,