bakercp / ofxIpVideoGrabber

An openFrameworks addon for MJPEG streams (Axis IP Camera, mjpeg-streamer, etc.).
MIT License
104 stars 28 forks source link

Net Exception #8

Closed StraightfaceStudios closed 8 years ago

StraightfaceStudios commented 10 years ago

If I connect to two cameras simultaneously I get the error:

[ofxIPVideoGrabber:error] Exception : [bob]: Net Exception: Net subsystem not intitilized.

The first setup camera will succeed but the second (bob) will produce this error. Do you know where in the code IpVideoGrabber might be throwing this error?

It should be noted that this doesn't actually break the functionality, it's just an error printed to the console every time the app launches.

Thanks!

bakercp commented 10 years ago

Hmm ... it's an error likely thrown by an old version of Poco (in the sockets) -- what version of openFrameworks are you using?

StraightfaceStudios commented 10 years ago

0.7.4 so about a year old (inherited project).

bakercp commented 8 years ago

Closing this as 0.9.0 is the minimum supported.