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 |
|
Thulinma
|
907001d78b
|
Improved info / embed code generator: now supports smooth and HLS, fixed dynamic URL, added domain-relative URLs, added default port support, added default width/height.
|
2013-03-24 23:47:57 +01:00 |
|
Thulinma
|
4c4307e033
|
Tweaked HTTP 208 retry behaviour, fixed big causing retries to almost always fail.
|
2013-03-24 20:48:34 +01:00 |
|
Thulinma
|
3d64c4996a
|
Tweaked HTTP Dynamic verbosity.
|
2013-03-24 20:48:09 +01:00 |
|
Thulinma
|
b1e0894fd7
|
Fixed what hopefully were the last few problems with live Smooth/Dynamic streaming.
|
2013-03-22 22:57:14 +01:00 |
|
Thulinma
|
78886239e1
|
MistPlayer will now auto-run DTSCFix, updated connectors to use the now guaranteed consistent metadata.
|
2013-03-21 14:22:22 +01:00 |
|
Thulinma
|
6c464ae6f0
|
Tweaks to HTTP Dynamic bootstrap to allow for more smooth starting of live streams.
|
2013-03-18 22:31:39 +01:00 |
|
Thulinma
|
cdcb71d8a8
|
Added support for proper range handling to HTTP-based fragmented protocols (Smooth, Live, Dynamic).
|
2013-03-18 17:38:01 +01:00 |
|
Thulinma
|
d3ce22c783
|
Minor verbosity tweak to RTMP.
|
2013-03-18 17:37:29 +01:00 |
|
Thulinma
|
056c3c992b
|
Massive HTTP-based protocol code cleanup.
|
2013-03-18 17:21:29 +01:00 |
|
Thulinma
|
b2916bad35
|
Improved RTMP protocol verbosity.
|
2013-03-16 16:29:03 +01:00 |
|
Thulinma
|
4608278d6b
|
Fix problems with cancelled HTTP requests "corrupting" future requests.
|
2013-03-14 01:24:43 +01:00 |
|
Thulinma
|
1762ae9724
|
Made src directory structure more sane - all binaries are now built in src but sources are divided amongst subdirs of src
|
2013-03-13 23:28:47 +01:00 |
|