Re: Projet visio

2013-03-09 Thread Jacob C. Gaiski
Servers I've worked on have hosted up towards 300 with no problems. These are servers with basic specs as well and a few memory optimizations. I'm sure that with a dual core or quad core at that, you could easily reach the limit your looking for. Bandwidth should be standard;I'd go with fiber.

[no subject]

2013-03-31 Thread Jacob C. Gaiski
unsubscribe

'unknown' exception being thrown randomly on new instance?

2013-04-03 Thread Jacob C. Gaiski
Hello, I’m randomly receiving an “unknown” exception returned from the server. We have an implementation up that utilizes the OpenMeetings API as a ‘backend’ and connects multiple portals to it as organisation aliases. We created another portal like we always do, changed the endpoint configu

Re: 'unknown' exception being thrown randomly on new instance?

2013-04-03 Thread Jacob C. Gaiski
w instance? Hello Jake, It seems like line endings is broken in stack trace, very hard to get what is wrong ... What version of OM is this? Are you able to get this exception in browser (manually performing REST calls)? On Thu, Apr 4, 2013 at 7:58 AM, Jacob C. Gaiski wrote: Hello, I’m

Re: 'unknown' exception being thrown randomly on new instance?

2013-04-04 Thread Jacob C. Gaiski
e On Thu, Apr 4, 2013 at 9:01 AM, Jacob C. Gaiski wrote: Whoops, sorry about that. When I ran the calls through our REST API it consistently returned 16 regardless of what was sent, so long as all of the parameters were in the URL call. It could have a valid session, or an invalid s

Re: FFMPEG Issues

2013-04-12 Thread Jacob C. Gaiski
We're using ffmpeg in our implementation. We had to use a database as our intermediary and allow users to upload video then run a scheduler(custom c# console app) that then grab the SQL to determine what's next and performs the query given. Then, update your database to reflect the change :). S

Re: Ubuntu Install

2013-05-15 Thread Jacob C. Gaiski
http://httpd.apache.org/download.cgi Apache more often than other providers take their service down periodically. Try the link in 5~15 minutes if it is still broken from any of the links within the page above. From: Steve M. Baumgartner Sent: Wednesday, May 15, 2013 2:15 PM To: openmeetings-

Re: Ubuntu Install

2013-05-15 Thread Jacob C. Gaiski
you have received this e-mail in error please notify the sender immediately. From: Jacob C. Gaiski [mailto:jgai...@emich.edu] Sent: Wednesday, May 15, 2013 2:14 PM To: user@openmeetings.apache.org Subject: Re: Ubuntu Install http://httpd.apache.org/download.cgi Apache more often than other p

Re: Why don't calendar events expire?

2013-08-25 Thread Jacob C. Gaiski
Write a console app that scans the database and removes files after encoding. Though, if there's a corrupt video and the encoded video becomes corrupted, you'll have no fall back if say, a multithreaded random bug happens that causes your ffmpeg to run before the stream had closed. I did all

Re: Auto login: test loginUser()

2013-10-25 Thread Jacob C. Gaiski
The user requesting the secure hash must have admin permissions regardless of the user object attributed to the user. Attributing an admin user to a user object will grant admin permissions, granting anonymous user attributes will grant anonymous action. I'm fairly certain I'm correct. Please c