badaix
|
274f7d3475
|
faster resync after suspend
|
2015-12-03 21:53:56 +01:00 |
|
badaix
|
42232a35aa
|
added getHostName
|
2015-12-03 21:53:56 +01:00 |
|
badaix
|
f2ae4121c2
|
added mapMessage and stringMessage
|
2015-12-03 21:53:56 +01:00 |
|
badaix
|
046386f56d
|
basic telnet like control server
|
2015-12-03 21:53:56 +01:00 |
|
Johannes Pohl
|
b4a23894f0
|
Merge pull request #12 from jniewerth/patch-1
Fix Segfault when ALSA device has no description
|
2015-11-15 23:13:09 +01:00 |
|
jniewerth
|
8593cd87ea
|
Fix Segfault when ALSA device has no description
|
2015-11-14 12:07:37 +01:00 |
|
badaix
|
c5b3ca7dff
|
removed depency to boost lexical cast and boost algorithm
|
2015-11-12 09:35:12 +01:00 |
|
badaix
|
8a9bea4ecc
|
replaced boost::lexical_cast with c++11 functions
|
2015-11-12 09:21:44 +01:00 |
|
badaix
|
b0652299bf
|
moved alsaPlayer into player subdir
|
2015-11-10 20:08:59 +01:00 |
|
badaix
|
6d27b7b8b8
|
added PCM reader base class
|
2015-11-04 19:47:59 +01:00 |
|
badaix
|
543944aad0
|
fixed disconnect deadlock
|
2015-10-25 13:09:12 +01:00 |
|
badaix
|
e0abdfe1a4
|
changed "IP" to "host"
|
2015-10-25 13:08:59 +01:00 |
|
badaix
|
f8c25c3a53
|
Renamed ClientSession to StreamSession
|
2015-10-25 12:42:16 +01:00 |
|
badaix
|
da58cb51a8
|
use CXX for g++
|
2015-09-30 14:11:10 +02:00 |
|
badaix
|
5a9c4b15e6
|
merged with develop branch
|
2015-09-30 14:10:42 +02:00 |
|
badaix
|
d6588234e5
|
proper disconnect
|
2015-09-30 13:57:23 +02:00 |
|
badaix
|
241e055652
|
renamed "add" to "sendAsync"
|
2015-09-12 19:45:03 +02:00 |
|
badaix
|
c895c32abe
|
added shebang
|
2015-09-12 19:33:26 +02:00 |
|
badaix
|
be385136ec
|
report disconnect to control clients
|
2015-09-12 19:26:43 +02:00 |
|
badaix
|
f7336fe20c
|
clean up
|
2015-09-12 19:26:08 +02:00 |
|
badaix
|
b87d1434cd
|
consider clients as offline after server start
|
2015-09-12 19:25:20 +02:00 |
|
badaix
|
edbad4579a
|
added control.py
|
2015-09-11 21:02:13 +02:00 |
|
badaix
|
30e9746d73
|
wait for server response
|
2015-09-09 22:41:08 +02:00 |
|
badaix
|
753c00c3f5
|
wait for response
|
2015-09-09 08:59:53 +02:00 |
|
badaix
|
fe8cfbeb26
|
moved controller tests into subdir
|
2015-09-09 08:51:48 +02:00 |
|
badaix
|
1e855e8d1c
|
fixed stream age calculation
|
2015-09-09 07:46:21 +02:00 |
|
Johannes Pohl
|
e72e71e6f8
|
installation of gcc 4.8
|
2015-09-08 23:35:06 +02:00 |
|
badaix
|
48fc8330c5
|
configurable control port (avahi: _snapcast-jsonrpc._tcp)
|
2015-09-08 21:27:08 +02:00 |
|
badaix
|
dee9507f37
|
player volume is adjusted in software
|
2015-09-08 21:26:30 +02:00 |
|
badaix
|
085790dc3c
|
cleaned up json rpc exceptions
|
2015-09-06 22:15:55 +02:00 |
|
badaix
|
8538599339
|
fixed connect problem
|
2015-09-06 21:36:53 +02:00 |
|
badaix
|
026ab84f0b
|
control and stream server use a central io_service
|
2015-09-06 11:49:24 +02:00 |
|
badaix
|
6435325821
|
made serversettings local
|
2015-09-05 23:26:31 +02:00 |
|
badaix
|
e1ca0bcd0f
|
print requests
|
2015-09-05 22:39:07 +02:00 |
|
badaix
|
c7beff2191
|
changed json exceptions
|
2015-09-05 22:38:47 +02:00 |
|
badaix
|
5adc7c75f3
|
restore config
|
2015-09-05 22:38:27 +02:00 |
|
badaix
|
f21251ccda
|
control player settings
|
2015-09-05 22:37:57 +02:00 |
|
badaix
|
f1e05797a3
|
added setMute
|
2015-09-05 22:36:18 +02:00 |
|
badaix
|
6e3a569057
|
added reader thread
|
2015-09-05 14:01:10 +02:00 |
|
badaix
|
2c0cbf0f1e
|
added control test client
|
2015-09-05 11:52:03 +02:00 |
|
badaix
|
0c2e5a0df3
|
moved json stuff into subfolder
|
2015-09-05 11:22:51 +02:00 |
|
badaix
|
8991347947
|
Renamed ServerSession => ClientSession
|
2015-09-05 11:16:24 +02:00 |
|
badaix
|
e279b12f31
|
StreamServer receives control events
|
2015-09-05 11:12:15 +02:00 |
|
badaix
|
e22892884c
|
Merge branch 'develop' of https://github.com/badaix/snapcast into develop
|
2015-09-03 23:03:12 +02:00 |
|
badaix
|
a4999af5a6
|
save config
|
2015-09-03 23:02:30 +02:00 |
|
badaix
|
4303f2e6c5
|
comment
|
2015-09-03 23:02:15 +02:00 |
|
badaix
|
61eef39f19
|
changed json API to named params
|
2015-09-03 23:02:07 +02:00 |
|
badaix
|
f69816b512
|
added Volume struct
|
2015-09-02 18:44:32 +02:00 |
|
badaix
|
1871948294
|
added Volume struct
|
2015-09-02 18:44:09 +02:00 |
|
badaix
|
f3dca7ca1f
|
trigger onDisconnect
|
2015-09-01 22:53:16 +02:00 |
|