
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Audio Streaming Player Component
This component is an Angular 2 (6.0+) WebRTC-based player component for audio streaming against Kurento Streaming Server. It uses WebRTC and WebSocket to play audio not keeping any data in memory.
Chrome (58+), Firefox (63+)
npm i c3-player
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { C3playerModule } from 'c3-player';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
C3playerModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
<c3-player audio="xxxx" image="xxxx" wsUrl="xxxx" duration="xxxx"></c3-player>
Where:
| Input Name | Required | Definition | Default Value | Example |
|---|---|---|---|---|
| audio | :white_check_mark: | URL of the audio | None | https://example.com/audio1.ogg |
| image | :white_check_mark: | URL of the wave image | None | https://example.com/wave1.png |
| wsUrl | :white_check_mark: | WS URL | None | https://kurento.example.com/ws |
| duration | :white_check_mark: | Duration in millis | None | 60000 (1min) |
| width | :x: | Width of the player | 100% | 50% |
| margin | :x: | Margin of the player | auto | 25% |
| img-dim | :x: | Relation width/height | 5 | 3 |
FAQs
Angular 6 Component Front Player for Audio streaming against Kurento
The npm package c3-player receives a total of 4 weekly downloads. As such, c3-player popularity was classified as not popular.
We found that c3-player demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.