1. Home
  2. Docs
  3. HD Video Encoders
  4. Quick start
  5. Device installation and configuration
  6. Coding and pushing

Coding and pushing

Encoder supports H.264 encoding, support a variety of push-flow methods, such as RTP, RTMP, RTMPS, UDP, HLS, etc.

The RTSP services is always enable for the device , all tools which support the standard RTSP protocol and H.264 decoding (such as VLC media player) can be connected to the encoder and get video streams.

The default RTSP accessing URL is:

Main: rtsp://encoder IP address:554/ch01

SUB: rtsp://encoder IP address:554/sub01

Note:
”ch01”, ”sub01” is the RTSP session ID.
You can change the session ID in the Web console.
The following is an example of RTMP to introduce the configuration of push flow. >Other push flow methods can be login to the device page for detailed configuration.

How can we help?