Thulinma
425aa3059f
Optimized waiting for streams/tracks.
2016-06-06 16:31:06 +02:00
Thulinma
cc93a8fa4e
Socket internal data counters now 64 bits unsigned integers
2016-06-06 12:18:48 +02:00
Thulinma
4c9c6fa7ba
Backported various little edits from Pro edition.
2016-06-02 14:07:21 +02:00
Thulinma
66dc2dc0cb
Encoding fixes:
...
- base64 library renamed to encode library
- Moved urlencode/urldecode functions from HTTP library to encode library
- Moved hex/unhex functions from HTTP library to encode library
- Added urldecode support to RTMP urls, fixing XSplit wildcard stream support
2016-04-14 12:03:40 +02:00
Thulinma
203d7b7a67
Fixed long long value in timing library to actually be long long.
2016-02-29 11:51:23 +01:00
Thulinma
0d9108d1d6
Backported Pro shared_memory edits to OS edition
2016-02-15 14:42:19 +01:00
Thulinma
243595ff4d
UDP socket edits by Erik Zandvliet
2016-02-12 16:16:49 +01:00
Thulinma
d56e7f1408
Added a proxy in Output for getting the host (by Erik Zandvliet)
2016-02-12 15:51:54 +01:00
Thulinma
7c759c7664
Optimized getWritableIdentifier to improve the speed of MistInBuffer even further.
2016-02-12 15:39:01 +01:00
Thulinma
9631b79e86
Removed DTSC::Stream and DTSC::Ring classes - no longer in use anywhere.
2016-01-28 11:27:26 +01:00
Erik Zandvliet
a39350f83e
CORS Headers
2016-01-26 14:31:09 +01:00
Erik Zandvliet
3c48a6c03c
Embedding of flash players
2016-01-26 14:14:12 +01:00
Thulinma
401fe65979
- Made HLS no longer skip first fragment.
...
- Ignore metadata tracks and invalid tracks for buffer calculations.
- Fixed statistics.
2015-12-25 14:37:32 +01:00
Thulinma
23800d6cbb
Fixed shared memory issues under Windows, by Erik Zandvliet.
2015-11-28 16:06:26 +01:00
Thulinma
5ae0cb42a9
UDP binds can now bind to a specific interface, fixed IPv4 support for UDP sockets on IPv6-capable machines.
2015-11-24 22:46:37 +01:00
Thulinma
be3a852fb0
Made UDP socket binding more robust.
2015-11-24 16:57:23 +01:00
Thulinma
8e94528d6f
Improved signal and UDP bind debugging information, decreased verbosity of windows SHM errors.
2015-11-24 15:57:17 +01:00
Thulinma
b28a619fc6
Various fixes and improvements, backported from Pro version. Code by Erik Zandvliet.
2015-11-05 17:05:21 +01:00
Thulinma
5cce37c521
Fixed RTMP extended timestamp read
2015-11-02 17:14:38 +01:00
Thulinma
3a07633de5
Improved Socker::Buffer deletion handling.
2015-11-02 15:52:48 +01:00
Thulinma
500cdf6e71
Improved BPS calculation for live streams.
2015-10-20 14:12:11 +02:00
Erik Zandvliet
c417630abe
Same fix, but for non-const iterator
2015-10-15 10:28:24 +02:00
Thulinma
9737d9fbdf
Added missing return value for JSON class.
2015-10-14 16:53:13 +02:00
Thulinma
1eb5725751
Fixes to JSON library.
2015-10-09 15:00:03 +02:00
Thulinma
c20b8f2081
Fixed newlines in debug messages. Also, backported various Pro edition fixes that belonged in OS edition.
2015-10-08 13:54:54 +02:00
Thulinma
16d38459b6
Made JSON library non-recursive.
...
Co-authored with Diederick.
2015-10-06 13:21:14 +02:00
Thulinma
1e9ee73bfe
Added Util::stringToBool utility function.
2015-10-01 13:49:35 +02:00
Thulinma
d7fb7dd779
Fixed boolean support in JSON library.
2015-09-30 19:59:44 +02:00
Thulinma
adc34a0ac9
Fixed aspect ratios in MP4.
2015-09-29 14:39:59 +02:00
Thulinma
97b8adf41e
Fixes and improvements to various MP4 library functions, by Oswald de Bruin.
2015-09-03 21:36:09 +02:00
Thulinma
c254085579
Added PASP MP4 box pretty printing.
2015-09-03 20:23:20 +02:00
Thulinma
b0b4a5d10d
Added Track::finalize call to finish (live) tracks and record their complete duration, by Oswald de Bruin.
2015-09-03 20:20:47 +02:00
Thulinma
096b289cdf
Updated --version argument to give more detailed output.
2015-09-03 17:54:20 +02:00
Thulinma
2fb1459dff
Fixed Windows compile.
2015-08-28 22:17:29 +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
610c48ddcb
Added getUTCString call to Util library.
2015-07-30 11:57:23 +02:00
Thulinma
4b9c8cee74
Simplified and optimized FLV input and tag to DTSC conversion.
2015-07-22 12:37:09 +02:00
Thulinma
c3efc1001f
Improved startInput function behaviour and reliability, added streamAlive function.
2015-07-21 23:07:10 +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
b93841f659
Fixed NOSHM and WITH_THREADNAMES flags, added NOCRASHCHECK flag.
2015-07-01 16:59:26 +02:00
Thulinma
17aa6bbbb6
Compatibility improvements as well as simplification to RTMP push input.
2015-05-21 19:10:05 +02:00
Thulinma
a3bf393bea
Added generic CORS header adder, now used in controller, HLS output and internal HTTP handler.
2015-05-12 11:23:00 +02:00
Thulinma
a891b5ba41
Fixed Windows typo.
2015-04-16 16:10:34 +02:00
Thulinma
e672959f96
Fixes to Windows shared memory handling for VoD.
2015-04-16 15:59:25 +02:00
Thulinma
f20f1607c6
More debugging.
2015-04-16 15:01:41 +02:00
Thulinma
ef26df5e38
Changed + in shared memory page name to _
2015-04-16 14:39:23 +02:00
Thulinma
a556d6032d
Added insane-level debug message for opening of all shared memory pages.
2015-04-16 14:21:07 +02:00
Thulinma
2808595d7b
Changed Windows shared memory back to non-global.
2015-04-16 14:07:04 +02:00
Thulinma
e105569b06
More changes to Windows support.
2015-04-16 13:21:30 +02:00
Thulinma
d120523bbb
Improvements to connector shutdown code, attempted fix for Windows support.
2015-04-16 13:18:52 +02:00