You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lua-uri/uri/rtspu.lua

8 lines
167 B

local M = { _NAME = "uri.rtspu" }
local Util = require "uri._util"
local RtspURI = require "uri.rtsp"
Util.subclass_of(M, RtspURI)
return M
-- vi:ts=4 sw=4 expandtab