guino / LSC1080P

12 stars 1 forks source link

No RTSP available #7

Closed jamzy118 closed 2 months ago

jamzy118 commented 2 months ago

Hello,

My camera looks a little different (LSC Indoor IP Camera), but firmware version is exactly the same as in your readme - 7.6.32.

After putting SD card into camera and running init script:

jin@ignia: ~/d/j/LSC1080P (main)✗ ⋗ sudo nmap 192.168.1.92
Starting Nmap 7.94 ( https://nmap.org ) at 2024-04-18 10:59 CEST
Nmap scan report for 192.168.1.92
Host is up (0.0095s latency).
Not shown: 996 closed tcp ports (reset)
PORT     STATE SERVICE
23/tcp   open  telnet
80/tcp   open  http
6668/tcp open  irc
8080/tcp open  http-proxy
MAC Address: X (Shenzhen iComm Semiconductor)

(By default it was only 6668 and 80), so telnet is running, the http UI is running as well, but there is no RSTP available.

jin@ignia: ~/d/j/LSC1080P (main)✗ ⋗ cvlc rtsp://192.168.1.92:8554/main
VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b)
[000058271f926380] dummy interface: using the dummy interface module...
[000075c98c001580] satip stream error: Failed to play RTSP session
[000075c98c001580] satip stream error: Failed to teardown RTSP session
[000075c998000c90] main input error: Your input can't be opened
[000075c998000c90] main input error: VLC is unable to open the MRL 'rtsp://192.168.1.92:8554/main'. Check the log for details.

jin@ignia: ~/d/j/LSC1080P (main)✗ ⋗ cvlc rtsp://192.168.1.92:80/main
VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b)
[0000606333f4d380] dummy interface: using the dummy interface module...
[00007f9338001580] satip stream error: Failed to play RTSP session
[00007f9338001580] satip stream error: Failed to teardown RTSP session
[00007f9344000c90] main input error: Your input can't be opened
[00007f9344000c90] main input error: VLC is unable to open the MRL 'rtsp://192.168.1.92:80/main'. Check the log for details.

jin@ignia: ~/d/j/LSC1080P (main)✗ ⋗ cvlc rtsp://192.168.1.92:554/main
VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b)
[000065252d31f380] dummy interface: using the dummy interface module...
[00007f3848001580] main stream error: connection failed: Connection refused
[00007f3848001580] satip stream error: Failed to connect to RTSP server 192.168.1.92:554
[00007f3848001580] main stream error: connection failed: Connection refused
[00007f3848001580] access_realrtsp stream error: cannot connect to 192.168.1.92:554
[00007f3848001580] main stream error: Connection failed
[00007f3848001580] main stream error: VLC could not connect to "192.168.1.92:554".
[00007f3854000c90] main input error: Your input can't be opened
[00007f3854000c90] main input error: VLC is unable to open the MRL 'rtsp://192.168.1.92:554/main'. Check the log for details.

anyone had this issue and was able to resolve it?

jamzy118 commented 2 months ago

Turned out to be issue with vlc - loading rtsp://192.168.1.92:80 in smplayer shows the video so RTSP is working.