Coder Social home page Coder Social logo

packet_scheduling_for_video_streaming's Introduction

Packet_Scheduling_for_Video_Streaming

Re-implementation of Packet Scheduling Algorithm for Wireless Video Streaming More detailed report is here

Introduction

The project is intended to re-implement the packet scheduling algorithm for wireless video streaming as mentioned in the paper of Sang Kang and Avideh Zakhor. Traditionally, the most commonly used scheduling mothed is the earliest deadline first scheduling(EDF), which sends video frame packets sequentially in order of the deadline. Under good network connections, EDF is efficient in terms of minimizing required buffer size at the receiver side because the packets always arrive in order and the receiver does not need to have a large buffer. However, the performance of EDF is limited under error prone connections, for it does not handle importance of data in compressed video stream.

In section 2 of the report, the video encoding technique and the limitation of EDF are explained in detail. The paper introduces a new frame based packet scheduling algorithms(FBS) for MPEG-4 encoded video frames to mitigate the issue of EDF. The new algorithm can preserve video streaming quality by reordering transmission schedule based on the importance of each video frame. Section 3 introduces FBS algorithm and explains how the network environment is set up and how FBS is implemented in this project. In Section 4, the performance of EDF and FBS are evaluated and compared with various loss metrics. The evaluation has shown that in general FBS is able to transmit more important frames than EDF. With a low loss rate, FBS behaves similarly to EDF. However, with a very high loss rate, FBS only sends the most important frames and tends to ignore other frames. Also, because FBS adds the retransmission mechanism, there are a lot more retransmissions with highly lossy connections than with good connections.

Demo Video

packet_scheduling_for_video_streaming's People

Contributors

yvainovski avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.