Node-Media-Server icon indicating copy to clipboard operation
Node-Media-Server copied to clipboard

Is there better documentation somewhere for this repo?

Open CodeBradley opened this issue 4 years ago • 2 comments

I'm trying to understand the inner workings of this repository more but the documentation is very minimal in the readme. Is there better documentation somewhere?

I'm mainly trying to determine the following:

  1. How can I ensure a connection is being pushed and data is actually being streamed to a website using this repo? I would like to make a websocket react component that tells if they are live on the air or if the stream dropped.

  2. I see wss mentioned in the readme. How can I send the stream to my already loaded component and automatically start playing the stream when data is recieved?

  3. Will the wss help convert the stream to a blob object that I can use as a video source?

  4. Whats the difference between a pull and a push?

CodeBradley avatar Jul 24 '20 01:07 CodeBradley

The best I can find is https://www.nodemedia.cn/doc/web/#/5?page_id=13, not properly accurate or well documents and in chinese, but I can't find any better

rubengargar avatar Oct 22 '21 09:10 rubengargar

I know this is an old thread but you ever managed to do this @CodeBradley ?

Thank you.

JohnTrabusca avatar May 17 '22 16:05 JohnTrabusca