-
Notifications
You must be signed in to change notification settings - Fork 201
Media Streaming Endpoints
The default streamer in Thingino is prudynt-t. Prudynt offers multiple video streaming endpoints that allow you to access your camera feeds and interact with them in real time, including support for two-way audio.
Default RTSP Endpoints:
-
1080p Feed:
rtsp://thingino:thingino@ip/ch0 -
360p Feed:
rtsp://thingino:thingino@ip/ch1
You can adjust streaming settings using web interface (Settings -> Streamer/OSD).
ONVIF Support:
Thingino also supports ONVIF for integrating with network video recorders (NVRs) and other ONVIF-compatible software.
Default ONVIF Settings:
-
Username:
thingino -
Password:
thingino -
Host:
ip -
Port:
80
To modify the ONVIF settings, you can edit the configuration file located at /etc/onvif.conf.
Please take into account that the default username "thingino" can't be changed. Just the password.
M-JPEG Stream:
An M-JPEG is available at
http://ip/x/mjpeg.cgi
The username/password is root and your root password (default root). (basic auth)
Still Image Snapshot:
You can capture a still image snapshot from your camera using the following URL:
http://ip/image.jpg
This url uses basic auth with default username/password - thingino/thingino
For both M-JPEG and the still image, replace ip with the actual IP address of your camera.
- Wiki Home
- About the Project
- Getting Started
-
Supported Cameras
- Cameras
- 360 AP1PA3
- AliExpress LTIA‐37FJZ (Vanhua Z55 module)
- AOQEE C1
- Aosu C5L
- Cinnado
- Dekco DC5L
- Eufy
- Galayou/Wansview
- Hualai (Wyze/Atom/Neos/Personal)
- iFlytek XFP301‐M
- Jienuo JN-107-AR-E-WIFI
- Jooan A6M
- LaView L2
- LongPlus X07
- LSC 3215672
- Sannce I21AG
- Sonoff Cam‐S2
- TP-Link Tapo C100/C110/C111
- Wuuk Y0510
- Xiaomi
- Configuration
- Integration
- Development