Git Product home page Git Product logo

libndi's People

Contributors

tobiasebsen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libndi's Issues

Size of audio packets makes no sense.

In audio frames, the size I'm getting doesn't make a lot of sense. For a stereo stream (fowt), I'm getting 8.

The actual total size of the data should be either 4096 (the stride size) or 8192 (the total data size).

The value "8" is neither the size of a single sample (4) nor the stride size, nor anything else other than the total size divided by the number of samples. For a mono stream, it's the sample size; for a stereo stream, it makes no sense this way at all.

Send

Hello and thank you for your work and Jean-Baptiste Kempf's one.

I'm working on a way to compile the library to WebAssembly for browser use.
Is there any chance to be able to send streams?

Thank you!

Time code for audio and video frames is always zero

The time code on all frames is always zero for me. It doesn't make a lot of sense to expose the timecode field on video and audio packets if you aren't going to populate it. :-)

I think the full NDI library silently examines the metadata chunks in the background and pulls out the time code data and merges it into the timecode field of subsequent chunks of audio and video data until it gets a new metadata chunk. But I'm not certain of that. There might be some magic XML that you need to send while initiating the connection if you want to get the actual time stamps from the sender. Not sure.

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.