Kinesis Video Streams (KVS) RTSP Stream Part 1 - Ingestion from RTSP cameras (Tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 10

  • @georges7298
    @georges7298 8 หลายเดือนก่อน

    This is a very practical guide. Nice job! thanks. One quick question, if I use 360 GoPro camera, can I directly use GoPro to connect to kinesis Stream?

  • @lalithapavani8297
    @lalithapavani8297 ปีที่แล้ว

    thanks for the two videos, When will be the third out?

  • @mitian1000
    @mitian1000 2 ปีที่แล้ว

    Thanks for sharing this..We have followed the same approach to capture video stream from USB webcam and images are not getting extracted to S3 bucket. what is that we are missing!!

    • @mitian1000
      @mitian1000 2 ปีที่แล้ว

      I used gst-launch command with the desired arguments to start the stream. Though the stream is started image extraction is not happening

    • @AWSIoTChannel
      @AWSIoTChannel  2 ปีที่แล้ว +1

      @@mitian1000 If you dont use the sample then the frames are not tagged and will not be recognised to be exported, you have to run the sample as in the video. Hope that helps?

  • @huynhthanhtu9030
    @huynhthanhtu9030 ปีที่แล้ว

    Hi i have a question, after install the raspberry image and move to the set up part, how can I get the VNC reviewer?

    • @huynhthanhtu9030
      @huynhthanhtu9030 ปีที่แล้ว

      by the way I use macos

    • @AWSIoTChannel
      @AWSIoTChannel  ปีที่แล้ว

      You can download the viewer from here www.realvnc.com/en/connect/download/viewer/macos/

  • @genaroamaya6102
    @genaroamaya6102 ปีที่แล้ว

    Thanks for the info, I have a dahua camera, the rtsp ends with "/cam/realmonitor?channel=1&subtype=1" and does not work. The error is [DEBUG] [08-06-2023 17:00:55:917.443 GMT] putStreamCurlHandler(): Network thread for Kinesis Video stream: CAMARA-01 with upload handle: 0 exited. http status: 0
    [WARN ] [08-06-2023 17:00:55:917.558 GMT] putStreamCurlHandler(): Stream with streamHandle 94171141647856 uploadHandle 0 has exited without triggering end-of-stream. Service call result: 599
    [INFO ] [08-06-2023 17:00:55:917.593 GMT] kinesisVideoStreamTerminated(): Stream 0x55a5ed722df0 terminated upload handle 0 with service call result 599. NOTE: I tried with another camara different to Dahua and all works correctly, so the configuration is correct. To resolve the special character "&", the command is ./kvs_gstreamer_sample CAMERA-NAME "rtsp://user:pass@IP:PORT/cam/realmonitor?channel=1&subtype=1".Would you know what is the error?

    • @AWSIoTChannel
      @AWSIoTChannel  ปีที่แล้ว

      Does the camera support another URL that doesnt have the & character? You could try discovery from the ONVIF tool.