http://www.activevideo.com/


Architecture


http://www.activevideo.com/cloudtv-guidecast



Arris and Charter Communications said they have acquired ActiveVideo, a provider of cloud-based interfaces and apps, for $135 million via a new joint venture.

Reference:

http://www.multichannel.com/news/tv-apps/arris-charter-jv-nabs-activevideo-135-million/389754



Setup Host Environment

Reference : https://source.android.com/source/initializing.html

I am using open-jdk-7 on ubuntu 14.04 so I have to update to openjdk-8.


Download openjdk-8

Download the .deb packages for 64-bit architecture from archive.ubuntu.com:


Install openjdk-8

sudo dpkg -i openjdk-8-jre-headless_8u45-b14-1_amd64.deb

sudo dpkg -i openjdk-8-jre_8u45-b14-1_amd64.deb 

sudo dpkg -i openjdk-8-jdk_8u45-b14-1_amd64.deb


> java -version

openjdk version "1.8.0_45-internal"

OpenJDK Runtime Environment (build 1.8.0_45-internal-b14)

OpenJDK 64-Bit Server VM (build 25.45-b02, mixed mode)



Install required packages on Ubuntu 14.04


sudo apt-get install git-core gnupg flex bison gperf build-essential \
  zip curl zlib1g
-dev gcc-multilib g++-multilib libc6-dev-i386 \
  lib32ncurses5
-dev x11proto-core-dev libx11-dev lib32z-dev ccache \
  libgl1
-mesa-dev libxml2-utils xsltproc unzip



What is Anaconda?

Anaconda is the leading open data science platform powered by Python. The open source version of Anaconda is a high performance distribution of Python and R and includes over 100 of the most popular Python, R and Scala packages for data science.


Reference : https://www.continuum.io/downloads#osx


Install Anaconda




'Python' 카테고리의 다른 글

[PyQt] Event Handling  (0) 2017.02.02
[PyQt] Make a window with "Hello World"  (0) 2017.02.02
[PyQt] What is PyQt?  (0) 2017.02.02
Install PyCharm IDE  (0) 2017.02.02
[Python] print "Hello world"  (0) 2017.02.02