github openmiko/openmiko 0.0.3
Pre-Release

latest releases: v1.0.0-alpha.1, v0.0.41-alpha.2, v0.0.41-alpha.1...
pre-release3 years ago
  • Stream location is changed to
    rtsp://<IPADDRESS>:8554/video3/unicast
    rtsp://<IPADDRESS>:8554/video4/unicast
  • Disabled the audio portion of the stream since it is still buggy
  • Persistent SSH host keys are saved to flash
  • Support for dual streams configured via JSON file.
{
  "v4l2_device_path": "/dev/video3",
  "stream_settings": [
    {
      "name": "primary",
      "v4l2_device_path": "/dev/video3",
      "payload_type": "PT_H264",
      "buffer_size": 0,
      "profile": 0,
      "pic_width": 1920,
      "pic_height": 1080,
      "mode": "ENC_RC_MODE_H264VBR",
      "frame_rate_numerator": 25,
      "frame_rate_denominator": 1,
      "max_group_of_pictures": 10,
      "max_qp": 38,
      "min_qp": 15,
      "statistics_interval": 1,
      "max_bitrate": 500,
      "change_pos": 50,
      "frame_qp_step": 3,
      "gop_qp_step": 15,
      "channel": 0,
      "group": 0,
      "pixel_format": "PIX_FMT_NV12",
      "video_buffers": 3,
      "channel_type": "FS_PHY_CHANNEL",
      "crop_enable": 0,
      "crop_top": 0,
      "crop_left": 0,
      "crop_width": 0,
      "crop_height": 0,
      "scaling_enable": 1,
      "scaling_width": 1920,
      "scaling_height": 1920
    },
    {
      "name": "secondary",
      "v4l2_device_path": "/dev/video4",
      "payload_type": "PT_H264",
      "buffer_size": 0,
      "profile": 0,
      "pic_width": 640,
      "pic_height": 480,
      "mode": "ENC_RC_MODE_H264VBR",
      "frame_rate_numerator": 25,
      "frame_rate_denominator": 1,
      "max_group_of_pictures": 10,
      "max_qp": 38,
      "min_qp": 15,
      "statistics_interval": 1,
      "max_bitrate": 500,
      "change_pos": 50,
      "frame_qp_step": 3,
      "gop_qp_step": 15,
      "channel": 1,
      "group": 1,
      "pixel_format": "PIX_FMT_NV12",
      "video_buffers": 3,
      "channel_type": "FS_PHY_CHANNEL",
      "crop_enable": 0,
      "crop_top": 0,
      "crop_left": 0,
      "crop_width": 0,
      "crop_height": 0,
      "scaling_enable": 1,
      "scaling_width": 640,
      "scaling_height": 480
    }
  ]
}

Don't miss a new openmiko release

NewReleases is sending notifications on new releases.