Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Codes-nopr/localhost-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

localhost-stream

Allows you to create own localhost of audio streams without redirect to main source .

Important

It's not that you can able to open any port to listen, default port is 8080 which is recomended, for any reason if this port failed to listen, try the port which is opened by your hosting.

Only HTTP protocol allowed.

Example

const { LocalHostStream } = require("localhost-stream");
const client = new LocalHostStream();
client.activeConnect("http://streams.ilovemusic.de/iloveradio16.mp3", 8080);
client.on("subscribed", (d) => {
 // Whenever a user request for connection the event `subscribed` shall fire up.
 console.log("New subscribed");
});
// It'll create a binding with http://localhost:8080

Support

Discord Server

About

πŸ“Ά Allows you to create own localhost of audio streams without redirect to main source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /