1 % vim: set tw=78 sts=2 sw=2 ts=8 aw et ai:
2 \documentclass[conference]{IEEEtran}
5 \usepackage[utf8x]{inputenc}
6 \usepackage[english]{babel}
7 %\usepackage{hyperref} % use \url{http://$URL} or \href{http://$URL}{Name}
8 \usepackage{underscore} % underscores need not be escaped
12 \usepackage{amsmath, amsthm, amssymb}
14 % Support for including graphics
16 \DeclareGraphicsExtensions{.pdf,.png,.jpg}
18 \usepackage[outerbars,color]{changebar}
21 \let\Oldcbstart\cbstart
23 %\renewcommand{\cbstart}{\color{red}\Oldcbstart}
24 %\renewcommand{\cbend}{\Oldcbend\color{black}}
25 \renewcommand{\cbstart}{}
26 \renewcommand{\cbend}{}
30 \title{P2P-Tube: A Video Sharing Web Platform Based on Next-Share Technology}
32 \author{\IEEEauthorblockN{Călin-Andrei Burloiu}
33 \IEEEauthorblockA{Automatic Control and Computers Faculty\\
34 University Politehnica of Bucharest\\
35 Emails: calin.burloiu@gmail.com}}
43 %\textbf{\textit{Keywords -- ala, bala, portocala}}
46 Video-On-Demand, NextShare, P2P-Next
49 %\IEEEpeerreviewmaketitle
51 \section{Introduction}
52 \label{sec:introduction}
53 \input{src/introduction}
55 \section{P2P-Next's Next-Share Technology}
56 \label{sec:next-share}
57 \input{src/next-share}
59 \section{Design Overview}
63 \section{Implementation}
64 \label{sec:implementation}
65 \input{src/implementation}
68 \label{sec:future-work}
69 \input{src/future-work}
72 \label{sec:conclusion}
73 \input{src/conclusion}
75 \section*{Acknowledgment}
76 \label{sec:acknowledgment}
78 Special thanks go to the P2P-Next~\cite{p2p-next} team who is working
79 enthusiastically to deliver the next generation peer-to-peer content delivery
80 platform. Their dedication, professionalism and vision are a constant factor
81 of motivation and focus for our work.
83 \bibliographystyle{abbrv}
84 \bibliography{p2p-tube}