rtmp-server-node icon indicating copy to clipboard operation
rtmp-server-node copied to clipboard

RTMP server for node

Results 7 rtmp-server-node issues
Sort by recently updated
recently updated
newest added

I was going to create a pull request from https://github.com/arzeth/rtmp-server-node/commits/master but you seem to require a CLA, but the link for signing it is down, see https://github.com/clahub/clahub/issues/174

Not able to add using the instructions in the readme, getting this error when running npm install: Not Found - GET https://registry.npmjs.org/rtmp-media-server - Not found

Looking for an rtmp stream server for deno

How would I go about pushing an incoming RTMP stream out to YouTube Live for instance? With NGINX I would use a push directive in the config, for instance. Is...

``` ../media-server/include/config.h:44:20: note: expanded from macro 'FD_INVALID' #define FD_INVALID (int)-1 ^ ../media-server/src/rtp/RTPPacket.cpp:240:55: error: call to unavailable member function 'value': introduced in macOS 10.14 auto vp8NewPayloadDescriptor = vp8PayloadDescriptor.value(); ```

For publishing to a remote flash media server

enhancement