Commit graph

29 commits

Author SHA1 Message Date
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
Thulinma
0e02766e2b Tweaked (default) output verbosity levels to be more sensible and less spammy. 2013-03-12 02:01:57 +01:00
Erik Zandvliet
d72062ee92 MP3 support for the progressive connector 2013-03-07 20:55:31 +01:00
Thulinma
f0ab171a8b Removed useless debug information. 2012-12-31 15:51:01 +01:00
Thulinma
0920b3259b Finish splitting controller into multiple files, universalised coding style across all files. 2012-12-12 20:16:53 +01:00
Thulinma
63fb36bf48 Fixed a HTTP bug causing some requests to never be answered, removed some debug output that was left behind. 2012-10-01 09:45:16 +02:00
Thulinma
4bedda64e9 More of the same. 2012-09-30 14:20:18 +02:00
Thulinma
619b9533bd Fixed a bug in HTTP parsing if data did not arrive in a nice way. 2012-09-30 13:52:12 +02:00
Thulinma
8f64da78a4 Fixed a minor bug in HTTP bytepos seeking. 2012-09-24 15:26:14 +02:00
Thulinma
3a5482f18e Added progressive seeking support with byte positions. 2012-09-24 15:05:53 +02:00
Thulinma
ad5718acc6 Several playback speed fixes and other minor improvements. 2012-09-18 15:48:05 +02:00
Thulinma
802f8a22b4 Fixes for everyone! *strooit met fixes als zwarte piet* 2012-09-17 16:47:17 +02:00
Thulinma
8ba5823e00 Various optimalisations to improve performance - matches/requires recent edits to libmist. More coming soon. 2012-09-16 01:19:15 +02:00
Thulinma
414cec2797 Fix CPU usage issues. 2012-09-07 17:31:10 +02:00
Thulinma
ef412b62da Updated everything for new socket lib requirements - working VoD through HTTP progressive, HTTP dynamic is almost working and RTMP is severely broken altogether. 2012-08-31 17:00:53 +02:00
Thulinma
5165aae7e3 Update to buffer/player <-> connector protocol, now more in-line with established behaviour. Seeking support in HTTP dynamic and progressive. 2012-08-31 17:00:19 +02:00
Peter Wu
a9db94a598 conn_http_progressive: correctly set streamname 2012-08-31 13:03:32 +02:00
Peter Wu
ee46a189a6 conn_http_progressive: seek support 2012-08-30 16:59:49 +02:00
Peter Wu
b592d39bfd player: require "seek" before outputting 2012-08-30 16:59:49 +02:00
Peter Wu
beca2400dd Convert to Util::Stream::* 2012-08-30 16:42:09 +02:00
Thulinma
afefe24578 Fix IP addresses for HTTP connectors, update all code to only use non-deprecated libmist calls. 2012-08-26 19:58:53 +02:00
Peter Wu
becd4715c3 conn_http_progressive: remove unused vars 2012-08-25 19:51:30 +02:00
Thulinma
29f6d53595 Updated everything to support the changeover from DTSC::DTMI -> JSON::Value. 2012-08-24 11:33:16 +02:00
Thulinma
41d24ceee1 Fix HTTP connectors not exiting on stream end. 2012-08-09 01:50:34 +02:00
Thulinma
b2500d90e1 Should fix HTTP "stream not found" issues. 2012-08-04 07:36:02 +02:00
Thulinma
e6ad892439 Fixed HTTP connectors to compile again, base HTTP proxy framework completed. 2012-07-24 06:35:27 +02:00
Thulinma
ffff1f9577 Converted nearly everything to new config object from library. 2012-07-21 04:32:37 +02:00
Thulinma
cecb015a4b More changes into the direction of the new HTTP connector style. 2012-07-11 11:45:11 +02:00
Thulinma
af12c6a94e Restructuring so our libraries can go into a separate libmist project. 2012-07-10 00:39:31 +02:00