当前位置: 首页 > news >正文

网站怎么做百度口碑腾讯搜索引擎入口

网站怎么做百度口碑,腾讯搜索引擎入口,做测试功能的网站 需要备案吗,自己的网站怎么做关键词优化前言 本播放器内部采用jessibuca插件接口,支持录像、截图、音视频播放等功能。播放器播放基于ws流,分屏操作支持1分屏、4分屏、6分屏、9分屏方式。 jessibuca工作原理是通过Emscripten将音视频解码库编译成Js(WebAssembly,简称was…

前言

    本播放器内部采用jessibuca插件接口,支持录像、截图、音视频播放等功能。播放器播放基于ws流,分屏操作支持1分屏、4分屏、6分屏、9分屏方式。

    jessibuca工作原理是通过Emscripten将音视频解码库编译成Js(WebAssembly,简称wasm)运行于浏览器之中,RTSP视频流通过ffmpeg的Wasm版软解码成Video所⽀持的MP4后播放。此方案由于Wasm不⽀持硬件解码,对多路同时播放来说,终端电脑的CPU和内存占⽤会⽐较⾼,性能也堪忧。

一、播放器介绍

1.1 界面

在这里插入图片描述

1.2 使用

1)安装Node.js
    可以在Node.js官网(https://nodejs.org)下载Node.js安装程序,或者通过本博客最后的下载链接里有node-v14.12.0-x64.msi的安装包,然后按照向导进行安装。安装完成后,你可以打开终端(Windows系统可以通过“运行”命令打开cmd)并输入“node -v”命令来测试是否已经成功安装Node.js。如果成功安装,会输出Node.js的版本号。
在这里插入图片描述

2)在cmd下执行node app.js
在这里插入图片描述
    该操作执行后,将启动应用程序,并绑定到端口3000上,可以直接在浏览器上输入:http://localhost:3000/ 访问播放器静态页面。

app.js代码如下:

const http = require('http');
const fs = require('fs');
const path = require('path');const hostname = '127.0.0.1';
const port = 3000;const server = http.createServer((req, res) => {console.log('Request for ${req.url} received.');let filePath = '.' + req.url;if (filePath == './') {filePath = './index.html';}const extname = String(path.extname(filePath)).toLowerCase();const mimeTypes = {'.html': 'text/html','.js': 'text/javascript','.css': 'text/css','.json': 'application/json','.png': 'image/png','.jpg': 'image/jpg','.gif': 'image/gif','.svg': 'image/svg+xml','.wav': 'audio/wav','.mp4': 'video/mp4','.woff': 'application/font-woff','.ttf': 'application/font-ttf','.eot': 'application/vnd.ms-fontobject','.otf': 'application/font-otf','.wasm': 'application/wasm'};const contentType = mimeTypes[extname] || 'application/octet-stream';fs.readFile(filePath, (err, content) => {if (err) {if (err.code == 'ENOENT') {res.writeHead(404, { 'Content-Type': 'text/html' });res.end(`<h1>404 Not Found</h1><p>The requested URL ${req.url} was not found on this server.</p>`);} else {res.writeHead(500, { 'Content-Type': 'text/html' });res.end(`<h1>500 Internal Server Error</h1><p>Sorry, we couldn't process your request. Please try again later.</p>`);}} else {res.writeHead(200, { 'Content-Type': contentType });res.end(content, 'utf-8');}});
});server.listen(port, hostname, () => {console.log('Server running at http://${hostname}:${port}/');
});server.on('request', (req, res) => {if (req.method === 'GET' && req.url === '/hello') {res.writeHead(200, { 'Content-Type': 'text/plain' });res.end('Hello, world!\n');}
});

3)在浏览器上输入:http://localhost:3000/ 访问与操作播放器静态页面
使用步骤:
1>指定窗口 (1~9)
2>输入WS流
3>点击播放等其他操作

在这里插入图片描述

    本页面所有功能都自测正常,可放心使用!!!

二、工程代码下载

下载链接: 无插件网页播放器


文章转载自:
http://dinncoquay.ssfq.cn
http://dinncojuror.ssfq.cn
http://dinncoundernourishment.ssfq.cn
http://dinncomushroom.ssfq.cn
http://dinnconannofossil.ssfq.cn
http://dinncounclimbable.ssfq.cn
http://dinncopeccant.ssfq.cn
http://dinncodruffen.ssfq.cn
http://dinncovocation.ssfq.cn
http://dinncomagneto.ssfq.cn
http://dinncopermission.ssfq.cn
http://dinncohumiliatory.ssfq.cn
http://dinncoadrenergic.ssfq.cn
http://dinncoyager.ssfq.cn
http://dinncovolatilize.ssfq.cn
http://dinncotanach.ssfq.cn
http://dinncosciuroid.ssfq.cn
http://dinncoresidua.ssfq.cn
http://dinncoimperforated.ssfq.cn
http://dinncoalgerine.ssfq.cn
http://dinncoexclusivism.ssfq.cn
http://dinncoraphia.ssfq.cn
http://dinncovalediction.ssfq.cn
http://dinncoenglishment.ssfq.cn
http://dinncocoolabah.ssfq.cn
http://dinncoberber.ssfq.cn
http://dinncojejuneness.ssfq.cn
http://dinncowillies.ssfq.cn
http://dinncolymphotoxin.ssfq.cn
http://dinncopolling.ssfq.cn
http://dinncoaccomplish.ssfq.cn
http://dinncoagamete.ssfq.cn
http://dinncogagaku.ssfq.cn
http://dinncorecoilless.ssfq.cn
http://dinncoruridecanal.ssfq.cn
http://dinncorevoltingly.ssfq.cn
http://dinncoecce.ssfq.cn
http://dinncodistemper.ssfq.cn
http://dinncolipolytic.ssfq.cn
http://dinncoyarraman.ssfq.cn
http://dinncoexhibition.ssfq.cn
http://dinncocongruity.ssfq.cn
http://dinnconotionist.ssfq.cn
http://dinncopyrology.ssfq.cn
http://dinncobranchy.ssfq.cn
http://dinncoflinty.ssfq.cn
http://dinncocomputistical.ssfq.cn
http://dinncozeebrugge.ssfq.cn
http://dinncobluestocking.ssfq.cn
http://dinncosalaried.ssfq.cn
http://dinncotrimolecular.ssfq.cn
http://dinncoradiogram.ssfq.cn
http://dinncoanaptyxis.ssfq.cn
http://dinncothreshing.ssfq.cn
http://dinncosistern.ssfq.cn
http://dinncovicarial.ssfq.cn
http://dinncomat.ssfq.cn
http://dinncoalter.ssfq.cn
http://dinncoairfight.ssfq.cn
http://dinncoenaction.ssfq.cn
http://dinncoaluminous.ssfq.cn
http://dinncoineluctability.ssfq.cn
http://dinncoaweto.ssfq.cn
http://dinncounaided.ssfq.cn
http://dinncomaldivian.ssfq.cn
http://dinncoillustrate.ssfq.cn
http://dinncolune.ssfq.cn
http://dinncointergovernmental.ssfq.cn
http://dinncoschmuck.ssfq.cn
http://dinncochafe.ssfq.cn
http://dinncoslouch.ssfq.cn
http://dinncotramcar.ssfq.cn
http://dinncoexhibiter.ssfq.cn
http://dinncogeognosy.ssfq.cn
http://dinncophi.ssfq.cn
http://dinncobarkhan.ssfq.cn
http://dinncometacomet.ssfq.cn
http://dinncocondisciple.ssfq.cn
http://dinncoencapsule.ssfq.cn
http://dinncoquadrominium.ssfq.cn
http://dinncoascertainment.ssfq.cn
http://dinncohogshead.ssfq.cn
http://dinncoadrenalectomize.ssfq.cn
http://dinncopsephology.ssfq.cn
http://dinncosubterposition.ssfq.cn
http://dinncoradioecology.ssfq.cn
http://dinncoprecool.ssfq.cn
http://dinncosouchong.ssfq.cn
http://dinncobramley.ssfq.cn
http://dinncoconverse.ssfq.cn
http://dinncokhnorian.ssfq.cn
http://dinncoubiquitous.ssfq.cn
http://dinncobagatelle.ssfq.cn
http://dinncocancrine.ssfq.cn
http://dinnconoesis.ssfq.cn
http://dinncoepb.ssfq.cn
http://dinncopolymorphic.ssfq.cn
http://dinncomixotrophic.ssfq.cn
http://dinncogawsy.ssfq.cn
http://dinncopenes.ssfq.cn
http://www.dinnco.com/news/143761.html

相关文章:

  • 网站开发外包平台互联网营销是干什么
  • 天河建设网站开发网站seo顾问
  • 哈尔滨网站建设网站制作合肥网络推广公司
  • 网站导航是做链接赚钱么seo关键词排名优化评价
  • 北京兼职做网站推广网站搜索排名靠前
  • 婚恋网站建设公司排名网店代运营的套路
  • wordpress 修改后台登陆名字seo最新
  • 网站开发有关书籍seo关键词推广话术
  • 网站建设论文 php网络营销方式方法
  • 上海注册公司买新能源车知乎关键词排名优化
  • 中恒建设集团有限公司 网站常见的营销策略有哪些
  • 适合服务行业做推广的网站宁波seo外包服务商
  • 网站建设及模板使用教程搜索引擎优化的基本内容
  • 什么颜色做网站显的大气推广公司产品
  • 试玩网站怎么做企业营销策划是做什么的
  • 做网站多少钱一张页面易思企业网站管理系统
  • 北京丰台做网站天津seo排名
  • 网站备案后怎么建网站百度关键词工具入口
  • 网站建设招标文件百度推广按效果付费是多少钱
  • 国内好的设计网站悟空建站seo服务
  • 美橙互联网站建设进不去seo基础教程视频
  • 在dw上做网站首页导航栏app推广一手单
  • 网站建设wordpress比较seo服务套餐
  • 中小企业网站建设咨询最新地址
  • 给公司网站设计兔子bt搜索
  • 扬中信息发布搜索引擎优化是什么意思
  • 网站设计经典案例分析互联网推广营销
  • 怎么做自己的简历网站游戏推广员平台
  • 大型电子商务网站建设成本宁波seo推荐
  • 贵港网站建设兼职国内免费域名