History log of /haiku/src/add-ons/media/plugins/rtsp_streamer/RTSPMediaIO.cpp
Revision Date Author Comments
# 218a8c03 17-May-2019 Augustin Cavalier <waddlesplash@gmail.com>

Revert the Codec Kit.

All of Barrett's individual reverts have been squashed into this
one commit, save a few actual bugfixes.

Change-Id: Ib0a7d0a841d3ac40b1fca7372c58b7f9229bd1f0


# a06d6117 17-Feb-2019 Barrett17 <b.vitruvio@gmail.com>

rtsp_streamer: Update to last codec kit API

* Fix build


# 413b6221 17-Nov-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

rtsp_streamer: Update to last api version


# 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.


# b13f52bf 21-Jun-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

RTSPMediaIO: Improve thread control

* Instead to exit the thred we will wait until the live555
eventLoop quits peacefully.
* Better error handling.
* Implement SetSize as a not supported operation.


# 0957c821 04-Jun-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

rtsp_streamer run loop in a separate thread

* Other general improvements.
* Clarify the exit policy.
* Call NotifyError in shutdownStream.


# 4c7eafb7 02-Jun-2016 Dario Casalinuovo <b.vitruvio@gmail.com>

Include testing version rtsp_streamer

* Rewritten from scratch to use live555 and BAdapterIO.