Commit graph

2401 commits

Author SHA1 Message Date
Thulinma
dffc0f9539 Fixed handling of type 3 RTMP packets with extended timestamps. Removed redundant code. 2015-04-02 16:39:24 +02:00
Thulinma
49f9b44add Changed RTMP set peer bandwidth size from 4 to 5 bytes. 2015-04-02 16:39:11 +02:00
Thulinma
185d75e0d9 Fixed iPhone/iPad/iPod user agent detection. 2015-04-02 16:32:27 +02:00
Thulinma
8c1bb07403 Tweaked RTMP analyser to use same code path as RTMP output. 2015-04-02 16:32:18 +02:00
Thulinma
a9a7ff7202 Tweaked debug message verbosity. 2015-04-02 16:32:08 +02:00
Thulinma
3c8cc43ad9 Fixed HLS edge case handling. 2015-04-02 16:32:00 +02:00
Thulinma
f9201cbf9a Fixes to HTTP parser lib, DTSCMeta keysizes, MP4 headers and 4+GiB MP4 file output by Oswald de Bruin 2015-04-02 16:22:52 +02:00
Erik Zandvliet
3f6e465d6e LSP is now pre-minified, added a script to generate minified version, and updated the makefile accordingly 2015-04-02 15:34:51 +02:00
Erik Zandvliet
d370ef4eac Working multi-input 2015-04-02 09:56:47 +02:00
Erik Zandvliet
9b6312ca01 Switch to CMake 2015-04-02 09:55:33 +02:00
Thulinma
dff9c193d3 Made some changes to naming conventions for shared memory 2015-03-16 16:03:07 +01:00
Thulinma
10cc67a25a Fixed lib inclusion in makefile 2015-03-16 14:30:25 +01:00
Thulinma
597dcee303 Merged library into mistserver
# Conflicts:
#	.gitignore
#	Doxyfile
#	Makefile
#	README
2015-03-16 04:01:54 +01:00
Thulinma
92d5d9be51 Fixed audio-only HLS output 2015-03-14 14:02:46 +01:00
Thulinma
4533d6faa6 Added MP4::CO64 box, improved pretty-printing for various generic MP4 boxes. 2015-03-14 13:00:50 +01:00
Thulinma
cf52b6bbcc Added support for space as a stream separator character. 2015-03-13 01:05:01 +01:00
Thulinma
76dec8fe79 Changed verbosity of MP4 skipping box message. 2015-03-13 00:53:59 +01:00
Thulinma
3c8d4e1186 Added support for space as stream separator character 2015-03-13 00:53:23 +01:00
Thulinma
fe08c8f5c7 Deny loading of streamnames > 100 characters. 2015-03-13 00:52:36 +01:00
Thulinma
cfc6d9d6d3 Increased stream name length to 100 bytes 2015-03-13 00:52:21 +01:00
Thulinma
f3060781a7 HTTP parser now unescapes URLs 2015-03-13 00:52:02 +01:00
Thulinma
a7a7411fc1 Brought Doxygen file in sync with the version in the MistServer repository. 2015-03-11 12:35:23 +01:00
Thulinma
d64edaea29 Enabled Doxygen autobrief setting. 2015-03-11 12:34:40 +01:00
Thulinma
39f06dc99a Added MP3 input support (coded by Erik Zandvliet) 2015-03-10 12:52:44 +01:00
Thulinma
e8d1578a33 removed readOnlyMeta (was not really in use) 2015-03-06 16:52:59 +01:00
wouter spruit
bbb405269f removed fixed in info.cpp analyser 2015-03-06 14:20:50 +01:00
Thulinma
96328cd035 Changed default buffer size to 50s from 30s 2015-03-06 12:48:23 +01:00
Thulinma
260a0ceb68 Fixed various HLS problems with LQ/short inputs 2015-03-06 11:19:49 +01:00
wouter spruit
ff049f4ea2 continuity improvements 2015-03-06 10:32:19 +01:00
wouter spruit
12b0d9a930 added setDiscontinuity function to ts_packet, added DEBUG MSG level shortcuts 2015-03-06 10:30:08 +01:00
Thulinma
95f19c4259 Merged TS unification edits by Wouter Spruit. 2015-03-05 13:49:09 +01:00
Thulinma
3ef9f70ef7 Small tweaks to output verbosity and include flags. 2015-03-05 13:24:15 +01:00
Thulinma
43d20268ac Removed outdated converters from codebase. 2015-03-05 12:31:31 +01:00
Thulinma
6a6a8915d2 Merged in TS fixes/unification (and other small changes) by Wouter Spruit 2015-03-05 12:13:23 +01:00
Thulinma
bd012b3b35 Fixed unneeded 1s wait for all requests. 2015-03-05 11:39:46 +01:00
Thulinma
5fa57f1c22 Tweaks to shared server process monitoring verbosity and ferocity. 2015-03-05 00:34:29 +01:00
Thulinma
87583dae49 Gracefully shut down outputs when signals are received. 2015-03-05 00:31:45 +01:00
Thulinma
1ca3775552 Fixed preservation of HTTP headers when using StartResponse 2015-03-04 23:42:08 +01:00
Thulinma
81b7ab9a0e Fix page switching right after an audio track seek. 2015-03-04 18:58:08 +01:00
Thulinma
11cb5a640f Fixed HLS last segment missing. 2015-03-04 16:15:00 +01:00
Thulinma
cf1200cab1 Removed -lcrypto from Makefile - OpenSSL is no longer a dependency. 2015-03-04 00:37:32 +01:00
Thulinma
3fc8409dfd Removed OpenSSL dependency of rtmpchunks library. 2015-03-04 00:32:15 +01:00
Thulinma
91abc7ad38 Added SHA256 hash functions and HMAC functions. 2015-03-04 00:32:05 +01:00
wouter spruit
3ab38b22fc removed unused ts_packet functions 2015-03-03 14:11:51 +01:00
Thulinma
353bb301ca Removed openssl dependancy for MD5 digests. 2015-03-03 11:49:03 +01:00
Thulinma
2283cf26e3 Generic bitfield handler functions.
# Conflicts:
#	lib/dtscmeta.cpp
2015-03-03 11:41:17 +01:00
Thulinma
35ddc79c1a added pid/timeout/kill functionality to stats
# Conflicts:
#	src/output/output_rtmp.cpp
2015-03-03 11:33:52 +01:00
wouter spruit
aeb3d683a7 derp 2015-03-03 11:23:02 +01:00
wouter spruit
ef2465e00f improved management of statistics pages 2015-03-03 11:22:52 +01:00
wouter spruit
688f339aab added pid/timeout/kill functionality to stats 2015-03-03 11:22:42 +01:00