Giter Site home page Giter Site logo

Proxy support about wallop HOT 3 CLOSED

maddox avatar maddox commented on August 9, 2024
Proxy support

from wallop.

Comments (3)

iklier avatar iklier commented on August 9, 2024

I'd look at VLC's streaming options; as I believe it has the ability to take a stream and make it multicast. You'd probably have to write a wrapper for the VLC cli to handle channel changes, but it shouldn't be too difficult.

On Feb 23, 2014, at 7:08 PM, Jevin Sweval [email protected] wrote:

Wallop is really nifty! I'm most excited that it seems to provide a ffmpeg configuration that doesn't freeze during streaming. Thanks!

I was wondering if you had any suggestions for hooking wallop up to some sort of proxy running elsewhere. I have a server that has great upstream bandwidth but my home connection (where my tuner is) does not. It would be nice to support multiple clients watching the same stream while only paying for the bandwidth 1x out of my home connection.

I was thinking about using the nginx-rtmp-module.


Reply to this email directly or view it on GitHub.

from wallop.

maddox avatar maddox commented on August 9, 2024

Since its all just HTTP, technically all we'd have to do is provide a url to upload to, and use that url in the m3u8 playlist.

So, instead of saving the segments to disk, they'd get uploaded to a server. Then when the client hits the m3u8 file, it would provide the urls to the segments on the server. You could even probably upload the m3u8 file to the server too and redirect to it, at which point the client wouldn't even be hitting Wallop at all anymore.

That's the beauty of HTTP.

from wallop.

maddox avatar maddox commented on August 9, 2024

Closing this due to age.

from wallop.

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.