Giter Club home page Giter Club logo

pipe-to-me's People

Contributors

jpschroeder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

pipe-to-me's Issues

Crazy idea: stream video in real-time (say up to 5 seconds delay)

I wonder whether pipe-to-me could be (mis)used to stream video in real-time to multiple web clients. One way (i.e. only curl->pipe-to-me->web_browser) would be fine, no need for bidirectional piping.

Thoughts?

The idea is to have absolutely minimal clients using "plain old web technologies" while leveraging as much of web browser built-in functionality as possible (in this case especially the ability to play videos without any JS and hopefully without full prefetch as I would like to stream "indefinite" things like a conference).

Latency should be say up to ~5 seconds to make it usable I think ๐Ÿ˜‰.

Module path should be "github.com/jpschroeder/pipe-to-me", not "pipe-to-me"

Background

Module path is inconsistent with go import path.
GO111MODULE=on, run go get -u github.com/jpschroeder/pipe-to-me:

go: downloading github.com/jpschroeder/pipe-to-me v0.0.0-20191212154931-8f031675506a
go: github.com/jpschroeder/pipe-to-me upgrade => v0.0.0-20191212154931-8f031675506a
go get: github.com/jpschroeder/[email protected]: parsing go.mod:
        module declares its path as: pipe-to-me
                but was required as: github.com/jpschroeder/pipe-to-me

Solution

Fix the module path:

Rename the module path to "github.com/jpschroeder/pipe-to-me".
https://github.com/jpschroeder/pipe-to-me/blob/master/go.mod#L1

module github.com/jpschroeder/pipe-to-me
go 1.12 

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.