文件名称:ws-rtsp
文件大小:85KB
文件格式:ZIP
更新时间:2024-03-29 03:40:57
TypeScript
运行示范项目 1、克隆或者下载项目到本地。 2、命令行进入到项目目录,执行命令node sample/index.js。 3、修改sample/index.html中的config对象的url参数为你的rtsp测试地址。 4、浏览器打开http://localhost:8080/。
【文件预览】:
ws-rtsp-main
----.gitignore(20B)
----sample()
--------index.js(265B)
----package.json(1KB)
----package-lock.json(14KB)
----src()
--------StreamingMediaServer.ts(4KB)
--------Index.ts(148B)
--------Channel.ts(3KB)
--------ChannelConfig.ts(212B)
--------mpeg1muxer.ts(1KB)
----dist()
--------ChannelConfig.d.ts(200B)
--------StreamingMediaServer.d.ts(1KB)
--------Channel.js(3KB)
--------Index.d.ts(149B)
--------Mp4Fragment.js(11KB)
--------ChannelConfig.js(292B)
--------StreamingMediaServer.js(4KB)
--------Channel.d.ts(870B)
--------Index.js(625B)
--------Mp4Fragment.d.ts(1KB)
----tsconfig.json(182B)
----README.md(304B)
----demo()
--------js()
--------index.html(483B)
----流程图.eddx(19KB)
----.vscode()
--------settings.json(40B)
--------launch.json(469B)
----.npmignore(13B)
----yarn.lock(12KB)