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
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
(2) |
15
|
16
|
17
|
18
|
19
|
20
|
21
(1) |
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
(1) |
30
|
From: Peter P G. <Pro...@gm...> - 2013-11-29 11:26:58
|
Hello, we trying to play back sound files from Orkweb in Firefox under Xubuntu. Looking at the code <script language="JavaScript"> function play (audioFilename) { document.all.player.autoStart = true; document.all.player.fileName = audioFilename; } </script> <OBJECT ID="player" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf. cab#Version=5,1,52,701" STANDBY="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject" WIDTH=280 HEIGHT=50 > <PARAM NAME="fileName" VALUE=""> <PARAM NAME="animationatStart" VALUE="false"> <PARAM NAME="transparentatStart" VALUE="true"> <PARAM NAME="showControls" VALUE="true"> <PARAM NAME="ShowStatusBar" VALUE="true"> <PARAM NAME="ShowDisplay" VALUE="false"> <PARAM NAME="ShowPositionControls" VALUE="true"> <PARAM NAME="ShowTracker" VALUE="true"> <PARAM NAME="CurrentPosition" VALUE="0"> <PARAM NAME="autoStart" VALUE="true"> </OBJECT> I can see that this will only work with Windows Media Player Active X control. So my feeling is: This could not work under Linux. Has anybody already tried to use another embedded player, (e.g. soundmanager, dewplayer, swplayer, flowplayer, page-player.js) or similar to embed this instead of Windows Media Player? How are you dealing with Clients under Linux? |
From: mir te <mo...@gm...> - 2013-11-21 09:30:02
|
Hello, I use oreka 1.2 on several Ubuntu 10.04 servers. I am now trying to install last version from svn but without success. It fails when running make for orkbasecxx. Here are the sequence of command I am doing: apt-get update apt-get upgrade reboot apt-get -y --force-yes install libace-dev apt-get -y --force-yes install libboost-dev apt-get -y --force-yes install libsndfile1-dev apt-get -y --force-yes install liblog4cxx10-dev apt-get -y --force-yes install libpcap-dev apt-get -y --force-yes install sox apt-get -y --force-yes install g++ apt-get -y --force-yes install libtool apt-get -y --force-yes install automake apt-get -y --force-yes install make apt-get -y --force-yes install libspeex-dev apt-get -y --force-yes install libxerces-c-dev apt-get -y --force-yes install libapr1-dev cd /usr/src tar xzf oreka-svn.tar.gz cd oreka-svn cd orkbasecxx/ cat /usr/share/aclocal/libtool.m4 >>aclocal.m4 cat /usr/share/aclocal/ltoptions.m4 >>aclocal.m4 cat /usr/share/aclocal/ltversion.m4 >>aclocal.m4 cat /usr/share/aclocal/ltsugar.m4 >>aclocal.m4 cat /usr/share/aclocal/lt~obsolete.m4 >>aclocal.m4 libtoolize --force automake -a make -f Makefile.cvs automake -a make -f Makefile.cvs ./configure make ..... make[2]: Entering directory `/usr/src/oreka-svn/orkbasecxx/serializers' /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -g -O2 -MT DomSerializer.lo -MD -MP -MF .deps/DomSerializer.Tpo -c -o DomSerializer.lo DomSerializer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -D_REENTRANT -g -O2 -MT DomSerializer.lo -MD -MP -MF .deps/DomSerializer.Tpo -c DomSerializer.cpp -fPIC -DPIC -o .libs/DomSerializer.o DomSerializer.cpp:20:37: error: xercesc/dom/DOMWriter.hpp: No such file or directory DomSerializer.cpp: In static member function 'static CStdString DomSerializer::DomNodeToString(xercesc_3_1::DOMNode*)': DomSerializer.cpp:195: error: 'DOMWriter' was not declared in this scope DomSerializer.cpp:195: error: 'theSerializer' was not declared in this scope DomSerializer.cpp:195: error: 'class xercesc_3_1::DOMImplementationLS' has no member named 'createDOMWriter' DomSerializer.cpp:207: error: type '<type error>' argument given to 'delete', expected pointer make[2]: *** [DomSerializer.lo] Error 1 make[2]: Leaving directory `/usr/src/oreka-svn/orkbasecxx/serializers' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/oreka-svn/orkbasecxx' make: *** [all] Error 2 Can you help please? Regards. |
From: Henri H. <hen...@gm...> - 2013-11-14 19:15:11
|
Ray, Here are the API commands you can use: * Starting a recording (on extension 5002 in this example): http://server:59140/command?type=record&party=5002 * Pausing a recording (on extension 5002 in this example): http://server:59140/command?type=pause&party=5002 * Stopping a recording (on extension 5002 in this example): http://server:59140/command?type=stop&party=5002 The differences between the GPL version and the commecial versions are live streaming, better codec support, and a vastly improved web user interface. Henri Henri On 13 November 2013 23:53, Ray Wareham <ra...@ne...> wrote: > Hi there > > > > We have just discovered Oreka and very interested in learning more. > > > > Do you have any API that can be called to control recording? > > What is the difference between the Open Source version and the OrecX > commercial version? > > > > regards > > > > Ray Walsh > > TCCP > > > > > > > ------------------------------------------------------------------------------ > DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access > Free app hosting. Or install the open source package on any LAMP server. > Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk > _______________________________________________ > Oreka-devel mailing list > Ore...@li... > https://lists.sourceforge.net/lists/listinfo/oreka-devel > > |
From: Ray W. <ra...@ne...> - 2013-11-14 04:54:14
|
Hi there We have just discovered Oreka and very interested in learning more. Do you have any API that can be called to control recording? What is the difference between the Open Source version and the OrecX commercial version? regards Ray Walsh TCCP |