
Company News
Socket Has Acquired Secure Annex
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.
@byteplus/veplayer
Advanced tools
BytePlus Web player SDK,can automatically adapt to PC and H5 scenes, support MP4, HLS, FLV, DASH and other formats of on-demand and live broadcast, combined with video cloud, it has functions such as playback quality log reporting, encrypted playback, etc.
Install SDK dependencies into the project through the package management tool.
npm install @byteplus/veplayer --save
Import VePlayer and style files in the project.
import VePlayer from '@byteplus/veplayer';
import '@byteplus/veplayer/index.min.css';
Add a player container on the page where the player needs to be displayed, for example, add the following code to index.html.
<div id="video"></div>
After getting the video URL, instantiate the player.
const player = new VePlayer({
id: 'video', // playback container
url: "https://demo.vod.com/xxx.mp4", // video URL
vodLogOpts: {
vtype: 'MP4', // Video format, the video of HLS protocol should be imported into HLS
tag: 'Normal', // Business tags, used to distinguish different scenarios in the business, to facilitate subsequent multi-dimensional analysis
line_app_id: 235399, // [Required] The value is int type, the SDK application id for accessing VOD, which can be obtained from VOD Console-VOD SDK-Application Management
line_user_id: 'XXX' // User id, String or int type, if not passed in, it will be a value randomly generated according to the user's browser
}
});
For a detailed description of VOD, refer toBytePlus - Video On Demand - Player SDK - Web
const playerSdk = new VePlayer({
id: 'video',
isLive: true,
url: '//livepull.example.com/appname/streamname.flv'
});
FAQs
BytePlus Web Player
We found that @byteplus/veplayer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 17 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.

Research
/Security News
Socket is tracking cloned Open VSX extensions tied to GlassWorm, with several updated from benign-looking sleepers into malware delivery vehicles.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.