GithubHelp home page GithubHelp logo

delian / node-rtmpapi Goto Github PK

View Code? Open in Web Editor NEW
98.0 98.0 22.0 177 KB

A Node.JS module that provides easy RTMP API for implementation of RTMP Server or client

License: GNU General Public License v2.0

JavaScript 100.00%

node-rtmpapi's People

Contributors

delian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

node-rtmpapi's Issues

any client example?

Hi, I am just use this project for rtmp client, I make a socket to connect to server successfully. But I cant send rtmp client request to sever. Is there a client example for reference?

CONNECTION via client?

Great code ... I a problem.
How do I create a client that connects to FMS?
I just need to send and receive message only test.

Can you give an example for the CONNECTION via client?

Thank you so much.!

Full server sample code?

Not really worth to be called an issue; but just like the other one in here, I was wondering if you could add a full server sample that actually streams something.

Just like you wrote in your blog post, most other libraries not just plain suck, but they don't have any either. They provide a server implementation, but barely anything on how to use it.
To me, the spec was clear enough about how to build all the infrastructure packets, but the most important part seemed to be either missing or too obscure for me to grasp: actually delivering audio/video to the client.

The brief server sample code seems to have commands "audio" and "video", but no real reference as to how send stuff (how it is encoded, whether it needs any comtainer/framing, who determines the format, and especially who triggers the send - does the client poll for each frame or do we just keep sending?)
Actually, some hints on where to find info about that would probably be enough for me; but I'm a sucker for projects that aren't just libraries, but also code that shows them in action and lets the user just dive in to see how it works.

issue in calling sendAmf0EncCmdMsg

I am trying to use this library for creating a client application. when i created the following code, I'm getting TypeError: undefined is not a function for sendAmf0EncCmdMsg function call.

var rtmpchunk= require('./rtmpChunk.js');
msgchunk=new rtmpchunk(opt);
var object=prepareConnectCommand();
msgchunk.sendAmf0EncCmdMsg(object);

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.