Giter Club home page Giter Club logo

Comments (3)

stephen avatar stephen commented on August 18, 2024

Am not sure what you mean by this - could you go into more detail?

This package takes in a raw PCM stream, encodes into mp3, and then acts as an icecast-compatible streaming server.

From a client standpoint, the server has a playlist of 1 "track," which is the mp3 data from the mp3 stream.

from nicercast.

daslicht avatar daslicht commented on August 18, 2024

I see, so you need an external sorece which delivers the input like for example vlc ?
Do you have an example please how to use them both together ?

By cue sheet I mean something like this:
http://en.wikipedia.org/wiki/Cue_sheet_(computing)

Its just a file which can contain even meta data.

from nicercast.

stephen avatar stephen commented on August 18, 2024

The example (examples/server.js) takes in raw PCM audio data written in from stdin, so for instance you could do...

lame --decode --mp3input [some mp3 file] - - | node examples/server.js 

This package only processes the raw audio data itself, not including any metadata - cue sheets wouldn't be in the scope of what this package is attempting to do.

from nicercast.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.