Giter Club home page Giter Club logo

Comments (4)

unicornss avatar unicornss commented on July 24, 2024

Glad you are able to send to Kinesis Video Stream from Raspberry Pi.

Are you planning to create the video stream from myprogram and store it in /tmp/input then send to Kinesis Video Stream? If so, then please take a look at unit tests in particular ProducerAPITest.cpp.

Please note that you can view the video playable in the console then the stream has to be h.264 encoded before sending through putFrame in Kinesis Video Streams Producer SDK.

Hope this helps.

Thanks
-SS

from amazon-kinesis-video-streams-producer-sdk-cpp.

MushMal avatar MushMal commented on July 24, 2024

@hryktrd, as @unicornss mentioned, you can take a look at the samples and see how a media pipeline produced frames can be pushed to the KVS. If you have a random pipe with the video data (or any other data) then in the application you have to handle two things:

  • Have a way to determine the frame start/size so you can operate at a frame granularity instead of a byte stream
  • Have a way to extract the frame timestamps. If it's just a stream of video, you can configure your KVS stream to timestamp the frames as they arrive.
  • Have a way to determine whether the frame is a key-frame or not. Perhaps, examining the NAL units to see whether it's an I-frame or have another way of extracting this information.

Best regards!

from amazon-kinesis-video-streams-producer-sdk-cpp.

unicornss avatar unicornss commented on July 24, 2024

Hi @hryktrd Are you planning to use PI to run the producer SDK? Are you trying to get the videos saved into a folder before streaming to KVS? Could you help us understand what kind of video analytics are you trying to build from those video streams?

from amazon-kinesis-video-streams-producer-sdk-cpp.

unicornss avatar unicornss commented on July 24, 2024

Closing this for now. Please reopen if the support for this use case/request/issue is required.

from amazon-kinesis-video-streams-producer-sdk-cpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.