Git Product home page Git Product logo

crashtestdummies's Introduction

Requirements

  • Android Studio with latest SDK build version on Linux platform
  • Node.js module
    • curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
    • sudo apt-get install -y nodejs
  • 2 Android devices
  • Make sure port 7000 is open in the network.

Steps to execute the entire project

  • Clone this repository git clone https://github.com/kishanrraval/CrashTestDummies.git
  • Skip the next 2 steps and use apks provided in the apks folder if you do not want to build apk from source.
  • Create and run (Install on an Android device) the android project for server from Android_Server. It acts as a audio+video transmission server of a single source.
  • Create and run (Install on an Android device) the android project for client from Android_Client. It is the recipient of the live stream and displays the stream on screen with audio.
  • Run server.js file in the NodeJS_server folder.
    • Use node server.js command to start the signalling server listening for incoming connections.
    • This signalling server works as an intermediate entity which establishes the connection between the source and the recipient.
  • Find IP address of the signalling server which would be needed for connection. Go through the following steps for finding IP address of the server - Open terminal and type ifconfig in the terminal to find the value of IPv4.
  • Open Server app and enter the IP address from the above result and tap on connect button.
    • You can see the incoming connection from node server's command prompt.
  • Open Client app and enter the same IP address over there as well and tap on connect button.
  • You will now be able to view the live streaming from client application.

Future developments

  • Conversion of single source to multiple source transmission for achieving overall functionality.
  • Improvements in UI to make app deployable and user friendly.
  • Adding login/authentication feature if needed.
  • Adding analytics feature, which can be used for finding user behaviour on app for finding issues and changes required in the app.

crashtestdummies's People

Contributors

burglarhobbit avatar kishanrraval avatar

Watchers

James Cloos avatar  avatar  avatar

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.