Skip to content

Commit 91f695d

Browse files
committed
Former-commit-id: 1c6c6dc
1 parent 5ab3cc4 commit 91f695d

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
<div style="text-align:center"><img src="readme2.png" /></div>
2-
31
# Media Router
4-
2+
<p align="center">
53
<div style="text-align:center"><img src="readme1.png" /></div>
6-
4+
</p>
75

86
## Introduction
97
The purpose of Media Router is to be a "mediator" between a frontend GUI Audio / Video player and a backend Multimedia Framework. It will be responsible to satisfy frontend's needs such as Open/Play/Pause/Seek/Stop functionalities but also to serve __accurate__ with the right __control flow__ and __synchronized__ the requested media frames such as Audio, Video and Subtitles.
@@ -22,7 +20,7 @@ __Synchronized__ : Ensures that all time the served media frames will be syncron
2220

2321
> <a href="https://www.ffmpeg.org/">FFmpeg 4.2.1</a> library (implemented with C# bindings <a href="https://github.com/Ruslan-B/FFmpeg.AutoGen">FFmpeg.AutoGen</a> 4.2.0)
2422
25-
Demuxers the input file and configures the included media streams. It creates one thread per media stream for decoding. Additionally, it supports hardware acceleration (partially) and accurate seeking by decoding from the previous key/I frame until the requested (in case of B/P frames).
23+
Demuxes the input file and configures the included media streams. It creates one thread per media stream for decoding. Additionally, it supports hardware acceleration (partially) and accurate seeking by decoding from the previous key/I frame until the requested (in case of B/P frames).
2624

2725
#### Layer 2 - Media Router (MediaRouter.cs)
2826

@@ -47,4 +45,7 @@ A sample GUI has been created to demonstrate Media Router's functionality. It wo
4745
(;/') for Subtitles adjustment
4846

4947
## Final Words
50-
I have worked on this project for education, fun and programming exercise and I made it available to the public in case you will find it useful for similar reasons. It's always fun as programmers to have our own media player and play around. Any suggestions are always welcome!
48+
I have worked on this project for education, fun and programming exercise and I made it available to the public in case you will find it useful for similar reasons. It's always fun as programmers to have our own media player and play around. Any suggestions are always welcome!
49+
<p align="center">
50+
<div style="text-align:center"><img src="readme2.png" /></div>
51+
</p>

0 commit comments

Comments
 (0)