waleedahmad / node-stream

RTMP server in Nodejs for live streaming.
https://quantizd.com/building-live-streaming-app-with-node-js-and-react/
MIT License
489 stars 218 forks source link

problem viewing stream - points to 127.0.0.1, where to set? #27

Closed CPavlis closed 4 years ago

CPavlis commented 4 years ago

before running npm update I did get a jsplayer at :3333/stream/user but it failed to stream (network problem or incompatible format error)

:8888/api/streams shows the connection properly from what i can tell and the backend shows a play attempt and does convert it to the right folder for incoming, but the root page at :3333 shows no streams active (both before and after update)

browser console shows the m3u8 failed to load.... ahhh, because it's 127.0.0.1 !!!

client/components/LiveStream.js and VideoPlayer.js - be sure to rerun the "npm start watch" after