Giter VIP home page Giter VIP logo

kraken.fm's Introduction

kraken.fm

Kraken is an instant audio conferencing service, no registration required.

  1. start your audio conferencing at https://kraken.fm/ROOM-ID
  2. ROOM-ID could be anything, a simple word is good for a public room
  3. refresh home page to get a random and anonymous ROOM-ID each time

Development

At first, get the kraken server code and start the engine locally.

Start a static web server to serve the repo directory. One of the easiest ways to do this for our purposes is to use Python's SimpleHTTPServer.

Ensure Python installed and navigate to the directory of this repo. Run the command.

$ python2 -m SimpleHTTPServer

You should see the prompt that server is listening on port 8000.

Serving HTTP on 0.0.0.0 port 8000 ...

Open your browser, access a room with http://localhost:8000/?room=ROOM-ID.

kraken.fm's People

Contributors

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kraken.fm's Issues

Connection to Kraken API from React Native app

Hi there!

I have a problem connecting to Kraken API from RN app. It get's connected but then I get onTrackTimeout. It seems like initial connection between RN app and Kraken API is not established. What is weird is that if I start web app first and then make a connection to Kraken API it all works, so it seems that publish request does not make a connection?

My configuration is:

const configuration = {
      bundlePolicy: 'max-bundle',
      rtcpMuxPolicy: 'require',
      sdpSemantics: 'unified-plan'
    };

Any help would be appreciated :)

high CPU load / visualizer

On my Raspberry Pi kraken.fm causes very high CPU loads (90% on all 4 cores). It seems to be related to the audio visualizer. I know the Raspberry is a slow computer for modern web browsers, but it still seems a waste of CPU cycle.

The restart logic is not work now

res.error && typeof res.error === 'string' && res.error.indexOf(unameRPC + ' not found in')

res.error from kraken is object instead of string.
indexOf can not be used like the above code. If the substring does not exist, indexOf will return -1 and the restart logic will be invoked.

Error code 5002002 peer closed in test

For some reason from time to time I am arriving at state when all of my connections (from different browsers) are returning in Kraken logs ERROR {"status":202,"code":5002002,"description":"peer 4275f9e1-5599-4960-9b0a-5635103ae308%3AY2hyb21l closed in test"}. Even when I start a new session and try to connect, I get the same error. What is causing this error? How can I fix/recover from it?

Thank you! I love this project!

no audio after page reload

Sometimes I cannot hear any audio after a page reload, the visualization still shows a signal though. Tested with Firefox 68.11.0esr on Debian Buster and Firefox Android 68.11.0.

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.