Commit graph

151 commits

Author SHA1 Message Date
Thulinma
76ebcd4735 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output_ts_base.cpp
2015-08-04 11:35:20 +02:00
Thulinma
45e82e76eb Fixed HLS live playback on Apple devices, by resetting internal timestamps to zero for the beginning of all segments. 2015-08-04 11:34:51 +02:00
Thulinma
bf1e2c8083 Merge branch 'development' into LTS_development
# Conflicts:
#	src/output/output_hss.cpp
2015-07-28 20:40:39 +02:00
Thulinma
b7b2bb5f68 Added CORS headers to HSS output, added HTTP OPTIONS support to HLS and HSS outputs. 2015-07-28 20:23:06 +02:00
Thulinma
e0c9173f9a Merge branch 'development' into LTS_development 2015-05-12 11:23:08 +02:00
Thulinma
a3bf393bea Added generic CORS header adder, now used in controller, HLS output and internal HTTP handler. 2015-05-12 11:23:00 +02:00
Thulinma
4bdbd82f66 LTS Commits 2015-04-05 21:38:36 +02:00
Thulinma
185d75e0d9 Fixed iPhone/iPad/iPod user agent detection. 2015-04-02 16:32:27 +02:00
Thulinma
92d5d9be51 Fixed audio-only HLS output 2015-03-14 14:02:46 +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
Thulinma
95f19c4259 Merged TS unification edits by Wouter Spruit. 2015-03-05 13:49:09 +01:00
Thulinma
11cb5a640f Fixed HLS last segment missing. 2015-03-04 16:15:00 +01:00
wouter spruit
bac101b1e5 added sleep in output_http, fix for high CPU usage 2015-02-25 16:17:10 +01:00
Thulinma
9a0e009069 Fix merge mistake 2015-02-19 12:36:40 +01:00
wouter spruit
ed997a1bc3 Fixed live HLS 2015-02-19 10:51:07 +01:00
Thulinma
e595964832 TS library function name unification. 2015-02-19 03:00:10 +01:00
Thulinma
09c7881d10 Some fixes to HLS output. 2015-02-18 18:53:53 +01:00
Thulinma
44c0227064 Added Content-Length HTTP bug workaround for VLC versions < 2.2.0 2015-02-18 15:09:41 +01:00
Thulinma
c4399bb8a0 Revert sending timestamp more often for HLS - actually makes things worse. 2015-02-13 18:55:58 +01:00
Thulinma
8e6da507bc Updated TS protocols to use proper DTS/PTS using new lib calls. 2015-02-12 15:58:19 +01:00
Thulinma
aa6e07c2bd Generalized PMT generation across all TS-based protocols. 2015-02-12 15:28:57 +01:00
Thulinma
1c09397336 Made HLS send PCRs more often than every keyframe. 2015-01-29 16:05:56 +01:00
Thulinma
a47504b5cb Ogg support fixed and re-added. Squash of various commits made by Wouter Spruit. 2014-12-23 13:10:28 +01:00
Thulinma
cc4539c4da Fixed near-live playback of HLS, HDS and HSS. 2014-12-19 00:52:07 +01:00
Thulinma
f458e4d836 Very sadface, Erik. :-( 2014-11-18 15:36:50 +01:00
Erik Zandvliet
7cd943c50f Fixed PCR location for HLS streams 2014-11-18 15:29:41 +01:00
Thulinma
b68df4f2dd Fixed HLS init. 2014-11-14 15:25:45 +01:00
Erik Zandvliet
0fbcd97309 Fixed HLS, Fixed continuity counters updating 2014-11-14 14:45:44 +01:00
Thulinma
0d24dfb3a9 Fixed HLS Content-Type. 2014-11-13 17:29:30 +01:00
Thulinma
d457046420 Converted HTTP based outputs to new and improved mechanism, increasing robustness and efficiency. 2014-10-31 00:38:25 +01:00
Thulinma
b325ca96ee Added checksum to stats of HTTP based outputs for later merging of connections. 2014-10-23 15:12:33 +02:00
Erik Zandvliet
b6e4e0243e Fixed HLS (some more) 2014-10-06 14:54:19 +02:00
Thulinma
48c4efc4fd Made HLS segment counter more reliable. 2014-10-03 17:29:00 +02:00
Erik Zandvliet
5579cf87ce HotFix HLS 2014-10-02 14:12:41 +02:00
Thulinma
435633180c Made HLS and HSS be non-realtime, improved HLS debug messages. 2014-09-25 10:57:41 +02:00
Thulinma
77d00de3d5 Added ability to generate crossdomain.xml file to HLS output. 2014-09-23 12:49:28 +02:00
Thulinma
de61bb77a8 Fixed HLS case sensitivity. 2014-09-08 00:05:17 +02:00
Thulinma
dc144e90d0 Fixed HLS live last fragment being shown before completely being available. 2014-09-06 13:16:06 +02:00
wouter spruit
1a91c743db Bugfix for HLS last fragment missing 2014-09-01 16:07:25 +02:00
Thulinma
6890632e9d Fixed messed up merge. Really, guys? 2014-08-29 22:54:00 +02:00
wouter spruit
d2821a629e Optimizes to TS outputs. 2014-08-29 22:31:50 +02:00
Thulinma
42f5ef5468 Fixed HLS live missed fragment counter. 2014-08-05 23:37:56 +02:00
Thulinma
c6b860d54e HLS will now force-skip the first fragment if live and there are more than 2 fragments buffered. 2014-08-05 23:24:56 +02:00
Thulinma
875e8ef317 Fix for HLS URLs when only one track is available. 2014-08-05 22:59:17 +02:00
Thulinma
c7cef0260f Fixed HLS url recognition failure 2014-07-23 12:51:23 +02:00
Thulinma
7f1c2f28aa Various and sundry fixes. 2014-06-20 19:07:13 +02:00
Thulinma
81d56bc04b HTTP proxy rewrite, by Wouter Spruit. 2014-06-18 15:00:26 +02:00
Thulinma
3810330343 Added debug level options. 2014-05-29 13:26:16 +02:00
Thulinma
8e3d636381 Memory optimizations and supporting code for libmist changes. 2014-05-11 14:37:35 +02:00