iizukanao / node-rtsp-rtmp-server

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

Streaming from OBS? #59

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello. How to stream with OBS to localhost rtm server?

t-mullen commented 7 years ago

Go to Settings > Stream

Stream Type: Custom Streaming Server URL: rtmp://localhost:1935/live Stream Key: STREAM_NAME

Stream is now available at rtmp://localhost/live/STREAM_NAME

Unfortunately the latency is abysmal, so your year-long wait may not be worth it. ):

sxy-kumako commented 7 years ago

@RationalCoding i have this same problem too and thanks for your comments