question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Admin panel not working

See original GitHub issue

As 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:open
  • Created 4 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
chrisspieglcommented, Apr 8, 2020

Hi @Alevale - I am just starting to use Node Media Server and installed the base package discussed here (npm install node-media-server), and the app.js described in the readme. Then I started it all with DEBUG=* node app.js (note the DEBUG=* 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 or npm update node-media-server to see if you got the latest version?

P.S.: I am on macOS as well.

Cheers, Chris

0reactions
hussainbcommented, Feb 26, 2020

TBH I have no idea about how to do that… Maybe you could take a look into the package that is the base for the video encoder and see if there’s an option to do that? 🤔

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found