Thulinma
|
b8415d09c6
|
HLS/DASH stream track selector support in index URLs, fixed source matching when multi-select or type-select is used, handle user agent exceptions in Output::selectDefaultTracks(), added Util::codecString to stream.h library, removed duplicate/wrong code from DASH/HLS outputs
|
2019-04-26 13:50:39 +02:00 |
|
Thulinma
|
467b1cc877
|
Pass GET params for .html page to stream URLs
|
2019-03-06 15:41:00 +01:00 |
|
Thulinma
|
9e1539a2b9
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/controller/controller_statistics.cpp
# src/input/input_buffer.cpp
# src/input/input_dtsc.cpp
# src/input/input_ebml.cpp
# src/input/input_flv.cpp
# src/input/input_mp3.cpp
# src/output/output_httpts.cpp
# src/output/output_progressive_mp3.cpp
# src/output/output_progressive_mp4.cpp
|
2019-01-25 23:57:42 +01:00 |
|
Thulinma
|
7565704fdc
|
Fixed 32-bit compile issues
|
2019-01-25 23:49:56 +01:00 |
|
Thulinma
|
483b0007d1
|
Fixed info/json websockets staying open forever
|
2019-01-16 15:44:20 +01:00 |
|
Thulinma
|
80ef348025
|
Fixed info/json websockets staying open forever
|
2019-01-16 15:43:57 +01:00 |
|
Thulinma
|
c926637aec
|
Merge branch 'development' into LTS_development
|
2018-12-19 15:47:22 +01:00 |
|
Cat
|
ac7659614a
|
Embed rework
|
2018-12-19 15:34:26 +01:00 |
|
Thulinma
|
2861102483
|
Merge branch 'development' into LTS_development
|
2018-12-13 13:19:38 +01:00 |
|
Thulinma
|
081f91653e
|
Updated capa for outputs
|
2018-12-13 13:18:12 +01:00 |
|
Thulinma
|
ec0b19b92c
|
Socket library updates to support detecting sockets passed as FDs, removed use of peek() in HTTP request handler, fixed 100% CPU usage problem for unfinished HTTP requests
|
2018-11-28 12:01:57 +01:00 |
|
Thulinma
|
6a6dd5d7ed
|
Socket library updates to support detecting sockets passed as FDs, removed use of peek() in HTTP request handler, fixed 100% CPU usage problem for unfinished HTTP requests
|
2018-11-28 11:59:54 +01:00 |
|
Thulinma
|
98e3940079
|
Robustify accesses to server config
|
2018-11-28 11:46:33 +01:00 |
|
Thulinma
|
ac92e09262
|
Robustify accesses to server config
|
2018-11-28 11:46:22 +01:00 |
|
Thulinma
|
109995809d
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/output/output_http_internal.cpp
|
2018-11-13 16:35:12 +01:00 |
|
Thulinma
|
251dc5f171
|
Better onFail handling, better HTTP failure handling
|
2018-11-13 16:34:30 +01:00 |
|
Thulinma
|
855f431b59
|
Stream source no longer listed in internal HTTP outputs
|
2018-07-29 21:34:28 +02:00 |
|
Thulinma
|
4c34c5fbe5
|
Stream source no longer listed in internal HTTP outputs
|
2018-07-29 21:34:16 +02:00 |
|
Thulinma
|
0f0615236f
|
Merge branch 'development' into LTS_development
|
2018-07-23 12:53:28 +02:00 |
|
Thulinma
|
d944d4600e
|
Added CORS headers and OPTIONS/HEAD support for HTTP internal's onFail responses.
|
2018-07-23 12:53:23 +02:00 |
|
Thulinma
|
a084005644
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/output/output_progressive_mp4.cpp
|
2018-05-16 11:10:55 +02:00 |
|
Thulinma
|
ecbb48dbfe
|
Fixed http_internal responses for offline streams
|
2018-05-16 10:47:14 +02:00 |
|
Thulinma
|
d46eaf22e5
|
Added support for HTTP parameters in HTTPS protocol
|
2018-04-04 16:32:25 +02:00 |
|
Thulinma
|
da5e15621e
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/output/output_http_internal.cpp
|
2018-04-04 16:31:36 +02:00 |
|
Thulinma
|
e39599894f
|
support for protocol detection in player.js internal default URL
|
2018-04-04 16:05:27 +02:00 |
|
Thulinma
|
266ab3a654
|
Implemented browser detection and handling of output-specific browser exceptions.
|
2018-03-27 15:58:51 +02:00 |
|
Thulinma
|
f65c759292
|
Implemented browser detection and handling of output-specific browser exceptions.
|
2018-03-27 15:57:08 +02:00 |
|
Thulinma
|
1b15fbff2b
|
Added HTTP info.js websocket mode
# Conflicts:
# src/output/output_http_internal.cpp
|
2018-03-20 15:16:24 +01:00 |
|
Thulinma
|
e06b14ce77
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/output/output_http.cpp
# src/output/output_http_internal.cpp
|
2018-03-20 15:11:19 +01:00 |
|
Thulinma
|
b0bf1d14ec
|
Added HTTP info.js websocket mode
|
2018-03-20 15:06:37 +01:00 |
|
Thulinma
|
a1ea79af0c
|
Fixed behaviour when stream cannot be loaded for JSON/JS and HTML page outputs
# Conflicts:
# src/output/output_http_internal.cpp
|
2018-01-02 12:07:26 +01:00 |
|
Thulinma
|
6594f9bc94
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/output/output_http_internal.cpp
|
2018-01-02 12:06:35 +01:00 |
|
Thulinma
|
ec2dda0bff
|
Fixed behaviour when stream cannot be loaded for JSON/JS and HTML page outputs, backported a few Pro improvements to OS edition
|
2018-01-02 12:05:01 +01:00 |
|
Thulinma
|
1b9164910c
|
Merge branch 'development' into LTS_development
|
2017-10-24 14:44:00 +02:00 |
|
Thulinma
|
7550ce52e4
|
Added missing relative URL for HTML page stream output
|
2017-10-24 14:43:55 +02:00 |
|
Thulinma
|
bef46f969c
|
Merge branch 'development' into LTS_development
# Conflicts:
# lib/stream.cpp
# lib/stream.h
# src/input/input.cpp
# src/output/output_http_internal.cpp
|
2017-06-09 20:34:57 +02:00 |
|
Thulinma
|
26f74accdf
|
MistInBuffer no longer boots if the process starting it has no data to fill it with. Optimized and simplified HTTP internal output.
|
2017-06-09 20:31:20 +02:00 |
|
Thulinma
|
c0dd64bc7b
|
Merge branch 'development' into LTS_development
|
2017-05-11 14:14:44 +02:00 |
|
Cat
|
8143d6af05
|
Embed: dynamically load player js only if required
|
2017-05-11 14:14:31 +02:00 |
|
Thulinma
|
29cc6c15f8
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/output/output_http_internal.cpp
|
2017-04-06 10:29:48 +02:00 |
|
Cat
|
7b1652498b
|
when public address is configured in the http protocol, thats where player.js should be loaded from
|
2017-04-06 10:08:52 +02:00 |
|
Thulinma
|
746d982d28
|
bufferLivePacket improvements for generic Outputs
|
2017-03-16 17:15:50 +01:00 |
|
Thulinma
|
eef9303e61
|
bufferLivePacket improvements for generic Outputs
|
2017-03-16 17:12:54 +01:00 |
|
Thulinma
|
5000afe768
|
Added --public-address option to HTTP output, for address overwriting
|
2017-03-10 11:39:31 +01:00 |
|
Thulinma
|
25ddaa3595
|
Merge branch 'development' into LTS_development
|
2017-03-06 11:53:52 +01:00 |
|
Cat
|
aa3527dcb0
|
Embed: custom streaminfo
|
2017-03-06 11:51:32 +01:00 |
|
Cat
|
b0326ccd1e
|
LSP: thumbnailing; currently disabled
|
2017-03-06 11:46:44 +01:00 |
|
Thulinma
|
dadb1ebde8
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/output/output.cpp
# src/output/output_http_internal.cpp
|
2017-01-10 12:36:53 +01:00 |
|
Thulinma
|
fd5b9805de
|
Fixed favicon.ico
|
2017-01-10 12:34:43 +01:00 |
|
Thulinma
|
aebeeabd2b
|
Merge branch 'development' into LTS_development
# Conflicts:
# src/output/output_httpts.cpp
# src/output/output_ts_base.h
|
2016-12-28 16:32:16 +01:00 |
|