Thulinma
070b4d7866
RTMP push output fixes, RTMP input read fixes.
2016-05-25 14:36:44 +02:00
Thulinma
3c5f612709
Made wrong packet order message much less spammy.
2016-05-25 13:16:19 +02:00
Thulinma
69eea675eb
Fixed push-out shutting down the logger, added debug message for logger exiting.
2016-05-23 16:59:39 +02:00
Thulinma
4b2a8d4b33
Fixed TRID sizes to always be 8kb.
2016-05-23 10:38:25 +02:00
Thulinma
5759dbef0f
Added "invalidate_sessions" API call, made USER_NEW trigger even more atomic.
2016-05-20 13:06:37 +02:00
Erik Zandvliet
5c4e0d8c54
More reasonable size for metadata
2016-05-19 17:32:47 +02:00
Thulinma
5d4366fdf1
Added URL passthrough.
2016-05-19 15:37:44 +02:00
Thulinma
5da3c24eae
Made process library thread-safe.
2016-05-18 23:33:27 +02:00
Erik Zandvliet
72de5e5b90
Changed sleep to wait everywhere where it was needed
2016-05-18 17:06:23 +02:00
Thulinma
1dfc22858a
streamName and connector string data are now properly null-terminated in sharedStats structures, using snprintf.
2016-05-18 16:16:42 +02:00
Thulinma
5838f7a39c
Made PIDs 4 bytes instead of 2.
2016-05-18 09:57:07 +02:00
Thulinma
b23a811849
Fixed stats reporting corrupt stream name under certain conditions.
2016-05-18 01:01:08 +02:00
Erik Zandvliet
5a8b9be44a
Added a -c / --compact flag to MistAnalyserDTSC
2016-05-17 14:46:28 +02:00
Erik Zandvliet
24ca250d2e
Prevent 0-pointer accesses.
2016-05-17 10:56:45 +02:00
Thulinma
081f024e2c
Fix segfault in DTSC library when walking out of an incomplete object.
2016-05-17 10:17:32 +02:00
Thulinma
f641989991
Added maxconnsperip setting to controller. Only enforced if USER_NEW trigger is in use.
2016-05-16 16:48:21 +02:00
Erik Zandvliet
a5a9facc22
DTSC Pull optimizes and quick-negotiate.
2016-05-13 17:27:25 +02:00
Thulinma
97975deede
Made sockets less verbose.
2016-05-12 14:59:13 +02:00
Thulinma
fcdf788596
Implemented RTMP push output.
2016-05-12 14:49:19 +02:00
Thulinma
263dee7b25
Added push-related API calls to controller, made outputs able to wait for playable streams.
2016-05-11 13:55:23 +02:00
Thulinma
fa41e02047
Removed 5s timeout from streamAlive call.
2016-05-05 16:05:12 +02:00
Thulinma
6386060c10
Changed pull mode detection to be internal to each input, made DTSC input compliant with JSON output styling guidelines.
2016-05-05 16:05:12 +02:00
Thulinma
7e82673a13
Minor fixes.
2016-05-05 16:05:12 +02:00
Erik Zandvliet
dda0ea669c
Fully implemented DTSC pull support
2016-05-05 16:05:12 +02:00
Thulinma
668560ff05
Added skipDynamic optional argument to most binary representations of metadata/tracks, which skips sending dynamic parts of the metadata if true.
2016-05-05 16:05:12 +02:00
Thulinma
1f5dfdc580
Converted argument style to new singular method.
2016-05-04 16:51:16 +02:00
Thulinma
f4b296164e
Fixed all semaphore instances not being cleaned up properly.
2016-05-03 12:13:58 +02:00
Erik Zandvliet
12e04b45af
Made the default page size a compile flag
2016-05-02 13:03:48 +02:00
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