Skip to content
Tim 'mithro' Ansell edited this page Feb 14, 2014 · 59 revisions

{'layout': 'default', 'title': 'Ideas!', 'tagline': 'Projects you could possibly work on.'}


Overview

TimVideos.us is a group of exciting projects which together create a system for doing both recording and live event streaming for conferences, meetings, user groups and other presentations. Check out our Getting Started! page for more information!

Whether you want to work hands-on with hardware or code in a variety of languages, we have a project for you. Join the team! This information should help you explore the projects and learn how to get started.

To help you decide which of the TimVideos.us projects you wish to contribute to, we have created the following flow diagram:

Edit Image

Getting Started Flow Diagram
  • Students should check out the Summer Of Code page.
  • Ideas tracker is a dynamic, filterable version of the Ideas page. You are welcome to expand on ideas!
  • There are many bugs within individual components which are not yet listed as potential starter projects. Check out the bug trackers!
  • Feel free to suggest your own ideas!





Loading ideas from GitHub ideas tracker...

{% raw %}

<script type="text/html" id="ideas-template"> {{#projects}}




{{name}}

{{&body_html}}
{{#ideas}}

{{title}}

{{#labels}} {{/labels}}
{{&body_html}}
{{&reference.extra}}
{{/ideas}}
{{/projects}} </script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js" type="text/javascript"></script> <script src="/js/ideas.js" type="text/javascript"></script>

{% endraw %}

* [Tasks in the gst-switch project](https://github.com/timvideos/getting-started/issues?labels=Project+-+gst-switch&page=1&state=open). * [Tasks in the gst-switch project dealing with **speaker tracking**]().
[(Code)](http://github.com/timvideos/streaming-system) | [(IRC Channel)](irc://irc.freenode.org/#timvideos) | [(Bug Tracker)](http://github.com/timvideos/streaming-system/issues)

Streaming-system is a comprehensive video conferencing package that allows users to set up and deploy a live streaming system. It includes a website, setup scripts and watchdog code.

The streaming system including a django-based website, shell script setup scripts and Python watchdog code.

HDMI2USB is a core hardware project in the Tim Videos suite. There are two types of projects to work on with the HDMI2USB system;

!!! All hardware projects will require you to have a Digilent ATLYS prototype board !!!

If you can show that you are committed to developing hardware (such as being accepted into a program like Google Summer of Code), you can apply for a grant to have a board provided to you for development.

{% raw %}

Ideas Template
------------------------------------------------------
Title: [{{reference.repo}} #{{reference.issue}}] {{title}}
Labels: 
 * (fluro green) Language
 * (fluro light blue) Project
 * (dark yellow) Type
 * (dark blue) Dark blue

Text

More technical details at 

[Link to bug in the ](http://github.com/timvideos/{{reference.repo}}/issues/{{reference.issue}})

## Brief explanation

A short description of what the thing you want to do.

### Expected results

## Detailed Explanation

A much longer description of what the thing you want to do.

### Further reading

 * [Link to a PDF document](http://abc/abc.pdf)
 * [Link to a some HTML page](http://abc/abc.html)

## Knowledge Prerequisites

 *

## Contacts

 * **Potential Mentors:** @{{github mentor username}}
 * **Mailing list:** [[email protected]](http://xxxx/)

{% endraw %}

Clone this wiki locally