* media: Set playstatus to play in mp_configure. …
Without this the playstatus is left unset until we pause
* httpclient: Fix bug causing seek-by-read-skip to fail if close to EOF …
* httpclient: Disallow connection reuse on POST …
* htsp: Make sure AV sync work on all platforms …
Was broken on rpi, because during mp_configure() we need to know if we have an audio stream or not.
* Add pre-buffering support to media pipeline (currently unused)
* Rewrite media pause logic …
- Internally this makes it possible to pause/unpause from different sources other than the user pause-button.
- ps3: Add support for pausing video
...
Читать дальше »