• Tommy Winther's avatar
    rtsp: Handle requests from server to client · 1a6b9a98
    Tommy Winther authored
    
    
    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: default avatarMartin Storsjö <martin@martin.st>
    1a6b9a98