Changeset 1a6b9a98 in ffmpeg

Timestamp:
Feb 27, 2012, 10:04:11 AM (13 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
7e297a46
Parents:
f234e8a3
git-author:
Tommy Winther <tommy@net-comm.dk> (10/12/11 09:26:45)
git-committer:
Martin Storsjö <martin@martin.st> (02/27/12 10:04:11)
Message:

rtsp: Handle requests from server to client

This returns 200 OK for OPTIONS requests and 501 Not Implemented
for all other requests.

Even though this doesn't do much actual handling of the requests,
it makes the code properly identify server requests as such, instead
of interpreting it as a reply to the client's request as it did
before.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.