-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (40 loc) · 3.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="flexi-unwrtn.github.io : ">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>flexi-unwrtn.github.io</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/flexi-unwrtn">View on GitHub</a>
<h1 id="project_title">flexi-unwrtn.github.io</h1>
<h2 id="project_tagline"></h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="flexi-github-pages" class="anchor" href="#flexi-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Introduction to flexi MTV.</h3>
<p>This project is a development of Open Source software for deployment on generic set top box hardware. Design goal is to automate the tasks of recording and playback of media. The objective of the device, designated as <code>flexi MTV</code>, is to receive and execute programmable functions remotely and sync the media to a streaming repository.</p>
<h3>
<a id="design-overview" class="anchor" href="#design-overview" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Technology overview</h3>
<p>July 10th, 2016, FFmpeg announced that they're about to drop the ffserver program from the project starting with the next release. ffserver has been a problematic program to maintain due to its use of internal APIs, which complicated the recent cleanups to the libavformat library, and block further cleanups and improvements which are desired by API users and will be easier to maintain. Furthermore the program has been hard for users to deploy and run due to reliability issues, lack of knowledgable people to help and confusing configuration file syntax. Current users and members of the community are invited to write a replacement program to fill the same niche that ffserver did using the new APIs and to contact us so we may point users to test and contribute to its development.</p>
<h3>
<a id="creating-ffserver-remote" class="anchor" href="#creating-ffserver-remote" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Creating ffserver remote</h3>
<p>FFserver program has been forked to <code>flexi-unwrtn</code> repository and is used and maintained as a cloud based media streaming server that compliments our set top box platform functionality.The separation of tasks, record and store media on STB device, and streaming media playback cloud ffserver, enables a significant advance in PVR functionality.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>