illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.99k stars 1.53k forks source link

Streaming not working on GCP #226

Open mubariskhan96 opened 5 years ago

mubariskhan96 commented 5 years ago

I've used the default configurations and, I'm running the media-server on google's kubernetes. The public IP address on which my service is exposed is this: 35.200.199.203:80 When I login to the pod i can see the logs that the media server has started. But I'm not able to stream. Any insights into this is highly appreciated.

lofar788 commented 5 years ago

did you check your firewall rule, go to VPC network/ firewall rules and make sure all the ports you use are allowed. I think 1935 and 8000 are the default ones