treecosia_44893
ssh connection: ran 'sshd' yet 'port 22: Connection refused'
Specs
- Hardware: Software
- Galaxy Tab A7 Lite (model name: SM-T220): Android 14
- Raspberry Pi 5 (8GB): Raspberry Pi OS
Msg
Hello, I was trying to use ssh with these 2 devices: here's what happened:
- Android device (host):
- Raspberry Pi (client)
What I've tried
- both devices connected to same WiFi network (I checked the ip address assigned to the Android device by the router in its Wifi Settings); I also checked the router 'dashboard' (the settings you're able to change just by accessing its local ip address)
- in Termux
- execute
whoami
and passwd
beforehand
- see if anything came up in logcat -s 'sshd:*'
while connecting (but nothing was outputted for some reason)5 replies
local server that plays videos accessible offline
Hello, I need to play a series of videos one after the other inside a folder (the playback just needs to be visible on a local http server, so that there's no way to play/pause/scrub): any ideas?
Here's what I tried:
-
vlc -vvv "~/storage/shared/Download/My Project.mp4" --sout="#standard{access=http,mux=asf,url=192.164.0.64:8080}"
(tried modifying it from https://forum.videolan.org/viewtopic.php?t=70207, but when I try and connect to that url on the same device that's meant to be hosting it on firefox it said "Unable to connect": I can still access the server generated from apachectl
on Firefox though...)4 replies