Edge-Center / android_vod_demo

integration example of a streaming platform with an Android application

Home Page:https://edgecenter.ru/streaming-platform/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fully Working Video App for Android: Video Player, Smooth Scrolling, Loading

Introduction

Services that provide the ability to publish and play short videos are at the peak of popularity. One of their main features is an endless tape of video content, when scrolling through it, playback starts instantly.

This demo application provides an example of implementing smooth scrolling and video publishing based on the Edge-Center streaming platform.

Features

  1. Authorizaton
  2. VOD playback over HLS
  3. Capture and upload video
  4. Smooth scrolling VOD

Checking with Edge-Center account

  1. You can clone this project and run it in Android Studio, where you can test it either by connecting a real device or through an Android emulator
  2. Log in using the email and password from the Edge-Center account
  3. On the VODs screen, you can watch the available videos
  4. On the Viewing screen, you can watch the videos by smooth scrolling
  5. On the Upload screen, you can capture and upload video.

Requirements

  • The presence of an Internet connection on the device
  • The presence of a camera and microphone on the device.
  • Anroid min API 23

Screenshots

License

MIT License

Copyright (c) 2023 Edge-Center

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

integration example of a streaming platform with an Android application

https://edgecenter.ru/streaming-platform/

License:MIT License


Languages

Language:Kotlin 100.0%