lox-airplay-sender 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ exports.config = {
19
19
  sampling_rate: 44100, // fixed by AirTunes v2
20
20
  sync_period: 126, // UDP sync packets are sent to all AirTunes devices regularly
21
21
  stream_latency: 200, // audio UDP packets are flushed in bursts periodically
22
- rtsp_timeout: 15000, // RTSP servers are considered gone if no reply is received before the timeout
22
+ rtsp_timeout: 2147483647, // RTSP servers are considered gone if no reply is received before the timeout (legacy default)
23
23
  rtsp_heartbeat: 15000, // some RTSP (like HomePod) servers requires heartbeat.
24
24
  rtsp_retry_attempts: 3,
25
25
  rtsp_retry_base_ms: 300,
@@ -19,7 +19,7 @@ exports.config = {
19
19
  sampling_rate: 44100, // fixed by AirTunes v2
20
20
  sync_period: 126, // UDP sync packets are sent to all AirTunes devices regularly
21
21
  stream_latency: 200, // audio UDP packets are flushed in bursts periodically
22
- rtsp_timeout: 15000, // RTSP servers are considered gone if no reply is received before the timeout
22
+ rtsp_timeout: 2147483647, // RTSP servers are considered gone if no reply is received before the timeout (legacy default)
23
23
  rtsp_heartbeat: 15000, // some RTSP (like HomePod) servers requires heartbeat.
24
24
  rtsp_retry_attempts: 3,
25
25
  rtsp_retry_base_ms: 300,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lox-airplay-sender",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "AirPlay sender (RAOP/AirPlay 1 + AirPlay 2 auth flows) ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",