Thulinma
aa2dd8491c
Fixed a segfault in the buffer on track deletion, added a WARN-level message when/if something similar occurs.
2016-05-01 15:56:10 +02:00
Thulinma
9e8b07cbfc
Added STATS_DELAY compile flag for overriding the statistics delay for better or worse accuracy than the default.
2016-04-27 12:49:25 +02:00
Thulinma
fd123c8c1f
Listening sockets now closed when forking child processes, preventing lock of ports when children aren't killed.
2016-04-22 09:30:32 +02:00
Thulinma
9896b5837e
Pro side of encoding fixes.
2016-04-14 12:08:26 +02:00
Thulinma
d20c4f5ec5
Merge branch 'development' into LTS_development
...
# Conflicts:
# src/output/output_hss.cpp
# src/output/output_rtmp.cpp
2016-04-14 12:05:55 +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
Erik Zandvliet
4c2eeb96c8
Fix for handling negative h264 offsets in mp4
2016-04-12 15:07:35 +02:00
Erik Zandvliet
90419e15eb
Get width and height from sps when incorrect in mp4 file
2016-04-08 11:06:51 +02:00
Erik Zandvliet
939924439d
Nasty hack for fixing H264 init data on FLV
2016-04-08 10:03:38 +02:00
Thulinma
56232c1fba
Fix typo in recording
...
Add $stream variable to filename
Changed $seconds variable to $second
2016-02-29 13:23:09 +01:00
Thulinma
72c4f9771a
Merge branch 'development' into LTS_development
2016-02-29 13:05:46 +01:00
Thulinma
203d7b7a67
Fixed long long value in timing library to actually be long long.
2016-02-29 11:51:23 +01:00
Thulinma
f6e2e95b5a
Added USER_NEW trigger.
2016-02-19 11:33:40 +01:00
Thulinma
0d9108d1d6
Backported Pro shared_memory edits to OS edition
2016-02-15 14:42:19 +01:00
Erik Zandvliet
c25a533729
Recording, HLS Push, UDP (Multicast) Input, Threaded TS
2016-02-12 16:30:33 +01:00
ozzay
1c3e143709
Recording functionality by Diederick Huijbers, slightly tweaked.
2016-02-12 16:29:08 +01:00
Thulinma
53febd82d1
Merge branch 'development' into LTS_development
...
# Conflicts:
# src/input/input_buffer.cpp
2016-02-12 16:18:54 +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
fa6dd9ee56
Merge branch 'development' into LTS_development
...
# Conflicts:
# lib/dtsc.cpp
# lib/dtsc.h
2016-01-28 11:31:00 +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
3f93ca5f82
Merge branch 'development' into LTS_development
...
# Conflicts:
# src/output/output_progressive_mp4.cpp
2016-01-26 14:33:23 +01:00
Erik Zandvliet
a39350f83e
CORS Headers
2016-01-26 14:31:09 +01:00
Erik Zandvliet
90a53ddf70
Merge branch 'development' into LTS_development
...
# Conflicts:
# src/output/output_hds.cpp
2016-01-26 14:15:17 +01:00
Erik Zandvliet
3c48a6c03c
Embedding of flash players
2016-01-26 14:14:12 +01:00
Thulinma
8eb518606a
Merge branch 'development' into LTS_development
...
# Conflicts:
# src/input/input_buffer.cpp
2015-12-25 15:44:23 +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
3d1784a096
Merge branch 'development' into LTS_development
2015-11-28 16:06:33 +01:00
Thulinma
23800d6cbb
Fixed shared memory issues under Windows, by Erik Zandvliet.
2015-11-28 16:06:26 +01:00
Thulinma
f90f261116
Merge branch 'development' into LTS_development
2015-11-25 21:48:37 +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
35b2dd6bee
Better working TS input, Pro side. Code by Erik Zandvliet.
2015-11-05 17:11:04 +01:00
Thulinma
8bcda5e57b
Merge branch 'development' into LTS_development
...
# Conflicts:
# lib/bitstream.h
# lib/h264.cpp
# lib/h264.h
# lib/nal.cpp
# lib/nal.h
2015-11-05 17:07: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
8678a845f3
Merge branch 'development' into LTS_development
2015-11-02 17:14:44 +01:00
Thulinma
5cce37c521
Fixed RTMP extended timestamp read
2015-11-02 17:14:38 +01:00
Thulinma
4889abb64e
Merge branch 'development' into LTS_development
2015-11-02 15:53:01 +01:00
Thulinma
3a07633de5
Improved Socker::Buffer deletion handling.
2015-11-02 15:52:48 +01:00
Thulinma
59a4329266
Merge branch 'development' into LTS_development
2015-10-20 14:12:17 +02:00
Thulinma
500cdf6e71
Improved BPS calculation for live streams.
2015-10-20 14:12:11 +02:00
Thulinma
596689c9ee
Merge branch 'development' into LTS_development
2015-10-15 10:28:33 +02:00
Erik Zandvliet
c417630abe
Same fix, but for non-const iterator
2015-10-15 10:28:24 +02:00
Thulinma
101de0b81c
Merge branch 'development' into LTS_development
2015-10-14 16:53:20 +02:00
Thulinma
9737d9fbdf
Added missing return value for JSON class.
2015-10-14 16:53:13 +02:00
Thulinma
de1d202457
Made RTSP max send value runtime configurable.
2015-10-14 14:30:28 +02:00
Thulinma
279add438a
Implemented triggers.
...
Merged from code by Wouter Spruit, with additions by yours truly.
2015-10-14 10:48:00 +02:00
Thulinma
b53cc64208
Merge branch 'development' into LTS_development
2015-10-09 15:01:50 +02:00