Rantanen / node-jitterbuffer

NodeJS binding to Speex Jitter Buffer
MIT License
15 stars 12 forks source link

undefined / segfault on initialize #3

Closed Kingles closed 9 years ago

Kingles commented 10 years ago

Hello! I'm attempting to use node-jitterbuffer with node-mumble, and am running into some issues. After installing jitterbuffer and attempting to require it via

var a = require('jitterbuffer');

I get: undefined undefined

Segmentation fault

I seem to be following your install instructions, even tried recompiling the c++ headers you suggested and am still getting issues. Any ideas?

Thanks,

Jeromy

Rantanen commented 10 years ago

Hey!

Can you give more information on your system? OS/Architecture/etc.

Also compiling the C++ bindings with debug info and running node through gdb should provide enough information to pinpoint the problem.

On Thu, Dec 12, 2013 at 12:04 AM, Jeromy notifications@github.com wrote:

Hello! I'm attempting to use node-jitterbuffer with node-mumble, and am running into some issues. After installing jitterbuffer and attempting to require it via

var a = require('jitterbuffer');

I get: undefined undefined

Segmentation fault

I seem to be following your install instructions, even tried recompiling the c++ headers you suggested and am still getting issues. Any ideas?

Thanks,

Jeromy

— Reply to this email directly or view it on GitHubhttps://github.com/Rantanen/node-jitterbuffer/issues/3 .

Kingles commented 10 years ago

Yeah, can do! Thanks for responding. I'll poke at this around lunch today!

Rantanen commented 9 years ago

Closing this due to inactivity