Skip to content

Releases: TeamStreamix/StreamiX

Release v1.0

05 Dec 07:16
6cb7d38
Compare
Choose a tag to compare

StreamiX app v1.0 Release

This is the initial release of the StreamiX mobile streaming application. Currently, the app has the following features.

  • Record a video and upload it to the server
  • View the uploaded videos from the devices of the same local network
  • Change the quality of the videos while watching

Sources

Mobile Application: https://github.com/TeamStreamix/StreamiX
Video processing server: https://github.com/TeamStreamix/video-processing-server

Execution

After downloading the assets and the server, run the server using the following commands.

npm init
npm install
npm start

Open a different terminal and run the following commands to start the file server.

cd segments
mkdir thumbnails
cd ..
cd uploads
mkdir processed
cd segments
http-server
  • Before building the mobile application, change the FILE_SYSTEM_URL and SERVER_URL with local IP addresses in the build.gradle file.

Ffmpeg has to be installed on the local machine to run the server.