Volker Fischer
|
0f46659fcb
|
some more fixes
|
2011-05-28 12:17:01 +00:00 |
|
Volker Fischer
|
439dd65b46
|
most of the work done for separate client/server jitter buffer settings but not yet finished (does not work as expected yet)
|
2011-05-27 20:29:37 +00:00 |
|
Volker Fischer
|
691e593e0b
|
fix for the "set jitter buffer message" lock up problem
|
2011-05-25 21:01:45 +00:00 |
|
Volker Fischer
|
49070c77c1
|
replaced normal ping messages with connection less ping message to avoid all the acknowledge messages
|
2011-05-24 19:40:57 +00:00 |
|
Volker Fischer
|
b28daa079a
|
removed old disconnect message which only works with connected channels -> replaced by a connection less disconnect message
|
2011-05-23 19:06:02 +00:00 |
|
Volker Fischer
|
b7ce6c3193
|
moved the socket buffer size update from the client in the channel because it shall be also used in the server in the future, bug fix with connect/disconnect
|
2011-05-22 20:40:29 +00:00 |
|
Volker Fischer
|
a770b75a06
|
added a connection less message for disconnect -> does not work yet since connection less messages are not evaluated for connected channels
|
2011-05-22 09:47:09 +00:00 |
|
Volker Fischer
|
56f528b13e
|
bug fix in server, added simulation mode in buffer base class, added deactivated test code for simulation buffer statistics, avoid audio drop outs when the jitter buffer size is changed
|
2011-05-17 15:39:33 +00:00 |
|
Volker Fischer
|
1a99b76365
|
added derived class for network buffer for the purpose of statistical calculations
|
2011-05-13 19:00:16 +00:00 |
|
Volker Fischer
|
5e82a73b17
|
return enabled state by a query function
|
2011-04-23 20:44:09 +00:00 |
|
Volker Fischer
|
24f707f2e7
|
removed connecion less channel class since it is not required
|
2011-04-06 19:01:39 +00:00 |
|
Volker Fischer
|
c6068689d5
|
bug fix, exchanged std:string by QString, some code style changes
|
2011-04-06 18:02:44 +00:00 |
|
Volker Fischer
|
ab4775f6a0
|
support for some more connection less channel messages for the central server
|
2011-04-05 20:09:16 +00:00 |
|
Volker Fischer
|
c8731e6be6
|
same fixes, some cleanup, some server list implementation
|
2011-03-31 18:25:14 +00:00 |
|
Volker Fischer
|
9feff9057a
|
prepared everything for transmitting/receiving the first connection less ping time measurement
|
2011-03-30 07:55:43 +00:00 |
|
Volker Fischer
|
0cff6af6d8
|
connection less messages system requires the host address to always be available (not stored in channel object)
|
2011-03-29 20:11:03 +00:00 |
|
Volker Fischer
|
184b995904
|
support for server full message and parsing of connection less messages at the server
|
2011-03-27 16:13:44 +00:00 |
|
Volker Fischer
|
8926dec08b
|
some more work for connection less protocl mechanism
|
2011-03-27 08:56:24 +00:00 |
|
Volker Fischer
|
f0a3e97b96
|
update of copyright
|
2011-02-22 18:56:52 +00:00 |
|
Volker Fischer
|
7173108c77
|
preparations for stereo support
|
2010-03-21 20:46:53 +00:00 |
|
Volker Fischer
|
769f02e5e7
|
updated copyright
|
2010-01-03 13:40:46 +00:00 |
|
Volker Fischer
|
ca945124cf
|
improved jitter buffer correction algorithm
|
2010-01-03 13:29:42 +00:00 |
|
Volker Fischer
|
10faecd5cc
|
do not start server and any protocol message but only on audio packet (to avoid server is restarted on disconnect message)
|
2009-10-11 09:50:58 +00:00 |
|
Volker Fischer
|
44be809457
|
server bug fix: channel name was not reset on new connection leading to be the old name assigned to new client
|
2009-10-04 12:00:35 +00:00 |
|
Volker Fischer
|
65d61f1c0e
|
implementation of channel name request message, required if server is restarted while client thinks it is still connected
|
2009-09-17 19:15:56 +00:00 |
|
Volker Fischer
|
8734ee8092
|
low channel time out value, fix for disconnect protocol message (we indeed require a counter, otherwise sending multiple disconnect messages would not work)
|
2009-09-07 19:54:46 +00:00 |
|
Volker Fischer
|
5bc9a2ea0c
|
removed unneccessary protocol message
|
2009-09-04 08:03:48 +00:00 |
|
Volker Fischer
|
e77e8641d0
|
fix for sound card buffer sizes which are not supported
|
2009-08-19 07:23:33 +00:00 |
|
Volker Fischer
|
61b086d898
|
clear mixer board on disconnect
|
2009-08-17 16:20:15 +00:00 |
|
Volker Fischer
|
bfbda9eb73
|
some more work for the server
|
2009-08-03 07:29:00 +00:00 |
|
Volker Fischer
|
43eb897fd8
|
bug fix, some renamings of variables/functions, introduction of new signal in channel
|
2009-08-02 07:54:15 +00:00 |
|
Volker Fischer
|
bb7e32872f
|
even more work done
|
2009-07-28 20:31:23 +00:00 |
|
Volker Fischer
|
6768e0ebf9
|
some more work
|
2009-07-28 07:17:04 +00:00 |
|
Volker Fischer
|
31efe7e92d
|
removed channel set class and moved resulting code in server class -> not yet compilable
|
2009-07-26 20:12:22 +00:00 |
|
Volker Fischer
|
1c4f06ff5e
|
some linux compilation fixes
|
2009-07-26 07:29:32 +00:00 |
|
Volker Fischer
|
f53d28fc11
|
make the source compilable under Windows, no working functionality yet
|
2009-07-24 20:17:01 +00:00 |
|
Volker Fischer
|
548c8df2c7
|
some updates
|
2009-07-24 16:00:47 +00:00 |
|
Volker Fischer
|
034530474c
|
start work for supporting CELT codec, code does not compile at the moment (backup checkin)
|
2009-07-24 14:31:25 +00:00 |
|
Volker Fischer
|
9111f327a5
|
bug fix
|
2009-05-13 07:14:08 +00:00 |
|
Volker Fischer
|
7b2cc28642
|
changed channel time out to higher value since we now have a disconnect message available
|
2009-05-09 21:20:42 +00:00 |
|
Volker Fischer
|
0b3e8c76a2
|
added disconnect message, some GUI changes
|
2009-05-09 08:22:09 +00:00 |
|
Volker Fischer
|
ffe0869129
|
improved variable type consistency -> changed unsigned char in uint8_t (removed TODO comments and copy operations)
|
2009-03-28 20:02:21 +00:00 |
|
Volker Fischer
|
9dd942bec6
|
bug fixes for timing variance calculation, new init parameters for CycleTime class, added CycleTime for channel estimating input network stream variance of timing
|
2009-03-17 06:50:00 +00:00 |
|
Volker Fischer
|
0278d83d4d
|
bug fix, new command line parameter for maximum upload rate for server
|
2009-03-10 12:07:08 +00:00 |
|
Volker Fischer
|
c61b9d593a
|
implemented auto output settings for server depending on maximum upload rate, bug fix in server, some code cleanup, new entry in server dialog table
|
2009-03-10 10:47:55 +00:00 |
|
Volker Fischer
|
78d518bf75
|
added upstream rate calculation
|
2009-03-03 22:46:36 +00:00 |
|
Volker Fischer
|
2e81acfc3d
|
preliminary implementation
|
2009-03-03 18:04:51 +00:00 |
|
Volker Fischer
|
0982cb21ff
|
cleanup, preparations for new settings dialog, not yet working!
|
2009-03-03 13:37:28 +00:00 |
|
Volker Fischer
|
24a7740438
|
bug fix with channel time out, set the default time out to 20 seconds
|
2009-03-03 08:35:28 +00:00 |
|
Volker Fischer
|
24ce20479e
|
implemented network transport properties protocol mechanism
|
2009-03-01 20:53:12 +00:00 |
|
Volker Fischer
|
91071384d2
|
big changes on software structure, intermediate backup checkin -> NOT WORKING correctly right now
|
2009-03-01 11:17:35 +00:00 |
|
Volker Fischer
|
2cd15abb8a
|
added new protocol messages for network transport properties; removed unnecessary protocol events
|
2009-02-24 18:20:33 +00:00 |
|
Volker Fischer
|
c077f6ecf8
|
code cleanup (removed tabs), 2008 -> 2009
|
2009-02-22 11:07:18 +00:00 |
|
Volker Fischer
|
810268a61c
|
improved server logging functionality
|
2008-12-02 18:02:40 +00:00 |
|
Volker Fischer
|
7824e1f758
|
added support for low upload data rate forcing command line switch (used for server with bad internet access)
|
2008-08-19 19:59:59 +00:00 |
|
Volker Fischer
|
fb363895ab
|
use mutexlocker in protocol class
|
2008-08-17 19:50:28 +00:00 |
|
Volker Fischer
|
6fb18b16df
|
introduce colors for chat dialog identifiers
|
2008-08-15 20:26:50 +00:00 |
|
Volker Fischer
|
7445505c12
|
made the CChannel class more thread safe
|
2008-08-14 19:12:23 +00:00 |
|
Volker Fischer
|
4d980a8a54
|
fix for ping measurement under Windows
|
2008-08-10 21:56:03 +00:00 |
|
Volker Fischer
|
c1e706e21f
|
finished implementation of different audio compression types: IMA-ADPCM (already available), MS-ADPCM (new), None (new)
|
2008-08-10 08:14:30 +00:00 |
|
Volker Fischer
|
e727287054
|
some more MS ADPCM work
|
2008-08-09 16:34:02 +00:00 |
|
Volker Fischer
|
58243640e7
|
HTML status file -> more work
|
2008-08-08 18:51:25 +00:00 |
|
Volker Fischer
|
1cc421fc56
|
added initial code for server status file
|
2008-08-08 06:28:47 +00:00 |
|
Volker Fischer
|
5fe78dda7d
|
go back to original version
|
2008-08-05 20:59:01 +00:00 |
|
Volker Fischer
|
91f7ef489a
|
some work for HQ audio
|
2008-08-05 18:55:40 +00:00 |
|
Volker Fischer
|
788908b0d2
|
some more work for ping message
|
2008-08-02 07:28:21 +00:00 |
|
Volker Fischer
|
a80ef7a9ca
|
fixes and improvements to chat window
|
2008-07-24 17:08:48 +00:00 |
|
Volker Fischer
|
70d368c9b7
|
first working version of chat functionality
|
2008-07-24 16:20:25 +00:00 |
|
Volker Fischer
|
24d57c412f
|
some more chat dialog work
|
2008-07-24 06:53:07 +00:00 |
|
Volker Fischer
|
8f8c7f6510
|
shrink number of possible channels at the server to 6
|
2008-07-22 16:13:04 +00:00 |
|
Volker Fischer
|
784383b6d5
|
some more work for QT4 port
|
2008-01-22 21:15:04 +00:00 |
|
Volker Fischer
|
1f54eb55ec
|
added resources
|
2008-01-20 18:07:13 +00:00 |
|
Volker Fischer
|
27ad3b868c
|
some qt4 changes for Linux (not yet working)
|
2008-01-19 17:14:56 +00:00 |
|
Volker Fischer
|
d49a2b2731
|
new code style
|
2007-09-08 10:45:14 +00:00 |
|
Volker Fischer
|
b8bad82676
|
added channel name to server GUI
|
2006-12-29 10:52:25 +00:00 |
|
Volker Fischer
|
8b6fcff32a
|
unix2dos ed files because they were edited with different editors
|
2006-12-18 14:39:33 +00:00 |
|
Volker Fischer
|
ecd105d6ca
|
finished fader tag implementation
|
2006-12-10 11:06:14 +00:00 |
|
Volker Fischer
|
92b695f7da
|
fader implementation finished
|
2006-12-09 18:37:40 +00:00 |
|
Volker Fischer
|
d0bb262193
|
created audio mixer board GUI control
|
2006-12-09 15:00:24 +00:00 |
|
Volker Fischer
|
f3ce0f8ea2
|
connected client list is now updated for all other clients if one channel is disconnected
|
2006-12-09 10:40:18 +00:00 |
|
Volker Fischer
|
fc0f1d6aae
|
fixed problem with receiving connected clients list on new connection
|
2006-12-09 10:04:27 +00:00 |
|
Volker Fischer
|
5bdf759e01
|
preparations for requesting "connected clients list" on a new connection
|
2006-12-08 18:19:16 +00:00 |
|
Volker Fischer
|
e335718eb5
|
finished separate mix implementation for each connected client of the server
|
2006-12-06 20:22:41 +00:00 |
|
Volker Fischer
|
6729eaf7ae
|
preparations for mixer board
|
2006-11-26 21:25:56 +00:00 |
|
Volker Fischer
|
62cab9ec66
|
fixed audio resampler (we had a lot aliasing with the old resampler), insert spaces instead of tabs
|
2006-11-25 14:46:57 +00:00 |
|
Volker Fischer
|
e0c0544fd7
|
changed protocol for channel list -> added channel ID; changed channel ID to one byte in protocol; added class for mixer fader control for client GUI
|
2006-11-19 23:14:22 +00:00 |
|
Volker Fischer
|
bb76f4d911
|
some cleanup of protocol implementation, cleanup main client GUI a bit, new version number
|
2006-11-05 10:09:32 +00:00 |
|
Volker Fischer
|
efb83f15ac
|
server sends connected client list on a new connection
|
2006-11-04 13:09:42 +00:00 |
|
Volker Fischer
|
3d4153fd75
|
prepared implementation for connected client list and individual gains for mixing at server for each channel
|
2006-11-04 09:57:59 +00:00 |
|
Volker Fischer
|
3e71e83110
|
bug fix in sound interface, prepared for new protocol message for connected client information
|
2006-10-30 21:14:44 +00:00 |
|
Volker Fischer
|
ab24ff7d00
|
some changes to the sound interface, changed names of macros for network buffer sizes
|
2006-10-30 20:35:46 +00:00 |
|
Volker Fischer
|
c5cf24f58e
|
bug fix for exchanging initial jitter buffer size value on new connect, show block size in server GUI, always show version number in GUI which is set in global.h
|
2006-09-16 11:26:15 +00:00 |
|
Volker Fischer
|
633fc9b72e
|
in/out network buffer size factors possible
|
2006-03-13 20:23:05 +00:00 |
|
Volker Fischer
|
c86cbcabdb
|
new management of network block size factors
|
2006-03-13 19:32:23 +00:00 |
|
Volker Fischer
|
fd51ba29f4
|
fixes for network buffer size factor setting
|
2006-03-12 12:24:42 +00:00 |
|
Volker Fischer
|
6c6ce5bd04
|
change of network buffer size is possible now
|
2006-03-12 11:50:35 +00:00 |
|
Volker Fischer
|
24680bbab4
|
jitter buffer settings only allow settings for buffers larger than the network buffer block size
|
2006-03-12 10:43:48 +00:00 |
|
Volker Fischer
|
47f60d317e
|
when setting jitter buffer size, only use number of blocks, not the size of the block anymore (since this is constant anyway
|
2006-03-12 10:02:01 +00:00 |
|
Volker Fischer
|
e904c495ea
|
preparations for allowing different network block sizes
|
2006-03-11 20:35:38 +00:00 |
|
Volker Fischer
|
a4610ef287
|
different strategy for mutex in protocol class, fix for sending jitter buffer change message when no connection is established
|
2006-03-08 18:44:21 +00:00 |
|