Amazon Kinesis Video Streams CPP Producer, GStreamer Plugin and JNI

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

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

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

    Very good explanation. thanks for sharing

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

    Thanks for sharing!!! Worked fine here!

  • @cirazabalc
    @cirazabalc 3 ปีที่แล้ว +1

    AWSome, great job and thanks for share this!

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

    is it possible to stream a webcam directly from the browser to the Kinesis video stream?

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

    Am able to successfully set this up but not getting the video in Aws console . Please help

  • @saxenaabhi
    @saxenaabhi 3 ปีที่แล้ว +1

    v good, can you tell me how can I build this amazon-kinesis-video-streams-producer-sdk-cpp on windows PC ?

  • @meteatbas9751
    @meteatbas9751 4 ปีที่แล้ว +1

    Hello sir This is a great tutorial , Can we use this in AWS lambda via API gateway or WebSocket I need to use it in website .

    • @meteatbas9751
      @meteatbas9751 4 ปีที่แล้ว +1

      Sir can you do a tutorial about how to dockerize this stream

  • @Adh9712
    @Adh9712 2 หลายเดือนก่อน

    How to stream using a GigE(Basler) camera?

  • @777prafull
    @777prafull 4 ปีที่แล้ว +1

    Great work sir need one help in kinesis video stream how to contact you please reply sir.

  • @progermv
    @progermv 3 ปีที่แล้ว +1

    Well done!

  • @kavadi8rajesh
    @kavadi8rajesh 3 ปีที่แล้ว +1

    Hi,
    How to view the video play back on the mobile.. i mean, is it possible to provide a link to the video and share the link to a group of people to watch the live video?

    • @cshelp4u
      @cshelp4u  3 ปีที่แล้ว

      As per my understanding, kinesis video stream does not support this feature of sharing video link to public due to security reason and credentials constraints. But one way could be by developing a application which will display kinesis video and everyone can access that application to watch live video. Check out my other video (link is below), where i have build an application to playback live video, it may help...
      th-cam.com/video/GMqJXAPHUmE/w-d-xo.html

    • @kavadi8rajesh
      @kavadi8rajesh 3 ปีที่แล้ว

      @@cshelp4u I am looking to view the live stream from a mobile app. Is it possible? What other platforms are available other than Amazon AWS for streaming video outside the local network.

    • @cshelp4u
      @cshelp4u  3 ปีที่แล้ว +1

      @@kavadi8rajesh Yes it is possible to view live stream from mobile app and for this purpose, you must explore the Amazon CloudFront along with kinesis video stream. CloudFront is a Content Delivery service and is designed to handle your live and on-demand video workloads.

    • @cshelp4u
      @cshelp4u  3 ปีที่แล้ว

      Amazon Prime Video uses Amazon CloudFront to deliver solid streaming experience to more than 18 million football fans. see this link:
      aws.amazon.com/cloudfront/streaming/

    • @kavadi8rajesh
      @kavadi8rajesh 3 ปีที่แล้ว

      @@cshelp4u Does Amazon CloudFront create an EC2 instance to live stream the video. In your video, you have not created any EC2 instance. You are directly playing back the video from the AWS website.

  • @jpnaidu1
    @jpnaidu1 3 ปีที่แล้ว +2

    Error while giving make command and returning error make: *** No targets specified and no makefile found. Stop.

    • @monishkenway2492
      @monishkenway2492 3 ปีที่แล้ว

      Use this "mkdir -p amazon-kinesis-video-streams-producer-sdk-cpp/build; cd amazon-kinesis-video-streams-producer-sdk-cpp/build; cmake .. -DBUILD_GSTREAMER_PLUGIN=ON -DBUILD_JNI=TRUE
      "

    • @dhanarajmuthumanikam6127
      @dhanarajmuthumanikam6127 3 ปีที่แล้ว

      @@monishkenway2492 I tried this so many times. But every time ended up with configuring incomplete,errors occurred! 😕 If I give cmake .. alone it installs. What should I do ☹️☹️

    • @monishkenway2492
      @monishkenway2492 3 ปีที่แล้ว +1

      @@dhanarajmuthumanikam6127 I had the same issue . But after completely removing the Repo and dependencies , restarting and installing everything again, it worked.

    • @dhanarajmuthumanikam6127
      @dhanarajmuthumanikam6127 3 ปีที่แล้ว

      @@monishkenway2492 do you mean that I have to uninstall pkg-config,CMake everything?
      Do I have to install gstreamer separately or it will come with kvs sdk itself?

    • @monishkenway2492
      @monishkenway2492 3 ปีที่แล้ว

      @@dhanarajmuthumanikam6127 it'll install it while its installing the dependencies

  • @777prafull
    @777prafull 4 ปีที่แล้ว +1

    Hello sir how to store Kinesis video stream in s3

    • @cshelp4u
      @cshelp4u  4 ปีที่แล้ว +2

      stackoverflow.com/questions/55987620/how-to-store-kinesis-video-stream-into-s3-bucket

    • @cshelp4u
      @cshelp4u  4 ปีที่แล้ว +1

      github.com/aws/amazon-kinesis-video-streams-parser-library/issues/76

    • @cshelp4u
      @cshelp4u  4 ปีที่แล้ว +1

      github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp/issues/304