Re: [nodejs] Audio stream thru nodejs?

2014-04-09 Thread Ket
I've tried this https://github.com/ebidel/html5can/tree/master/demos/audio_streamer It works. But there's a lot to be done to get the stream smooth. On Thursday, April 10, 2014 12:01:10 PM UTC+7, Nathan Rajlich wrote: > > I've done experimenting with this in the past, and in fact I've written a

Re: [nodejs] Audio stream thru nodejs?

2014-04-09 Thread Nathan Rajlich
I've done experimenting with this in the past, and in fact I've written a few relevant modules! node-icecast implements the "icecast protocol" and and decode metadata events from an icecast radio source, or can help inject icecast metadata events into an arbitrary audio data stream (i.e. MP3 audio

[nodejs] can we force stack dump in Node.js?

2014-04-09 Thread ming
Hi, Is it possible to force stack dump for a Node.js application just like Java's "kill -3"? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Grou

[nodejs] Re: Heartbleed bug - openssl leaking private keys :-((

2014-04-09 Thread Stuart P. Bentley
On Wednesday, April 9, 2014 10:29:06 AM UTC-7, Austin William Wright wrote: > > the act that default Node.js is unaffected was a complete coincidence > I wouldn't describe this as a *complete* coincidence: I've been using the term "80% dumb luck" to describe it. While the decision to disable hea

Re: [nodejs] Audio stream thru nodejs?

2014-04-09 Thread Aria Stewart
On Apr 9, 02014, at 15:27, Kevin Ingwersen wrote: > Thats plain awesome!! ^^ So I could replace my IceCast serveroo. > Thanks for the response, that is gonna be awesome! Absolutely. IceCast is barely more than HTTP. Just a few ‘gotcha!’ in the protocol to make it a little more str

Re: [nodejs] Audio stream thru nodejs?

2014-04-09 Thread Kevin Ingwersen
Thats plain awesome!! ^^ So I could replace my IceCast serveroo. Thanks for the response, that is gonna be awesome! Am Mi. Apr. 09 2014 21:23:46 schrieb Aria Stewart: > On Apr 9, 02014, at 14:48, Kevin Ingwersen wrote: > >> Hey! >> >> I do some DJing at some time and I enjoy sharin

Re: [nodejs] Re: Android(client) call to Node JS(server) with port no Post parameters example

2014-04-09 Thread Aria Stewart
On Apr 9, 02014, at 13:52, brijesh Kothari wrote: > Ya sure. I have my server side implementation done in NodeJS base. I want to > make android webservice call to NodeJS server let say http://192.168.1.5:8000 > with some post parameters. Give me reference link / code suggestions It’s just HTT

Re: [nodejs] Audio stream thru nodejs?

2014-04-09 Thread Aria Stewart
On Apr 9, 02014, at 14:48, Kevin Ingwersen wrote: > Hey! > > I do some DJing at some time and I enjoy sharing that on a little stream. But > on a random thought, I wondered if it would, theoreticaly, be possible to > stream an MP3 stream to nodejs, and have clients listen to that very stream?

[nodejs] Audio stream thru nodejs?

2014-04-09 Thread Kevin Ingwersen
Hey! I do some DJing at some time and I enjoy sharing that on a little stream. But on a random thought, I wondered if it would, theoreticaly, be possible to stream an MP3 stream to nodejs, and have clients listen to that very stream? I.e. thru a browser's tag? Kind regards, Ingwie. -- -- J

[nodejs] Re: [EXPERIMENT] Get your Floyd on, Node-powered!

2014-04-09 Thread daslicht
How about using VLC as source client ? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to

Re: [nodejs] Re: Android(client) call to Node JS(server) with port no Post parameters example

2014-04-09 Thread brijesh Kothari
Ya sure. I have my server side implementation done in NodeJS base. I want to make android webservice call to NodeJS server let say http://192.168.1.5:8000 with some post parameters. Give me reference link / code suggestions On Wed, Apr 9, 2014 at 12:31 PM, Floby wrote: > I have a hard time unde

[nodejs] Re: Heartbleed bug - openssl leaking private keys :-((

2014-04-09 Thread Austin William Wright
Many distributions link OpenSSL as a shared library, including RedHat, CentOS, Fedora, Debian, Ubuntu, Gentoo, and others. These are most certainly affected. Please check your running server directly to see if you're affected. http://filippo.io/Heartbleed/ seems to work well. I would *not* sug

Re: [nodejs] Re: [RFC] Debugger

2014-04-09 Thread Fedor Indutny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miroslav, This email sent to accumulate user feedback on the node's debugger, what does seem wrong to you? How do you feel about making it more gdb-like? Cheers, Fedor. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBAgAGBQJTRXLzAAoJEPsOEJW

Re: [nodejs] mongodb is so confusing!

2014-04-09 Thread Oleg Verych
> > It does not require mongoose. You can use the native mongodb driver > installed with `npm install mongodb` and require it with `mongodb = > require('mongodb')`. > > It does not requires a user being declared. You could have put your > method right away but that's kind of messy. Something l

[nodejs] Best Web Designing Services in Hyderabad, India, UK, USA, Canada

2014-04-09 Thread Zet Sophia
IMB web Services is a Best in Web Designingcompany in Hyderabad, India, UK, USA, Canada Singapore, for the E- Business industry. IMB web Services Providing Best web site designing and web site development services.Our company offers the most effective

[nodejs] Re: Converting PDF To Text From Node.Js In Memory

2014-04-09 Thread Floby
There's this article about using node.js to parse PDFs http://www.garysieling.com/blog/parsing-pdfs-at-scale-with-node-js-pdf-js-and-lunr-js You may also be interested in https://github.com/mozilla/pdf.js/ even though it is meant to run in the browser On Thursday, 3 April 2014 16:02:54 UTC+2, Jo

[nodejs] Re: Android(client) call to Node JS(server) with port no Post parameters example

2014-04-09 Thread Floby
I have a hard time understand what pointers you are asking for. Can you be more specific ? On Tuesday, 8 April 2014 21:14:19 UTC+2, brijesh Kothari wrote: > > Hi, > > I want to make my Android(client) app call to Node JS(server) with > specific port no Post parameters example. Please guide me an