History log of /haiku/src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp (Results 26 – 31 of 31)
Revision Date Author Comments
# 7f28cdba 24-Jun-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

http_streamer: Check request after creation

* Thanks to DeadYak for the help.


# 0ba82236 24-Jun-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

Streaming: Remove any pointer BUrl argument

* There's no need to pass BUrl by pointer, this is
potentially dangerous and leaky without any advantage,
copying is definitely safer.


# 40dca224 22-Jun-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

http_streamer: Style fixes and cleanup


# f1c771f8 22-Jun-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

HTTPMediaIO: Implement SetSize and GetSize

* SetSize requests are denied where GetSize return the request
lengths. Note that flags are changed accordingly.


# fbabc74d 30-May-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

http_streamer: General refactor making use of new API

* Use BUrlProtocolRoster instead of BFileRequest.
* Removed HTTPMediaIO custom code that now inherits
BAdapterIO and make the whole thing more s

http_streamer: General refactor making use of new API

* Use BUrlProtocolRoster instead of BFileRequest.
* Removed HTTPMediaIO custom code that now inherits
BAdapterIO and make the whole thing more simple.
* It work with some formats (flv, mp3, mkv) but ffmpeg fail
on others (mp4, 3gp).
* GetSize needs improvements.

show more ...


# 617b62c9 17-Mar-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

http_streamer: Add basic draft version


12