Streamedian / html5_rtsp_player

Play RTSP stream from IP camera in browser in this HTML5 player without plugins
Apache License 2.0
2.61k stars 598 forks source link

Cannot read property 'endpoint' of undefined at Object. #125

Open dharini08 opened 5 years ago

dharini08 commented 5 years ago

I got the same error "s3.defineService.endpoint.hostname ='http://localhost:8080'; ^ TypeError: Cannot read property 'endpoint' of undefined at Object."

while trying to run amazon gamelift in local.

here is my code snippet:

var ep = new AWS.Endpoint('http://localhost:8080');

var s3 = new AWS.S3({endpoint: ep});

s3.defineService.endpoint.hostname ='http://localhost:8080';