Admin panel not working
See original GitHub issueAs far as I understand for the default configuration (the one that is in the guide) the admin panel should be under localhost:8000/admin
for me this is not working
If I navigate to this URL I get a message saying Cannot GET /admin
If I do try to get the /api
endpoints they do work, like http://localhost:8000/api/streams
or http://localhost:8000/api/server
Can someone help me discover why /admin
doesn’t work?
I am using Node V8 and MacOS
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
Can't Access WP-Admin? 9 Solutions That Always Work
Common reasons why you can't access wp-admin · Your login credentials (username/password) are incorrect · You're being blocked by your security ...
Read more >WP-Admin Not Working? Fix 'Can't Access WordPress Admin ...
1. Manually Reset Your Admin Password Via phpMyAdmin · 2. Restore Your Backup · 3. Disable Your Plugins · 4. Scan Your Site...
Read more >Can't Log in to Your WordPress Admin Panel? Try These 9 Fixes
Simple solutions to access your WordPress admin dashboard · Clear your browser cache. · Clear your WordPress cache. · Use an incognito window....
Read more >WordPress Admin Login Not Working? Fix The wp ... - ThriveWP
Incorrect password issues with WordPress admin login. You might find the wp-admin not working if you type the wrong username and password ...
Read more >How To Fix A Blank WordPress Admin Panel - FixRunner.com
Solution: Check if your host is having problems. ... Solution: Disable Active Theme. ... Solution: Disable Plugins. ... Solution: Remove empty lines ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @Alevale - I am just starting to use Node Media Server and installed the base package discussed here (
npm install node-media-server
), and theapp.js
described in the readme. Then I started it all withDEBUG=* node app.js
(note theDEBUG=*
only increases the log output but it may be able to tell you something that you weren’t looking at before).Then I was actually already able to get the /admin running without any additional steps. I didn’t need to download the admin dashboard extra or into a different folder. It seems to be bundled with the
node-media-server
package already.Maybe you can try to run
npm install node-media-server
ornpm update node-media-server
to see if you got the latest version?P.S.: I am on macOS as well.
Cheers, Chris
No issues, your comment about OBS put me to the right path though. In short, I will be trying to use ffmpeg to take the stream url as input and output it to the node media server, then node media server will stream it further.