Changeset ab76f23e74331f22d90075a4069b9e0922985759
- Timestamp:
- 11/21/07 23:26:53
(8 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1195684013 +0000
- git-parent:
[77205605be2747f4bc58777da00b93904addb4d4]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1195684013 +0000
- Message:
Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rf4dea89 |
rab76f23 |
|
| 86 | 86 | Georgi Chorbadzhiyski <gf at unixsol dot org> - HTTP access error handling fix |
|---|
| 87 | 87 | Gisle Vanem <giva at bgnet dot no> - gettieoffay under win32 |
|---|
| | 88 | Glen Gray <slaine at slaine do rog> - RTSP keepalive |
|---|
| 88 | 89 | Greg Farrell <greg at gregfarell dot org> - rc interface "enqueue" command |
|---|
| 89 | 90 | Gregory Hazel <ghazel at gmail dot com> - wxWidgets fixes and improvements |
|---|