GithubHelp home page GithubHelp logo

itsviiruz / streama-app-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from streamaserver/streama-app

0.0 0.0 0.0 25.36 MB

A mobile/Tablet/TV app for streama

HTML 0.80% CSS 15.64% JavaScript 83.56%

streama-app-1's Introduction

Streama App

Get it in the play store now:

Get in in the google play store

Dashboard view

Player view

This app requires a running streama service with a public url. Connect to it in the setup, login, and enjoy all the features from the website but with a smooth mobile UI.

Developing on this project

Prerequisites:

$ npm install -g ionic cordova

To start this app, run

  bower install
  npm install
  ionic serve

building for release

first x86

  • change version-number in config.xml (last digit should be 1)
  • run nvm use v9.9.0
  • run ionic cordova build --release android
  • run jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore platforms/android/build/outputs/apk/android-x86-release-unsigned.apk alias_name
  • cd platforms/android/build/outputs/apk/
  • adjust v-number & run ~/Library/Android/sdk/build-tools/26.0.2/zipalign -v 4 android-x86-release-unsigned.apk streama_x86_0.2.0.1.apk

then armv7

  • new Terminal
  • change version-number last digit to 2
  • run nvm use v9.9.0
  • run ionic cordova build --release android
  • run jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore platforms/android/build/outputs/apk/android-armv7-release-unsigned.apk alias_name
  • cd platforms/android/build/outputs/apk/
  • adjust v-number & run ~/Library/Android/sdk/build-tools/26.0.2/zipalign -v 4 android-armv7-release-unsigned.apk streama_armv7_0.2.0.2.apk

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.