Giter Club home page Giter Club logo

Comments (3)

duncanthrax avatar duncanthrax commented on July 29, 2024 3

I have it kind of working. There's some additional overhead because RTP expects PCM in network byte order.

Also VLC does not like picking up a restarting stream. I might have to send silence instead of stopping the stream when no audio is playing.

Finally, it seems that VLC adds quite some buffering and therefore delay. That might be fixable with config parameters.

If I go through with this, I'll offer an extra driver with RTP support.

from scream.

duncanthrax avatar duncanthrax commented on July 29, 2024

Hi @vojenfr,
these are separate things:

  • Adding RTP support should be easy. RTP supports 2-channel linear PCM as a default format, so it's probably just a matter of prepending the correct header to the data.

  • I'll not add DLNA advertisement support, since Scream is a pure kernel solution, and DLNA is too complex to implement in a kernel driver.

Adding RTP would have the advantage that the stream can be read by standard software, e.g. VLC. Is that what you want? What is your use case?

/tom

from scream.

vojenfr avatar vojenfr commented on July 29, 2024

Yes exactly @duncanthrax , I would like to listen with vlc rtp://239.255.77.77:4010 .
And also redirect on a DLNA amplifier 😊
It is scheduled in the next release?

from scream.

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.