Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port 80 unusable? #16

Open
loranger opened this issue Sep 16, 2023 · 0 comments
Open

Port 80 unusable? #16

loranger opened this issue Sep 16, 2023 · 0 comments

Comments

@loranger
Copy link

Hello,

Is there a way to use port 80?
It seems service canot start when I try

● fmp4streamer.service - fmp4streamer
     Loaded: loaded (/home/pi/fmp4streamer-3.4.7/fmp4streamer.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2023-09-16 19:29:21 CEST; 55s ago
   Main PID: 1132 (python3)
      Tasks: 2 (limit: 724)
        CPU: 1.571s
     CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/fmp4streamer.service
             └─1132 python3 -u fmp4streamer.py

Sep 16 19:29:23 cam python3[1132]:     server = StreamingServer((config.get('server', 'listen'), config.getint('server', 'port')), StreamingHandler)
Sep 16 19:29:23 cam python3[1132]:   File "/usr/lib/python3.9/socketserver.py", line 452, in __init__
Sep 16 19:29:23 cam python3[1132]:     self.server_bind()
Sep 16 19:29:23 cam python3[1132]:   File "/home/pi/fmp4streamer-3.4.7/fmp4streamer.py", line 218, in server_bind
Sep 16 19:29:23 cam python3[1132]:     server.HTTPServer.server_bind(self)
Sep 16 19:29:23 cam python3[1132]:   File "/usr/lib/python3.9/http/server.py", line 138, in server_bind
Sep 16 19:29:23 cam python3[1132]:     socketserver.TCPServer.server_bind(self)
Sep 16 19:29:23 cam python3[1132]:   File "/usr/lib/python3.9/socketserver.py", line 466, in server_bind
Sep 16 19:29:23 cam python3[1132]:     self.socket.bind(self.server_address)
Sep 16 19:29:23 cam python3[1132]: PermissionError: [Errno 13] Permission denied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant