Commit graph

2537 commits

Author SHA1 Message Date
Erik Zandvliet
0913d2607e Working PlayReady/Verimatrix DRM support 2015-09-02 12:09:37 +02:00
Thulinma
27fdbb2468 Merge branch 'development' into LTS_development 2015-08-28 22:17:35 +02:00
Thulinma
2fb1459dff Fixed Windows compile. 2015-08-28 22:17:29 +02:00
Thulinma
d6922c92f5 Merge branch 'development' into LTS_development 2015-08-28 21:58:43 +02:00
Thulinma
71dc32d2d3 Added ability to break through semaphore locks to the controller monitoring thread. 2015-08-28 21:56:27 +02:00
Thulinma
32cdf623b4 Changes to controller functioning. 2015-08-28 21:45:25 +02:00
Thulinma
2817560006 Merge branch 'development' into LTS_development 2015-08-04 19:53:14 +02:00
Thulinma
7f1a76afa3 Changes to make VLC work again. 2015-08-04 19:53:07 +02:00
Thulinma
76ebcd4735 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output_ts_base.cpp
2015-08-04 11:35:20 +02:00
Thulinma
45e82e76eb Fixed HLS live playback on Apple devices, by resetting internal timestamps to zero for the beginning of all segments. 2015-08-04 11:34:51 +02:00
Thulinma
58d9e094d7 Removed unused flags from ISMV input. 2015-07-31 23:44:30 +02:00
Thulinma
f3f0904b98 Merge branch 'development' into LTS_development 2015-07-31 23:43:30 +02:00
Thulinma
d2241886e5 Changed output.cpp to use Bitfield library instead of less portable system calls. 2015-07-31 23:43:08 +02:00
Thulinma
eadd3863fc Merge branch 'development' into LTS_development
# Conflicts:
#	lib/timing.cpp
#	lib/timing.h
2015-07-30 11:58:17 +02:00
Thulinma
610c48ddcb Added getUTCString call to Util library. 2015-07-30 11:57:23 +02:00
Thulinma
7b696f6f83 Fixed DASH live support for DASH-IF player. 2015-07-30 11:53:30 +02:00
Thulinma
e36b05500b Major DASH cleanup/bugfix spree: live DASH now works in bitmovin player. 2015-07-29 22:59:39 +02:00
Thulinma
bf1e2c8083 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output_hss.cpp
2015-07-28 20:40:39 +02:00
Thulinma
b7b2bb5f68 Added CORS headers to HSS output, added HTTP OPTIONS support to HLS and HSS outputs. 2015-07-28 20:23:06 +02:00
Thulinma
8e4985801a Improved buffer size mismatch error verbosity. 2015-07-23 12:33:29 +02:00
Thulinma
d0903a6583 Merge branch 'development' into LTS_development 2015-07-22 14:57:27 +02:00
Thulinma
c0f9fd250f Fixed some shared memory buffers not being cleared properly. 2015-07-22 14:55:59 +02:00
Thulinma
1c85037584 Merge branch 'development' into LTS_development 2015-07-22 12:38:32 +02:00
Thulinma
4b9c8cee74 Simplified and optimized FLV input and tag to DTSC conversion. 2015-07-22 12:37:09 +02:00
Thulinma
279dc470da Merge branch 'development' into LTS_development 2015-07-22 10:28:10 +02:00
Thulinma
a1a195b1e7 Prevent keepalive on non-initialized userClients when negotiating. 2015-07-22 10:27:41 +02:00
Thulinma
232fc9ff0a Merge branch 'development' into LTS_development 2015-07-22 09:53:46 +02:00
Thulinma
27240abd06 Clarified debug messages, tweaked verbosity levels. 2015-07-22 09:53:36 +02:00
Thulinma
0bda57fa0c When reconnecting, close old connections to userClient/statsPage first to prevent accidental killing of outputs. 2015-07-22 09:53:04 +02:00
Thulinma
569ef07f29 Merge branch 'development' into LTS_development
# Conflicts:
#	lib/stream.cpp
#	src/output/output_http_internal.cpp
2015-07-21 23:51:46 +02:00
Thulinma
dc6b4ca0b9 Gave MistOut processes the ability to restart MistIn processes and/or reconnect to them as/if needed. 2015-07-21 23:36:32 +02:00
Thulinma
fce83c903b Make internal HTTP output correctly serve embed codes for newer stream types. 2015-07-21 23:07:41 +02:00
Thulinma
c3efc1001f Improved startInput function behaviour and reliability, added streamAlive function. 2015-07-21 23:07:10 +02:00
Thulinma
dcde050143 Improved debug messages for all MistIn processes, added ability to manually kill MistIn processes. 2015-07-21 22:23:47 +02:00
Thulinma
87676ff669 Merge branch 'development' into LTS_development 2015-07-20 12:52:35 +02:00
Thulinma
7647430cf3 Fixed segfault in MistIn processes being run at high debug levels. 2015-07-11 01:16:00 +02:00
Thulinma
9c25e9fa79 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output.h
2015-07-11 01:07:36 +02:00
Thulinma
b8eec40fbf Fixed documentation for realTime variable, improved output verbosity when waiting for inputs to load up pages, made timer more precise. 2015-07-11 01:07:06 +02:00
Thulinma
ec78f92b8e Allow setting of play back rate multiplier in MP4 output through the "rate" GET parameter. 2015-07-11 01:05:18 +02:00
Thulinma
0fdf39db8c Fixed Pro compile flags to actually work. Imagine that! 2015-07-09 09:18:08 +02:00
Thulinma
b316878674 Merge branch 'development' into LTS_development 2015-07-08 22:38:36 +02:00
Thulinma
421842bda5 Fixed incorrect stripping of ? character and beyond in stream name containing a + or space character before the ? character. 2015-07-08 22:38:27 +02:00
Thulinma
a9971f07cf Merge branch 'development' into LTS_development 2015-07-01 16:59:33 +02:00
Thulinma
b93841f659 Fixed NOSHM and WITH_THREADNAMES flags, added NOCRASHCHECK flag. 2015-07-01 16:59:26 +02:00
Thulinma
8f37536403 Merge branch 'development' into LTS_development 2015-06-30 17:01:10 +02:00
Thulinma
f463606152 Fixed metadata sizing problems. 2015-06-30 17:00:52 +02:00
Erik Zandvliet
06cfc1eed2 Fixes for HTTP DASH live streaming 2015-06-30 16:00:29 +02:00
Thulinma
e1313e3bb5 Merge branch 'development' into LTS_development 2015-06-26 18:05:57 +02:00
Erik Zandvliet
1b724afc83 Small fix in playback speed, when resuming playback 2015-06-26 18:05:51 +02:00
Erik Zandvliet
8024181e55 Made metadatapages larger 2015-06-26 18:05:42 +02:00