You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
(11) |
2007 |
Jan
(2) |
Feb
(2) |
Mar
(1) |
Apr
|
May
(7) |
Jun
(3) |
Jul
(5) |
Aug
(21) |
Sep
(7) |
Oct
(4) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
(5) |
Mar
(4) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(6) |
Dec
(3) |
2009 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(1) |
Jun
(8) |
Jul
(8) |
Aug
(19) |
Sep
(23) |
Oct
(20) |
Nov
(5) |
Dec
(9) |
2010 |
Jan
(16) |
Feb
(20) |
Mar
(5) |
Apr
(1) |
May
(2) |
Jun
(10) |
Jul
(5) |
Aug
(3) |
Sep
(1) |
Oct
(2) |
Nov
(8) |
Dec
(2) |
2011 |
Jan
(7) |
Feb
(1) |
Mar
(3) |
Apr
(4) |
May
(4) |
Jun
|
Jul
|
Aug
(15) |
Sep
(5) |
Oct
(4) |
Nov
(6) |
Dec
(2) |
2012 |
Jan
(4) |
Feb
(7) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
(3) |
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(5) |
May
(1) |
Jun
(6) |
Jul
|
Aug
(6) |
Sep
(5) |
Oct
(4) |
Nov
(4) |
Dec
(5) |
2014 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(6) |
Oct
(5) |
Nov
(22) |
Dec
(5) |
2015 |
Jan
(5) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(5) |
Jun
(6) |
Jul
(5) |
Aug
|
Sep
(5) |
Oct
(2) |
Nov
(5) |
Dec
(1) |
2016 |
Jan
(1) |
Feb
(2) |
Mar
(6) |
Apr
(4) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
(4) |
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2021 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(5) |
2
(4) |
3
(1) |
4
|
5
(4) |
6
(1) |
7
|
8
(1) |
9
|
10
|
11
(1) |
12
|
13
|
14
|
15
|
16
|
17
(1) |
18
|
19
|
20
|
21
|
22
|
23
|
24
(1) |
25
(1) |
26
|
27
|
28
|
|
|
|
|
|
|
From: Henri H. <he...@or...> - 2010-02-25 15:08:53
|
Actually, good question Sergey, the latest Windows installer on sf (svn ref 673) has this VAD feature (introduced svn rev 672), the Linux version (svn rev 671) does not have it though. Henri _____ From: Sergey Komarov [mailto:svk...@ya...] Sent: 24 February 2010 18:51 To: Henri Herscher Subject: RE: [Oreka-devel] add extra start-stop strings for RTP recording forgot to ask.. can i just download the latest one ? does it have this feature? Rgs, Sergey. --- On Thu, 25/2/10, Henri Herscher <he...@or...> wrote: From: Henri Herscher <he...@or...> Subject: RE: [Oreka-devel] add extra start-stop strings for RTP recording To: "'Sergey Komarov'" <svk...@ya...>, ore...@li... Received: Thursday, 25 February, 2010, 4:12 AM Sergey, You can also use the orkaudio VAD system, so that it only records when voice activity is present. You need to compile the latest svn for this to work. Details below. Henri ============================== ================== OrkAudio Voice Activity Detection (VAD) In order to activate VAD, add the following configuration parameters to your orkaudio config.xml under the top node: <VAD>true</VAD> <VadHighThresholdDb>-12.2</ VadHighThresholdDb> <VadLowThresholdDb>-12.5</ VadLowThresholdDb> And restart orkaudio. Threshold values might require some tuning depending on your phone system. If recording never triggers, lower the values, e.g. setting VadHighThresholdDb to -13.0 from its default of -12.2. If on the other hand, recording triggers too easily when no voice is present, increase the threshold values. Always make sure the low threshold is lower than the high threshold. If recording tends to stop when audio is still going on, try lowering VadLowThresholdDb, but not too much, or recording will never stop when voice activity stops. _____ From: Sergey Komarov [mailto:svk...@ya...] Sent: 23 February 2010 17:39 To: Henri Herscher Subject: RE: [Oreka-devel] add extra start-stop strings for RTP recording Hi, Sorry I have missed your email.... we have continues calls 4-6 hours which most time are mute and just time to time active.. so if we could start and stop recording by specific events it would be nice. Or may be if we can cut calls into 5-10 minuts blocks it would be fine too.. Rgs, Sergey. --- On Thu, 18/2/10, Henri Herscher <he...@or...> wrote: From: Henri Herscher <he...@or...> Subject: RE: [Oreka-devel] add extra start-stop strings for RTP recording To: "'Sergey Komarov'" <svk...@ya...>, ore...@li... Received: Thursday, 18 February, 2010, 1:45 AM This is not quite right. It starts recording when RTP is received, no matter what signalling if any has been received. On what sort of event do you want to trigger recording? Henri _____ From: Sergey Komarov [mailto:svk...@ya...] Sent: 11 February 2010 01:40 To: ore...@li... Subject: [Oreka-devel] add extra start-stop strings for RTP recording Hello, could you point me to right place where I should look at? By default it starts recording after ACK and stops after BYE for SIP calls.. Can we change it and use something different? Rgs, Sergey. _____ Yahoo!7: Catch-up on your favourite Channel 7 TV shows easily, legally, and for free at PLUS7. Check it out <http://au.rd.yahoo.com/tv/catchup/tagline/*http:/au.tv.yahoo.com/plus7/?cmp =mailtag> . |
From: Henri H. <he...@or...> - 2010-02-24 17:12:56
|
Sergey, You can also use the orkaudio VAD system, so that it only records when voice activity is present. You need to compile the latest svn for this to work. Details below. Henri ================================================ OrkAudio Voice Activity Detection (VAD) In order to activate VAD, add the following configuration parameters to your orkaudio config.xml under the top node: <VAD>true</VAD> <VadHighThresholdDb>-12.2</VadHighThresholdDb> <VadLowThresholdDb>-12.5</VadLowThresholdDb> And restart orkaudio. Threshold values might require some tuning depending on your phone system. If recording never triggers, lower the values, e.g. setting VadHighThresholdDb to -13.0 from its default of -12.2. If on the other hand, recording triggers too easily when no voice is present, increase the threshold values. Always make sure the low threshold is lower than the high threshold. If recording tends to stop when audio is still going on, try lowering VadLowThresholdDb, but not too much, or recording will never stop when voice activity stops. _____ From: Sergey Komarov [mailto:svk...@ya...] Sent: 23 February 2010 17:39 To: Henri Herscher Subject: RE: [Oreka-devel] add extra start-stop strings for RTP recording Hi, Sorry I have missed your email.... we have continues calls 4-6 hours which most time are mute and just time to time active.. so if we could start and stop recording by specific events it would be nice. Or may be if we can cut calls into 5-10 minuts blocks it would be fine too.. Rgs, Sergey. --- On Thu, 18/2/10, Henri Herscher <he...@or...> wrote: From: Henri Herscher <he...@or...> Subject: RE: [Oreka-devel] add extra start-stop strings for RTP recording To: "'Sergey Komarov'" <svk...@ya...>, ore...@li... Received: Thursday, 18 February, 2010, 1:45 AM This is not quite right. It starts recording when RTP is received, no matter what signalling if any has been received. On what sort of event do you want to trigger recording? Henri _____ From: Sergey Komarov [mailto:svk...@ya...] Sent: 11 February 2010 01:40 To: ore...@li... Subject: [Oreka-devel] add extra start-stop strings for RTP recording Hello, could you point me to right place where I should look at? By default it starts recording after ACK and stops after BYE for SIP calls.. Can we change it and use something different? Rgs, Sergey. _____ Yahoo!7: Catch-up on your favourite Channel 7 TV shows easily, legally, and for free at PLUS7. <http://au.rd.yahoo.com/tv/catchup/tagline/*http:/au.tv.yahoo.com/plus7/?cmp =mailtag> Check it out. |
From: Henri H. <he...@or...> - 2010-02-17 14:45:58
|
This is not quite right. It starts recording when RTP is received, no matter what signalling if any has been received. On what sort of event do you want to trigger recording? Henri _____ From: Sergey Komarov [mailto:svk...@ya...] Sent: 11 February 2010 01:40 To: ore...@li... Subject: [Oreka-devel] add extra start-stop strings for RTP recording Hello, could you point me to right place where I should look at? By default it starts recording after ACK and stops after BYE for SIP calls.. Can we change it and use something different? Rgs, Sergey. _____ Yahoo!7: Catch-up on your favourite Channel 7 TV shows easily, legally, and for free at PLUS7. Check it out <http://au.rd.yahoo.com/tv/catchup/tagline/*http:/au.tv.yahoo.com/plus7/?cmp =mailtag> . |
From: Sergey K. <svk...@ya...> - 2010-02-11 07:06:53
|
Hello, could you point me to right place where I should look at? By default it starts recording after ACK and stops after BYE for SIP calls.. Can we change it and use something different? Rgs, Sergey. __________________________________________________________________________________ Yahoo!7: Catch-up on your favourite Channel 7 TV shows easily, legally, and for free at PLUS7. www.tv.yahoo.com.au/plus7 |
From: Chris <chr...@de...> - 2010-02-08 02:25:27
|
Henri, I could deploy properly, thank you for your help! Chris. Henri Herscher wrote: > Make sure your base code is exactly the same svn revision as the binary you > are using. Compile in release mode instead of debug mode and you should just > be able to replace with your own binaries. > Henri > > -----Original Message----- > From: Chris [mailto:chr...@de...] > Sent: 05 February 2010 00:33 > To: ore...@li... > Subject: [Oreka-devel] OrkAudio - Deploy the C++ code > > Hello, > > I modified the code of OrkAudio with microsoft visual studio 6 and I > just added some lines in the OrkbaseD.dll. > Now I could compile but what should I do to use it? I tried to place it > in the folder of OrkAudio installation (also compile OrAudkio.exe again > and placed it in the same folder) but the service doesn't start again. > I tried to rename the OrkBaseD.dll to OrkBase.dll (original name in the > folder) but didn't help ... > What should I do to deploy the changes made to OrkAudio? > > Thank you. > > Chris. > > ---------------------------------------------------------------------------- > -- > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Oreka-devel mailing list > Ore...@li... > https://lists.sourceforge.net/lists/listinfo/oreka-devel > > > > |
From: <chr...@de...> - 2010-02-06 11:40:27
|
Hi Henri, Thank you for your reply. I am not sure how to compile in release mode but I will check on monday at work and will get back to you. Chris. > Make sure your base code is exactly the same svn revision as the binary > you > are using. Compile in release mode instead of debug mode and you should > just > be able to replace with your own binaries. > Henri > > -----Original Message----- > From: Chris [mailto:chr...@de...] > Sent: 05 February 2010 00:33 > To: ore...@li... > Subject: [Oreka-devel] OrkAudio - Deploy the C++ code > > Hello, > > I modified the code of OrkAudio with microsoft visual studio 6 and I > just added some lines in the OrkbaseD.dll. > Now I could compile but what should I do to use it? I tried to place it > in the folder of OrkAudio installation (also compile OrAudkio.exe again > and placed it in the same folder) but the service doesn't start again. > I tried to rename the OrkBaseD.dll to OrkBase.dll (original name in the > folder) but didn't help ... > What should I do to deploy the changes made to OrkAudio? > > Thank you. > > Chris. > > ---------------------------------------------------------------------------- > -- > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Oreka-devel mailing list > Ore...@li... > https://lists.sourceforge.net/lists/listinfo/oreka-devel > > |
From: Itche <it...@br...> - 2010-02-05 20:54:12
|
Hi All, Gozalo's fix the compilation errors. However Oreka server is NOT loading the plugin. I'm getting error 103 when the service restarts. I have tried it both when the two plugins are configured in the xml and when only the sound device is configured in the xml. Isack On 2/5/10 9:11 AM, "Henri Herscher" <he...@or...> wrote: > All, > > There has just been a commit that fixes the sound device plugin compilation. > Anyone using it, please let us know how it works. > > Henri > > -----Original Message----- > From: it...@br... [mailto:it...@br...] > Sent: 02 February 2010 09:14 > To: Gonzalo Brusella > Cc: Henri Herscher; ore...@li...; it...@br... > Subject: Re: [Oreka-devel] audio device build errors > > Hi Gonzalo, > Thanks for your help, it did the trick. > Project is compiling with NO errors and the sound device dll is being > created. > > Now I need to see how to use it, but thats a different question > > Thanks so much > > Isack > >> I've sent to the list the fixes for those errors: >> >> >> >> >> Gonzalo A. Brusella >> go...@br... >> http://www.brusella.com.ar >> >> >> On Mon, Feb 1, 2010 at 12:53, Henri Herscher <he...@or...> wrote: >> >>> . We will look at it at some point, send us a patch if you >>> manage to compile it. >>> You do not need the sound device plugin if all you want is VoIP >>> recording. >>> >> > > > > ---------------------------------------------------------------------------- > -- > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Oreka-devel mailing list > Ore...@li... > https://lists.sourceforge.net/lists/listinfo/oreka-devel > |
From: Henri H. <he...@or...> - 2010-02-05 14:11:57
|
All, There has just been a commit that fixes the sound device plugin compilation. Anyone using it, please let us know how it works. Henri -----Original Message----- From: it...@br... [mailto:it...@br...] Sent: 02 February 2010 09:14 To: Gonzalo Brusella Cc: Henri Herscher; ore...@li...; it...@br... Subject: Re: [Oreka-devel] audio device build errors Hi Gonzalo, Thanks for your help, it did the trick. Project is compiling with NO errors and the sound device dll is being created. Now I need to see how to use it, but thats a different question Thanks so much Isack > I've sent to the list the fixes for those errors: > > > > > Gonzalo A. Brusella > go...@br... > http://www.brusella.com.ar > > > On Mon, Feb 1, 2010 at 12:53, Henri Herscher <he...@or...> wrote: > >> . We will look at it at some point, send us a patch if you >> manage to compile it. >> You do not need the sound device plugin if all you want is VoIP >> recording. >> > ---------------------------------------------------------------------------- -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Oreka-devel mailing list Ore...@li... https://lists.sourceforge.net/lists/listinfo/oreka-devel |
From: Henri H. <he...@or...> - 2010-02-05 14:10:19
|
Make sure your base code is exactly the same svn revision as the binary you are using. Compile in release mode instead of debug mode and you should just be able to replace with your own binaries. Henri -----Original Message----- From: Chris [mailto:chr...@de...] Sent: 05 February 2010 00:33 To: ore...@li... Subject: [Oreka-devel] OrkAudio - Deploy the C++ code Hello, I modified the code of OrkAudio with microsoft visual studio 6 and I just added some lines in the OrkbaseD.dll. Now I could compile but what should I do to use it? I tried to place it in the folder of OrkAudio installation (also compile OrAudkio.exe again and placed it in the same folder) but the service doesn't start again. I tried to rename the OrkBaseD.dll to OrkBase.dll (original name in the folder) but didn't help ... What should I do to deploy the changes made to OrkAudio? Thank you. Chris. ---------------------------------------------------------------------------- -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Oreka-devel mailing list Ore...@li... https://lists.sourceforge.net/lists/listinfo/oreka-devel |
From: Chris <chr...@de...> - 2010-02-05 05:36:13
|
Hello, I modified the code of OrkAudio with microsoft visual studio 6 and I just added some lines in the OrkbaseD.dll. Now I could compile but what should I do to use it? I tried to place it in the folder of OrkAudio installation (also compile OrAudkio.exe again and placed it in the same folder) but the service doesn't start again. I tried to rename the OrkBaseD.dll to OrkBase.dll (original name in the folder) but didn't help ... What should I do to deploy the changes made to OrkAudio? Thank you. Chris. |
From: Henri H. <he...@or...> - 2010-02-03 21:17:22
|
Hi Everyone, OrecX, the sponsor of Oreka is looking for a full time C++ developer to work on Oreka as well as related projects. Can be based anywhere. Anyone interested please send CV offline. Henri |
From: <it...@br...> - 2010-02-02 14:14:09
|
Hi Gonzalo, Thanks for your help, it did the trick. Project is compiling with NO errors and the sound device dll is being created. Now I need to see how to use it, but thats a different question Thanks so much Isack > I've sent to the list the fixes for those errors: > > > > > Gonzalo A. Brusella > go...@br... > http://www.brusella.com.ar > > > On Mon, Feb 1, 2010 at 12:53, Henri Herscher <he...@or...> wrote: > >> . We will look at it at some point, send us a patch if you >> manage to compile it. >> You do not need the sound device plugin if all you want is VoIP >> recording. >> > |
From: Gonzalo B. <gbr...@gm...> - 2010-02-02 13:10:40
|
I've sent to the list the fixes for those errors: Gonzalo A. Brusella go...@br... http://www.brusella.com.ar On Mon, Feb 1, 2010 at 12:53, Henri Herscher <he...@or...> wrote: > . We will look at it at some point, send us a patch if you > manage to compile it. > You do not need the sound device plugin if all you want is VoIP recording. > |
From: Gonzalo B. <gbr...@gm...> - 2010-02-02 12:49:44
|
Also found another bug on the SoundDevicePlugin: You need to change this: chunkRef->SetBuffer(rightBuffer, sizeof(short)*framesPerBuffer, details); for this: chunkRef->SetBuffer(rightBuffer, details, sizeof(short)*framesPerBuffer); on 3 places (The parameter order changes). Gonzalo A. Brusella go...@br... http://www.brusella.com.ar On Tue, Feb 2, 2010 at 09:40, Gonzalo Brusella <gbr...@gm...> wrote: > I've sent to the list the fixes for those errors: > > > > > Gonzalo A. Brusella > go...@br... > http://www.brusella.com.ar > > > > On Mon, Feb 1, 2010 at 12:53, Henri Herscher <he...@or...> wrote: > >> . We will look at it at some point, send us a patch if you >> manage to compile it. >> You do not need the sound device plugin if all you want is VoIP recording. >> > > |
From: Chris <chr...@de...> - 2010-02-02 02:24:57
|
Henri, Thank you for your reply. I noticed the deploy.xml script and used it but I was just wondering if there was a way to run it in eclipse directly, just for ease of use. I admit I'm a little lazy ... *Chris Ferreira* Consultant Software Engineer The Invitesse Group Limited <" rel="nofollow">http://www.invitesse.com/> Phone: 090-7279-3961 Henri Herscher wrote: > Chris, > > The easiest is just to deploy to Tomcat using the deploy.xml any script. > > Henri > > -----Original Message----- > From: Chris [mailto:chr...@de...] > Sent: 19 January 2010 00:56 > To: ore...@li... > Subject: [Oreka-devel] orkweb in eclipse > > Hello, > I'm trying to modify OrkWeb in Eclipse (Java) but I cannot figure out > how to run the application ... In the "run configuration", which "Main > class" should I choose? > > What I want to do is to modify, click on "Run" and test the web > interface, is it possible or should I do another way? > > I hope someone can help me there. > > > ---------------------------------------------------------------------------- > -- > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Oreka-devel mailing list > Ore...@li... > https://lists.sourceforge.net/lists/listinfo/oreka-devel > > > > |
From: Henri H. <he...@or...> - 2010-02-01 16:14:18
|
Isack, We do not maintain the sound devices plugin as well as the VoIP plugin due to low demand. We will look at it at some point, send us a patch if you manage to compile it. You do not need the sound device plugin if all you want is VoIP recording. Henri -----Original Message----- From: it...@br... [mailto:it...@br...] Sent: 19 January 2010 16:37 To: ore...@li... Subject: [Oreka-devel] audio device build errors Hello all, just finished building all items in the workspace with No errors but to the sound device project. I got the following errors any help will be greatly appreciated Thanks Isack SoundDevice.cpp c:\devext\sftrunk\orkaudio\audiocaptureplugins\sounddevice\sounddevice.cpp(7 2) : error C2664: 'void __thiscall AudioChunk::SetBuffer(void *,class AudioChunkDetails &,int)' : cannot convert parameter 2 from 'unsigned int' to 'class AudioChunkDetails &' A reference that is not to 'const' cannot be bound to a non-lvalue c:\devext\sftrunk\orkaudio\audiocaptureplugins\sounddevice\sounddevice.cpp(7 7) : error C2664: 'void __thiscall AudioChunk::SetBuffer(void *,class AudioChunkDetails &,int)' : cannot convert parameter 2 from 'unsigned int' to 'class AudioChunkDetails &' A reference that is not to 'const' cannot be bound to a non-lvalue c:\devext\sftrunk\orkaudio\audiocaptureplugins\sounddevice\sounddevice.cpp(9 2) : error C2664: 'void __thiscall AudioChunk::SetBuffer(void *,class AudioChunkDetails &,int)' : cannot convert parameter 2 from 'unsigned int' to 'class AudioChunkDetails &' A reference that is not to 'const' cannot be bound to a non-lvalue Error executing cl.exe. ---------------------------------------------------------------------------- -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Oreka-devel mailing list Ore...@li... https://lists.sourceforge.net/lists/listinfo/oreka-devel |
From: Henri H. <he...@or...> - 2010-02-01 16:02:32
|
Chris, The easiest is just to deploy to Tomcat using the deploy.xml any script. Henri -----Original Message----- From: Chris [mailto:chr...@de...] Sent: 19 January 2010 00:56 To: ore...@li... Subject: [Oreka-devel] orkweb in eclipse Hello, I'm trying to modify OrkWeb in Eclipse (Java) but I cannot figure out how to run the application ... In the "run configuration", which "Main class" should I choose? What I want to do is to modify, click on "Run" and test the web interface, is it possible or should I do another way? I hope someone can help me there. ---------------------------------------------------------------------------- -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Oreka-devel mailing list Ore...@li... https://lists.sourceforge.net/lists/listinfo/oreka-devel |
From: Henri H. <he...@or...> - 2010-02-01 15:57:51
|
Tzafrir, Not sure why this is really. Would be interesting if we could manage to get stacktraces. It is true that Oreka is used more as a server recording system than as a workstation recording system. Henri -----Original Message----- From: Tzafrir Cohen [mailto:tza...@xo...] Sent: 28 January 2010 16:35 To: Oreka Developers list Subject: [Oreka-devel] orkaudio and clock changes Hi I'm not sure if the following issue was already resolved, and I don't have the time to troubleshoot it. I have orkaudio installed on my laptop (r638 or slightly later, not really sure). My laptop is a 64bit system running Debian. Up until recently I used Debian Stable. I recently upgraded to the current Debian Testing. It seems that as of this upgrade, after I hibernate my system and resume, orkaudio starts a 100% CPU loop. Strace shows a long stream of: poll([{fd=7, events=POLLIN}], 1, 500) = 1 ([{fd=7, revents=POLLERR}]) An attempt to ltrace it caused a segfault. Restarting it "fixes" the issue. I now have: libace-5.6.3 5.6.3-6 libpth20 2.0.7-14 libstdc++6 4.4.2-9 Linux sweetmorn 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC 2010 x86_64 GNU/Linux -- Tzafrir Cohen icq#16849755 jabber:tza...@xo... +972-50-7952406 mailto:tza...@xo... http://www.xorcom.com iax:gu...@lo.../tzafrir ---------------------------------------------------------------------------- -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Oreka-devel mailing list Ore...@li... https://lists.sourceforge.net/lists/listinfo/oreka-devel |
From: Tzafrir C. <tza...@xo...> - 2010-02-01 10:17:58
|
On Mon, Feb 01, 2010 at 02:57:43PM +0530, pradeep kumar wrote: > Dear Sir/Madam > > I want to know that whether oreka runs successfully on 64 bit machine or not. $ uname -a Linux sweetmorn 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC 2010 x86_64 GNU/Linux -- Tzafrir Cohen icq#16849755 jabber:tza...@xo... +972-50-7952406 mailto:tza...@xo... http://www.xorcom.com iax:gu...@lo.../tzafrir |
From: pradeep k. <bth...@ya...> - 2010-02-01 09:27:52
|
Dear Sir/Madam I want to know that whether oreka runs successfully on 64 bit machine or not. Thank You The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/ |