https://github.com/vballoli/vectorsandroid
Code to the WiSPNET'19 paper - Video Streaming using Scalable Video Coding over Opportunistic Networks
https://github.com/vballoli/vectorsandroid
android ffmpeg ffmpeg-android jsvm ndk
Last synced: about 2 months ago
JSON representation
Code to the WiSPNET'19 paper - Video Streaming using Scalable Video Coding over Opportunistic Networks
- Host: GitHub
- URL: https://github.com/vballoli/vectorsandroid
- Owner: vballoli
- Created: 2018-11-10T18:11:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T12:47:40.000Z (over 7 years ago)
- Last Synced: 2025-03-25T18:43:01.899Z (over 1 year ago)
- Topics: android, ffmpeg, ffmpeg-android, jsvm, ndk
- Language: C++
- Homepage: https://ieeexplore.ieee.org/abstract/document/9032752/?casa_token=IyWEvtX2qDwAAAAA:UmfJqjKuwiCjJC3BmgrKUIHAhT5Asn-kXHru1z5CIM-2Kmvbow5dAZXfmB4hoX1kjzsJk9xzFNAl
- Size: 34.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vectors Server
This project aims to implement the Server component of Vectors (Video communication through opportunistic relays and scalable video coding) is a Disruption Tolerant Networks (DTNs), a research project developed at BITS Pilani, Hyderabad Campus.
This project aims to record and create SHVC encoded video. SHVC is a special type of video compression algorithm which splits a video into multiple temporal and spatial layers. While the base video layers are necessarily required for playing the video, the higher layers are only required for increasing the video quality. These files are then transferred on the DTN.
Vectors Project Repository: `https://github.com/swifiic/Vectors`
Project Wiki: `https://github.com/WritingMinds/ffmpeg-android-java`
## Project Requirements
1. FFMpeg Android: `https://github.com/WritingMinds/ffmpeg-android-java`