summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/ARTSPController.h
Commit message (Collapse)AuthorAgeFilesLines
* RTSP seeking is now asynchronous, MediaPlayer is not notified that the seek ↵Andreas Huber2010-10-081-1/+6
| | | | | | | is complete until it actually is. Ignore seek requests on live streams. Change-Id: Ie61230cd60dd6c682baf72529100369ad6291189 related-to-bug: 3073955
* Disable 10secs forward/backward seeking for rtsp as seek is a very expensive ↵Andreas Huber2010-10-081-0/+8
| | | | | | | operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality. Change-Id: I016e79b688774f8ee91ac53216197b5fb9cb41b2 related-to-bug: 3073955
* Better support for buffered streaming of rtsp content, if buffer drops below ↵Andreas Huber2010-09-011-0/+1
| | | | | | | a certain threshold we will temporarily pause playback until we have sufficient data. Change-Id: Ice8564e902e48c89c9c00f6651c5504b3c41fcad related-to-bug: 2556656
* Better support for rtsp (normal play-)time display. Better seek support, ↵Andreas Huber2010-08-271-0/+2
| | | | | | | timeout if no packets arrive for too long. Change-Id: Id491541a6ae501604cda815f8e961a3bfe26db7d related-to-bug: 2556656
* A first shot at proper support for seeking of rtsp streams.Andreas Huber2010-08-241-0/+2
| | | | | Change-Id: I9604f2d09feedc0074c0e715be58e719d4483760 related-to-bug: 2556656
* Better handling of rtsp connection and disconnection.Andreas Huber2010-08-231-0/+21
| | | | Change-Id: Ib126af6c14c5a212a51a5ee3c4a0a7d1860ad167
* Initial checkin of preliminary rtsp support for stagefright.Andreas Huber2010-06-071-0/+53
Change-Id: I0722aa888098c0c1361c97a4c1b123d910afc207