Commit graph

11 commits

Author SHA1 Message Date
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