ONVIF
- How to use the ONVIF client library API to automatically discover devices?
Learn how to use the ONVIF Client Library API to automatically find compatible cameras and devices on your network.
- How to manually add devices using the ONVIF client library API?
Add specific ONVIF devices by IP address or URL when automatic discovery isn't possible.
- How to use the onvif client library API to get different stream addresses?
Retrieve the RTSP URLs for primary, secondary, and other video streams from any ONVIF device.
- How to use the onvif client library API event subscription?
Set up real-time notifications for motion detection, doorbell rings, and other events from ONVIF devices.
- How to handle errors when calling the onvif client library API?
Best practices for diagnosing and resolving common errors when using the ONVIF Client API.
- How onvif server supports multiple channels?
Configure an ONVIF Server to present multiple video sources as a single multi-channel device.
- How to simulate 300+ ONVIF Cameras with Multi ONVIF Server?
Guide to simulate 300+ ONVIF cameras using Multi ONVIF Server and a Python script for large-scale testing.
- How to stream desktop screen or windows to NVR?
Learn how to stream your desktop screen or application windows to an NVR using ONVIF RTSP Server.
- How to perform ONVIF conformance testing using the ODTT (ONVIF Device Test Tool)?
Learn ONVIF Profile compatibility testing configurations, testing steps, and precautions.
RTSP
- What is RTSP proxy? How to set it up?
Understand what an RTSP proxy is and learn how to configure it.
- What is rtsp pusher? How to set it up?
Understand what an RTSP pusher is and learn how to configure it.
- How to convert RTMP stream to RTSP stream?
Ingest RTMP streams and re-publish them as RTSP for compatibility with surveillance systems.
- How to run rtsp server as service on windows?
Configure your RTSP Server to start automatically with Windows for unattended operation.
- How rtsp server support URL parameters?
Use dynamic URL parameters to control resolution, bitrate, and other settings directly in the stream URL.
- How rtsp server support SRTP?
Enable Secure Real-time Transport Protocol (SRTP) for encrypted video transmission.
- How rtsp server support HTTP notify?
Configure HTTP callbacks to receive real-time notifications about stream events.
- How rtsp server support RTSPS?
Secure your RTSP streams with TLS encryption using RTSPS.
RTMP
- How to convert RTSP stream to RTMP stream?
Transcode and forward RTSP streams to RTMP destinations like YouTube Live or Wowza.
GB28181
- How to convert RTSP/RTMP stream to PS stream?
Transcode RTSP/RTMP streams into MPEG-2 Program Stream (PS) format.
Media Tools
- How media server support URL parameters?
Use URL parameters to dynamically control media server behavior.
- How media server support SRTP?
Enable SRTP encryption on the Media Server.
- How media server support HTTP notify?
Set up HTTP callbacks for stream lifecycle events.
- How media server support RTSPS?
Secure Media Server streams with RTSPS.
- How to save rtsp stream to file?
Record incoming RTSP streams to MP4, AVI, or TS.
- How to save rtmp stream to file?
Record incoming RTMP streams to MP4, AVI, or TS.
- How to convert rtsp/rtmp/srt stream to webrtc?
Seamlessly relay or push your existing media streams to WebRTC.