logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

lua-uri-rtsp - RTSP URI support for Lua URI library

Description

       The classes "uri.rtsp" and "uri.rtspu" are used for URIs with the "rtsp" and "rtspu" schemes
       respectively.  "uri.rtsp" inherits from the uri.http class, and "uri.rtspu" inherits from "uri.rtsp".

       There is no special validation or normalization applied to these URIs beyond that done for HTTP URIs.

       The default port for both schemes is 554.

       There are no extra methods defined for telnet URIs, only those described in lua-uri(3).

Name

       lua-uri-rtsp - RTSP URI support for Lua URI library

References

       This class is based on "RFC 2326 section 3.2".

1.1                                                2012-00-00                                    LUA-URI-RTSP(3)

See Also