Git Product home page Git Product logo

Comments (13)

feross avatar feross commented on May 18, 2024 1

This issue can be closed now that webtorrent-hybrid is based on Electron instead of wrtc, as of 1.0.0.

from webtorrent-hybrid.

rom1504 avatar rom1504 commented on May 18, 2024

node-webrtc/node-webrtc#229

from webtorrent-hybrid.

DiegoRBaquero avatar DiegoRBaquero commented on May 18, 2024

Having the same issue. I have tried node 0.10, 0.12 and 4.1

Still can't get to install it.

from webtorrent-hybrid.

ericwooley avatar ericwooley commented on May 18, 2024

I got it under ubuntu with node 0.10.x, but I don't want to use that version of node. Hopefully webrtc gets fixed. @feross Have you looked into this at all? It seems that webtorrent hybrid is getting a bit out of date.

from webtorrent-hybrid.

jsindy avatar jsindy commented on May 18, 2024

I couldn't get it working in node 0.10, 0.12, 4.1 or 5.1.

from webtorrent-hybrid.

jsindy avatar jsindy commented on May 18, 2024

@ericwooley how did you get past "npm ERR! not a package /tmp/npm-5-M6AlQmVz/github.com/jhiesey/mp4box.js.git" on node 0.10?

from webtorrent-hybrid.

jsindy avatar jsindy commented on May 18, 2024

Heres my Dockerfile from testing

FROM ubuntu:14.04.3
RUN apt-get update
RUN apt-get -y install vim git curl wget python build-essential
RUN curl -sL https://deb.nodesource.com/setup_0.10 | sudo -E bash - #NODE 0.10
#RUN curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - #NODE 4
#RUN curl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash - #NODE 0.12
#RUN curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - #NODE 5
RUN apt-get -y install nodejs
RUN npm install webtorrent-hybrid -g
CMD webtorrent-hybrid

from webtorrent-hybrid.

ericwooley avatar ericwooley commented on May 18, 2024

@jsindy I am not really sure, I installed in on my desktop/fileserver. and I was suprised to see it work. Ill try to reproduce in a docker.

as for mp4box, I don't get past that error if I am using npm@2

from webtorrent-hybrid.

ericwooley avatar ericwooley commented on May 18, 2024

@jsindy It doesn't work in docker, but I started up a digital ocean box with ubuntu 15.x and install nvm 0.10,

npm install -g npm@2
# from docs in https://github.com/js-platform/node-webrtc
sudo apt-get install python2.7 git-all pkg-config libncurses5-dev libssl-dev libnss3-dev libexpat-dev
npm install -g webtorrent-hybrid

from webtorrent-hybrid.

ericwooley avatar ericwooley commented on May 18, 2024

I also got it to work in yosemite this way the same way.

On ubuntu it seems to be working with 0.12.7, but not yosemite, only 0.10 works there.

I'll check el capitan when I get home.

from webtorrent-hybrid.

DiegoRBaquero avatar DiegoRBaquero commented on May 18, 2024

El capitan might work if you have XCode 6.x

Couldn't get it to work with XCode 7

On Nov 9, 2015, at 9:10 PM, Eric Wooley [email protected] wrote:

I also got it to work in yosemite this way the same way.

On ubuntu it seems to be working with 0.12.7, but not yosemite, only 0.10 works there.

I'll check el capitan when I get home.


Reply to this email directly or view it on GitHub.

from webtorrent-hybrid.

jsindy avatar jsindy commented on May 18, 2024

Working Dockerfile

FROM ubuntu:15.04
RUN apt-get update
RUN apt-get -y install vim git curl wget python build-essential sudo
RUN curl -sL https://deb.nodesource.com/setup_0.10 | sudo -E bash - #NODE 0.10
RUN apt-get -y install python2.7 git-all pkg-config libncurses5-dev libssl-dev libnss3-dev libexpat-dev
RUN apt-get -y install nodejs
RUN npm install node-gyp@latest
RUN npm install -g npm@2
RUN npm install wrtc
RUN npm install -g webtorrent-hybrid --unsafe-perm
CMD webtorrent-hybrid

from webtorrent-hybrid.

ericwooley avatar ericwooley commented on May 18, 2024

Maybe add that dockerfile as a pull request?

from webtorrent-hybrid.

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.