bakercp / IPCAM2SYPHON

An bridge that converts multiple IPCam video streams to Syphon textures.
MIT License
51 stars 11 forks source link

limited number of reconnections #3

Open grrrr opened 9 years ago

grrrr commented 9 years ago

Hi, thanks for the application! The main problem that i am having is the fixed number of reconnections (set to 20). My tool is supposed to run virtually forever, but the reconnection count inevitably goes down to zero after some time if the connection is not 100% stable. There are two possible solutions that would be very much appreciated:

bakercp commented 9 years ago

Hey, glad you found it useful! Yeah, I could see how this could be a problem. I'll update this for the latest openFrameworks 0.9.0 master sometime soon.

grrrr commented 9 years ago

thanks for your swift reply! i am in a hurry for an artistic project -- i will have to find a workaround very soon....

bakercp commented 9 years ago

Cool, it's been on my todo list, so how about this -- I'll fix it up ... if you send me a link to your project? Seeing work made with addons and apps helps keep me energized :)


http://christopherbaker.net

On Tue, Aug 11, 2015 at 1:18 PM, Thomas Grill notifications@github.com wrote:

thanks for your swift reply! i am in a hurry for an artistic project -- i will have to find a workaround very soon....

— Reply to this email directly or view it on GitHub https://github.com/bakercp/IPCAM2SYPHON/issues/3#issuecomment-130001802.

giorgiomoroder commented 8 years ago

any updates on this? thank you!!

bakercp commented 8 years ago

Hey @grrrr and @giorgiomoroder I did a big overhaul on this tonight. Now with unlimited (or limited) reconnects, a more stable threading system, etc. Please check out the develop branch and let me know if it looks good. If you can test it out, I'll make a build and release it.

You'll need the latest ofxSyphon, ofxIpVideoGrabber, and openFrameworks 0.9.3+.

giorgiomoroder commented 8 years ago

I don't know a lot about compiling these things, and I'm getting errors. I have ofxSyphon and ofxlpVideoGrabber in my OF addons folder, but when I try to compile the developer branch of IPCAM2SYPHON i get unknown type name "ofEventListener" on ofEventListener _exitListener;

and 2 other errors - I'm going to see what I can figure out but this is my first time compiling anything other than examples

thomkav commented 7 years ago

@grrrr @bakercp @giorgiomoroder - Hi there. I'm using this wonderful piece of software in live performance. The limited reconnection issue is only nagging issue for us: across 4 hrs of performance our favorite camera seems to time out. Any progress with compiling bakercp's version?

I'm a newbie to programming, but I could compile this myself if I knew what IDE or language you'd recommend opening the project in.

efforts much appreciated. thanks to all who put in on this.