1
0
mirror of https://github.com/rofafor/vdr-plugin-satip.git synced 2023-10-10 13:37:42 +02:00
Commit Graph

259 Commits

Author SHA1 Message Date
Rolf Ahrenberg
ee6ac0d48a Add a preliminary multicast support. 2016-12-14 00:39:22 +02:00
Rolf Ahrenberg
e6c9776ec9 Add a new ForcePilot quirk. 2016-11-10 16:54:12 +02:00
Rolf Ahrenberg
7aef2a3dff Update README. 2016-11-10 16:52:08 +02:00
Rolf Ahrenberg
61b56db909 Add command-line support for setting server quirks. 2016-10-09 18:55:12 +03:00
Rolf Ahrenberg
4c45787541 Add preliminary support for DVBViewer CI. 2016-09-11 13:13:24 +03:00
Rolf Ahrenberg
f65dca2910 Handle Out-of-Range responses as a normal operation. 2016-09-11 13:12:59 +03:00
Rolf Ahrenberg
db0c18ba33 Check source validity also in server assign (Thanks to Patrick Boettcher). 2016-07-31 12:02:31 +03:00
Rolf Ahrenberg
0f9e0014df Add support for source filtering. 2016-07-30 13:43:57 +03:00
Rolf Ahrenberg
6bb7fb511b Fix command-line examples to match defined quirks. 2016-07-23 17:38:28 +03:00
Rolf Ahrenberg
7815821824 Fix active device check. 2016-06-23 15:38:36 +03:00
Rolf Ahrenberg
bc481bcc4d Add support for activating/deactivating server on-the-fly. 2016-06-22 22:49:46 +03:00
Rolf Ahrenberg
7289da9f41 Add support for RTP-over-TCP. 2016-06-21 23:03:39 +03:00
Rolf Ahrenberg
d5e0106d8e Change EINTR handling in poller. 2016-06-05 14:20:50 +03:00
Rolf Ahrenberg
fe532e2248 Use 2MB ringbuffer per device. 2016-05-12 23:48:01 +03:00
Rolf Ahrenberg
b5483b9d77 Set SO_REUSEPORT only if it's defined. 2016-05-07 21:45:28 +03:00
Rolf Ahrenberg
fd23b0483a Re-enable to reuse address for msearch protocol. 2016-04-11 23:06:03 +03:00
Rolf Ahrenberg
18c9b79533 Reset device name when the device is idling. 2016-03-19 20:37:21 +02:00
Rolf Ahrenberg
e4f560c66e Fix statistics output a bit more. 2016-02-28 18:24:29 +02:00
Rolf Ahrenberg
57ea119d03 Fix statistics output. 2016-02-28 15:36:12 +02:00
Rolf Ahrenberg
ae8298d19a Added support for X-SATIP-RTSP-Port header. 2016-02-27 17:32:27 +02:00
Tobias Grimm
b755dbf318 C++11 requires a mandatory space when concatenating string literals 2016-01-30 21:52:12 +02:00
Rolf Ahrenberg
8f12ce6f55 Add a missing device name update. 2016-01-30 21:51:49 +02:00
chriszero
9d5f7cc703 Make it possible to specify the rtp and rtcp ports
this makes it possible to use the satip through a
NAT (e.g. a docker bridged network)
2016-01-08 20:26:02 +02:00
Rolf Ahrenberg
c1a881ba94 Reorder also terrestrial and cable query parameters as introduced in the satip specification 1.2.2, although the ordering shouldn't matter according to it. 2016-01-08 20:25:44 +02:00
Tobias Grimm
165fd5b14a Reorderd the transponder URL parameter in a way the Panasonic CXW804 expects them
(src/freq/pol/ro/msys/mtype/plts/sr/fec)

This only applies to DVB-S. DVB-C and DVB-T might need further tweaking.
It's actually a bug of the Panasonic TV to expect the transponder parameters in
a specific order in the query string, but for now this seems to be the most
pragmatic workaround.
2016-01-08 20:25:04 +02:00
Rolf Ahrenberg
37a0572a64 Updated HISTORY. 2015-09-18 18:49:44 +03:00
Rolf Ahrenberg
613c0aed7c Added a force lock quirk for Schwaiger MS41IP. 2015-09-18 18:31:53 +03:00
Rolf Ahrenberg
c3ad29eb27 Updated for vdr-2.3.1 (Thanks to Klaus Schmidinger). 2015-08-20 19:12:21 +03:00
Rolf Ahrenberg
e90b8651e6 Silenced some cppcheck warnings. 2015-08-16 01:38:03 +03:00
Rolf Ahrenberg
0f370aa36a Added a tuning timeout for better recovery. 2015-08-16 01:10:52 +03:00
Rolf Ahrenberg
49e2dd1fc1 Reset the RTSP connection after any failed connect. 2015-06-04 18:51:09 +03:00
Rolf Ahrenberg
ba0b808ec4 Enabled the X_PMT extension for minisatip servers. 2015-05-26 21:18:05 +03:00
Rolf Ahrenberg
4e2535a7e2 Added a double check for the idle release. 2015-05-23 15:28:37 +03:00
Rolf Ahrenberg
6384b8694e Added a timeout for releasing idling devices. 2015-05-22 22:43:08 +03:00
Rolf Ahrenberg
6c4c8a10b7 Set the default device count to two. 2015-04-26 12:49:40 +03:00
Rolf Ahrenberg
8b43cdc634 Added initial support for detaching and attaching SAT>IP servers. 2015-04-12 21:25:41 +03:00
Rolf Ahrenberg
fe010ab72c Added a more flexible OPER command in the SVDRP interface. 2015-04-09 21:36:13 +03:00
Rolf Ahrenberg
7bdc152f76 Prepared for a release. 2015-04-03 20:37:29 +03:00
Rolf Ahrenberg
bd6774ba28 Relaxed the server cleanup timeout. 2015-03-26 00:28:17 +02:00
Rolf Ahrenberg
fbf7977853 Added a memory guard for cSatipMemoryBuffer(). 2015-03-26 00:23:55 +02:00
Rolf Ahrenberg
19a6a4a5ee Simplified GetTransponderUrlParameters(). 2015-03-22 23:44:15 +02:00
Rolf Ahrenberg
7b683dba8d Implemented cSatipMemoryBuffer(). 2015-03-22 20:06:47 +02:00
Rolf Ahrenberg
942d3a936e Fixed CURL buffer size for discovery. 2015-03-22 17:33:08 +02:00
Rolf Ahrenberg
748ea15d1d Updated against SAT>IP protocol specification version 1.2.2. 2015-03-22 16:47:02 +02:00
Rolf Ahrenberg
1d75da403a Simplified GetTransponderUrlParameters(). 2015-03-22 16:33:48 +02:00
Rolf Ahrenberg
4d8263e8fd Improved RTSP error checking. 2015-03-18 22:59:38 +02:00
Rolf Ahrenberg
7019b719a5 Fixed a memory leak in TinyXML implementation (Thanks to Oliver Endriss). 2015-03-18 20:55:10 +02:00
Rolf Ahrenberg
39249ca2d5 Fixed generic error macros. 2015-03-08 15:53:54 +02:00
Rolf Ahrenberg
68e0d1474e Got rid of SATIP_DEBUG. 2015-03-07 17:50:48 +02:00
Rolf Ahrenberg
ad5c221e44 Fixed wrong indenting. 2015-03-04 19:43:01 +02:00