iizukanao / node-rtsp-rtmp-server

RTSP/RTMP/HTTP hybrid server
MIT License
1.09k stars 282 forks source link

publish streaming on rtsp, and then consuming it on http #86

Open camilocdemar opened 7 years ago

camilocdemar commented 7 years ago

Hello, @iizukanao .

I have various doubt, right now i'm using this module for streaming from an android application to differents devices (web and mobile apps). I'm using libstreaming in android, and work perfect, i can publish my streaming and then watching it on VLC for tests. Well, now my problem is to play the streaming in the web app because i only can to get the streaming over http protocol, i see a tunneling support for posting an rtsp stream, now how can i to implement it for getting a rtsp stream?.

Extra question#1: How many users can to consume this service at the same time? (im planning use AWS instance(s)).

In advance thank you very much, I hope you can help me. And sorry for my English, my native language is Spanish.

iizukanao commented 7 years ago

@camilocdemar To play an RTMP stream in web browser, use Flash Player.

I think a server with moderate CPU and RAM can handle a few hundred clients at the same time.