Bug #1737
closedPassword Auth not working
0%
Description
I started streamdev with -a user:pass, but I dont get asked for a password?
streamdev-server (0.6.1-git) - VDR Streaming Server
-a <LOGIN:PASSWORD>, --auth=<LOGIN:PASSWORD> Credentials for HTTP authentication.
-r <CMD>, --remux=<CMD> Define an external command for remuxing.
root@vdr:~# LANG=C apt-cache policy vdr-plugin-streamdev-server
vdr-plugin-streamdev-server:
Installed: 0.6.1.git20131129-0yavdr1~precise
Candidate: 0.6.1.git20131129-0yavdr1~precise
Version table:
*** 0.6.1.git20131129-0yavdr1~precise 0
500 http://ppa.launchpad.net/yavdr/testing-vdr/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status
0.6.1.git20131129-0yavdr0~precise 0
500 http://ppa.launchpad.net/yavdr/stable-vdr/ubuntu/ precise/main amd64 Packages
0.5.1+git20111211-1 0
500 http://de.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
Updated by schmirl over 10 years ago
- Category set to Server - HTTP Streaming
- Status changed from New to Feedback
If you get the menu or stream instead of an authentication prompt the client's IP is probably granted access in streamdevhosts.conf. Authentication is only required for clients not listed in streamdevhosts.conf.
Updated by TCr over 10 years ago
oh, ok - I think this is the problem - because I granted access to 0.0.0.0
Thanks