Commit graph

26 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
Thulinma
0920b3259b Finish splitting controller into multiple files, universalised coding style across all files. 2012-12-12 20:16:53 +01:00
Thulinma
ee034c363a Added some extra debugging output for when the MistPlayer process exits in verbose mode. 2012-09-29 01:42:09 +02:00
Thulinma
521c19f932 Several bugfixes (HTTP dynamic seeking!) and updates to the MP4 lib. 2012-09-28 18:56:15 +02:00
Thulinma
a91e53e0bc Worked around cygwin workaround. 2012-09-25 09:40:28 +02:00
Thulinma
2d7a3b1f0d Added workaround for cygwin bug. Fixed end of file not stopping playback in MistPlayer. 2012-09-24 15:04:58 +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
0c6cba0237 Added time measurement to HTTP proxy handler, attempt to make buffers less used when system is under load. 2012-09-07 18:22:33 +02:00
Thulinma
49ef28d68e Fixed MistPlayer not shutting down. 2012-09-07 17:44:35 +02:00
Thulinma
1f1459f142 Should fix MistPlayer not exiting when it should. 2012-09-07 12:39:15 +02:00
Thulinma
df4b8b1568 Working VoD stats. 2012-09-04 12:41:44 +02:00
Thulinma
d0a6778b7a Fixed MistPlayer compiling. 2012-09-03 20:10:23 +02:00
Thulinma
1438b9e94b Added statistics handling to MistPlayer. Still needed: VoD statistics handling in controller. 2012-09-03 16:53: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
25300c48cd player: faster seek termination detection
Instead of hanging when the gap between two frames is larger than 100ms,
terminate after 5 times of trying.
2012-08-30 16:59:49 +02:00
Peter Wu
25b1d31b00 player: add "pause" command, small fixes
- position cannot get negative, so use unsigned

- be sure that the read line is null-terminated (for strlen)

- clear buffers to avoid playing old data
2012-08-30 16:59:49 +02:00
Peter Wu
f2d142c9c7 player: byteseek support 2012-08-30 16:59:49 +02:00
Peter Wu
82b7345944 player: do not drop trailing packets 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
96f0ade4ca player: seek fixes 2012-08-30 16:59:49 +02:00
Lekensteyn
923d116afa Seek WIP in player 2012-08-30 16:59:49 +02:00
Peter Wu
21f6a1fe9d player: initial implementation 2012-08-30 16:59:49 +02:00