Coder Social home page Coder Social logo

lsc1080p's Issues

Only Port 6668 is open

Hi,

i tried your script for my cam. But i only open port is 6668 i think they changed something in the firmware

RTSP has no audio

Hey. I have been following your work lately. I was able to patch some lines in order to use the camera offline.
Seems you have more experience reverse engineering stuff. I am frustrated that the vendor did not added an audio stream to the RTSP stream. I also found out it is using the LIVE555 library to provide RTSP functionality. Furthermore I found the lines where the streams are created using Ghidra, but sadly not enough experience to patch some audio in it.

If you interested I can donate one camera for you, since you have bricked yours.
By the way I was able to get into uboot, to flash the chip. Just short 2 pins during boot and you get into the bootloader.

Error in custom.sh

Hi, first of all thanks for all the work you've done.
The procedure works fine except there is an error in the custom.sh
on line 4: mnt/busybox httpd -c /mnt/httpd.conf -h /mnt/ -p 8080
should be /mnt/busybox httpd -c /mnt/httpd.conf -h /mnt/ -p 8080

Also you might want to mention in the decription that the files on the SD should be made read-only as all files are wiped otherwise (as least on the version I bought today).

It's a shame there isn't a way to make the script start automatically. I have a scheduled script running on my raspberry for it so it works, but it's not ideal.
Thank you for it tho!

RTSP stops working without access to the Internet.

Hi there,
Sorry, maybe this is the wrong place to ask the question, but this is the best I could find so far.

Issue: my camera has ONVIF support, but as soon as I turn off it's access to the Internet - RTSP and ONVIF stop working in a short period of time. RTSP can be accessed on rtsp://IP:8554/main and rtsp://IP:8554/sub. No sound.
As this is a camera in the bedroom, I prefer it to be disconnected from the internet and connected only to local Zoneminder server.

This is the camera:
image

Works with the app Smart Life.
Version: V8.37.5

I could turn on ONVIF support and get urls via Onvif Device Manager. VLC shows streams without sound.
When I thought that setup is finished and cut the internet for the camera - in a short while everything stopped working. It seems that the camera tries to get settings from the server and goes back to defaults when it can't connect.

I couldn't find the way to enable http access on 80 or 8090 as described here: guino/BazzDoorbell#2

However, I managed to enable telnet by uploading the file 'product.cof' with telnet=1 option.
Login root password dgiot010 got me the access to the system.
There I can see BusyBox v1.26.2 (2022-06-29 19:04:37 CST) built-in shell (ash)

So, I'm asking questions here as this is the first place where I could to something with this camera :)

Can you please point me to the direction where I can find out and maybe fix the issue?
Thanks.

RTSP on Kruidvat Smart Indoor Camera

I got 3 of those:
prd-front-5314128-1-600x600
And found that FW structure is very much like you described in this repo. Putting product.cof on sdcard helped with obtaining telnet and creds are working. Current FW version is 5.2.7(MCU as well). You mentioned RTSP is already working for your device. Could you maybe help obtaining RTSP for my device as well?
Here is the firmware I dumped: https://mega.nz/folder/eeZk0QSB#HUh2Q7p-OytEX52cmvk68g

Locked out

I don't know where things went wrong. I played around a bit with some of these sd-card based hacks. But it seems I completely locked myself out, although the device still works in the tuya (smart-life) app. I know that before I started, I could get some data using http://admin:admin@IP:8090/devices/deviceinfo, and similar addresses. Now those don't work anymore.

To be clear, I'm not certain it was this mod/hack that caused it, but as it addresses the exact model I got, I thought I'd ask here if anybody knows how I could get it working again?

I also ran NMap, and it only reports port 6668 (irc).

No RTSP available

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?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.