flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
756 stars 304 forks source link

0.0.0.0:8086 not loading, saying this site cant be reached #21

Closed neenabastin123 closed 3 years ago

neenabastin123 commented 4 years ago

I am new to node.js. Since I need webrtc in flutter, I need both server and flutter webrtc. So when I install and start npm, though the page is loading 0.0.0.0:8086, this site cant be reached error showing.

neenabastin123 commented 4 years ago

Child html-webpack-plugin for "index.html": 1 asset Entrypoint undefined = ./index.html

neenabastin123 commented 4 years ago

[./node_modules/webpack/hot sync ^.\/log$] (webpack)/hot sync nonrecursive ^.\/log$ 170 bytes {main} [built] [./node_modules/webpack/hot/dev-server.js] (webpack)/hot/dev-server.js 1.59 KiB {main} [built] [./node_modules/webpack/hot/emitter.js] (webpack)/hot/emitter.js 75 bytes {main} [built] [./src/index.js] 166 bytes {main} [built]

devibrahimkarahan commented 4 years ago

Try 127.0.0.1:8086 or localhost:8086

neenabastin123 commented 4 years ago

Can you please help me? where to change the ip address? I am a flutter developer and dont know much about node js. I do not know what I am doing is right or wrong. I tried to change the express server ip address, showing error. Can you help me where to change the ipAddress to make this work?

GooDong commented 4 years ago

Can you please help me? where to change the ip address? I am a flutter developer and dont know much about node js. I do not know what I am doing is right or wrong. I tried to change the express server ip address, showing error. Can you help me where to change the ipAddress to make this work?

open file name "package.json" , and you need find words like "--host".

neenabastin123 commented 4 years ago

Thank you, it worked.

On Mon, Dec 23, 2019 at 5:08 PM GooDong notifications@github.com wrote:

Can you please help me? where to change the ip address? I am a flutter developer and dont know much about node js. I do not know what I am doing is right or wrong. I tried to change the express server ip address, showing error. Can you help me where to change the ipAddress to make this work?

open file name "package.json" , and you need find words like "--host".

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cloudwebrtc/flutter-webrtc-server/issues/21?email_source=notifications&email_token=AHURPIEH3CTNN5S35S3RXJ3Q2CPMHA5CNFSM4JE6XECKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHQ6HTY#issuecomment-568452047, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHURPIB43QP3GPW334JH5VDQ2CPMHANCNFSM4JE6XECA .

miroslave-ivan commented 4 years ago

Try 127.0.0.1:8086 or localhost:8086 or your local Ip:8086

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.