Commit graph

162 commits

Author SHA1 Message Date
Oswald Auguste de Bruin
4a8abaf644 progressive fixed 2013-08-16 11:40:05 +02:00
Oswald Auguste de Bruin
d6721a539d Progressive Ogg now works 2013-08-13 16:32:34 +02:00
Oswald Auguste de Bruin
032f3e7377 Splitted stuff 2013-08-13 16:32:34 +02:00
Thulinma
81d7f69d1d Changed flash URL types to include versions, removed ConnRAW warning messages. 2013-08-13 16:29:41 +02:00
Thulinma
a254fe7195 Removed debug information, fixed controller, made HTTP connector auto-discover connectors. 2013-08-12 16:25:36 +02:00
Thulinma
221cd15b07 Some minor optimalizations and fixes to controller. 2013-08-12 13:20:19 +02:00
Thulinma
aad94e2ded Improved connector capabilities detection. (As in, there now actually is detection instead of hardcoded values...) 2013-08-07 16:09:28 +02:00
ThatGuy
31b981dc1c fixed a bug with setting the live flag in the metadata (embed) 2013-07-29 14:58:27 +02:00
ThatGuy
fa727cdffe Fixed TS live not sending first keyframe and decreased CPU usage. 2013-07-29 14:17:15 +02:00
ThatGuy
871d5c621f Fixed progressive and rtmp sometimes not quitting correctly 2013-07-29 14:16:24 +02:00
ThatGuy
2cc27efcae Fixed TS, added several parameters for MistConnTS, controller now builds parameters correctly (spaces issue) 2013-07-29 12:30:06 +02:00
Thulinma
25c7f6f93d Tweaked buffer/player timings to prevent delays, almost-working smooth support. 2013-07-24 13:25:38 +02:00
Thulinma
a8382b3bef Fixed a HTTP proxy bug when re-requesting data, updated HTTP Dynamic to support DTSC2 format. 2013-07-23 14:27:24 +02:00
Thulinma
4a9c137aef Fixed live HLS not continuing after buffer size. 2013-07-18 16:44:36 +02:00
Thulinma
dfa329f6ed Fixed HLS live and added Apple compatibility flag so non-Apple devices can still work as well. 2013-07-11 15:56:15 +02:00
Erik Zandvliet
85e9416b02 Working HLS, dunno how, but it works. 2013-07-10 11:53:51 +02:00
Thulinma
863cd6c8b6 Fixed progressive connector. 2013-07-04 16:28:34 +02:00
Niels Groot Obbink
04bc5842bd embed JS files now also receive metadata info & LSP now displays js links in monospace 2013-07-04 15:12:54 +02:00
Thulinma
9b662913e5 Added streamname.html page that includes the embed script. 2013-07-04 12:06:32 +02:00
Erik Zandvliet
bfecf417dc Its really really broken 2013-07-02 15:50:39 +02:00
Thulinma
2644e9575e Now compiles with DTSC multibitrate library. 2013-06-25 15:43:06 +02:00
Erik Zandvliet
c6aabfa4bf Updated MistConnHTTPLive for DTSC2, fixed a bug in fragmentizing. 2013-06-06 14:52:55 +02:00
Thulinma
3f2c876a7e Initial RTMP DTSC2 support. 2013-06-06 14:27:59 +02:00
Thulinma
849bc24557 Initial progressive DTSC2 support. 2013-06-06 14:25:20 +02:00
Erik Zandvliet
7e3c97355f Update to "keys" element instead of all different arrays. 2013-06-04 11:54:19 +02:00
Erik Zandvliet
46fed13161 Made single bitrate files in DTSCv2 style work on HTTP Smooth. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
48fad86c26 Added force parameter to DTSCFix, various fixes in smooth connector. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
a7edacd720 Various updates 2013-06-03 15:51:23 +02:00
Erik Zandvliet
9feb1c95d1 Updated for selecting tracks. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
073a80e079 Updated MistConnHTTPSmooth to output a proper Manifest for DTSCv2 files. 2013-06-03 15:51:23 +02:00
Thulinma
3e944397f6 Massive speedup in HTTP proxy handling. 2013-06-03 15:48:48 +02:00
Thulinma
3a73e17e9c iOS fix for embed code 2013-05-13 10:10:31 +02:00
Thulinma
43427f281d Embed code fix 2013-05-06 10:57:38 +02:00
Cat
5bc15ea794 LSP: lots of fixes 2013-04-23 14:42:57 +02:00
Thulinma
10f1803857 Fixed deadlock if buffer disconnects before sending metadata to connectors. 2013-04-12 16:41:11 +02:00
Thulinma
40a99ece9a Fixed some more threading issues in HTTP proxy - clarified code. 2013-04-10 15:35:31 +02:00
Thulinma
1945124ee9 Fixed a few minor memory leaks in HTTP proxy. 2013-04-06 22:23:10 +02:00
Thulinma
a0b1b1a8b3 Changed overly complicated HTTP proxy thread handling to automatic, more sane, handling. 2013-04-06 21:38:41 +02:00
Thulinma
1c20982004 Optimized memory usage of ingest in RTMP connector. 2013-04-05 16:35:32 +02:00
Thulinma
cb90d6da2e Fixed HTTP proxy threading problems. 2013-04-04 01:58:00 +02:00
Thulinma
58c17a6374 Several minor fixes / tweaks. 2013-04-04 00:58:23 +02:00
Thulinma
92ed92ed70 Merge branch 'development' into refactor
Conflicts:
	src/connectors/conn_rtmp.cpp
2013-03-30 21:27:58 +01:00
Thulinma
6159149a49 Fixed typos in previous edits. 2013-03-29 23:03:15 +01:00
Erik Zandvliet
9b41a07c2f Refactor and doxygen of all connectors finished. Internal documentation follows later. 2013-03-28 12:05:45 +01:00
Thulinma
1a4cd15a04 Attempt to fix RTMP compatibility with FCPublish-based media sources that expect replies to releaseStream and FCPublish commands. 2013-03-28 02:58:40 +01:00
Erik Zandvliet
570aa95315 Refactoring of the HTTP_Connector namespace, starting to add documentation as well. 2013-03-27 16:05:59 +01:00
Niels Groot Obbink
2e1296cf5e added HLS and ISM support to embed.js 2013-03-26 11:26:23 +01:00
Thulinma
5e57ae56c4 Add stream type (live/vod) to info/embed information. 2013-03-26 10:11:28 +01:00
Thulinma
d8cce3da11 Enforce supported HTTP Smooth codecs. 2013-03-25 21:37:06 +01:00
Erik Zandvliet
d4cb56abd1 Optimizations ported from conn_http_live.cpp to conn_ts.cpp 2013-03-25 10:09:22 +01:00