[vlma-devel] commit: Definition of a "streaming strategy". (Adrien Grand )
git version control
git at videolan.org
Wed Jun 25 19:38:05 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Wed Jun 25 14:36:08 2008 +0200| [4cc86b84aed15b51a61ebe036e97b80f4515a2a9]
Definition of a "streaming strategy".
The purpose of this object is to be able to choose the streaming and the
announcement protocols to use. Currently, only UDP streaming with SAP
announcement is available.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=4cc86b84aed15b51a61ebe036e97b80f4515a2a9
---
.../java/org/videolan/vlma/OrderGiverImpl.java | 12 +++-
.../main/java/org/videolan/vlma/daemon/VLMad.java | 7 ++
vlma-daemon/src/main/resources/config.properties | 2 +
vlma-daemon/src/main/resources/daemon.xml | 6 ++
.../org/videolan/vlma/model/StreamingStrategy.java | 72 +++++++++++++++++++
.../java/org/videolan/vlma/model/media/Media.java | 13 ++--
.../java/org/videolan/vlma/model/order/Order.java | 32 ++++-----
.../videolan/vlma/model/order/OrderFactory.java | 74 ++++++++++++++++++++
8 files changed, 191 insertions(+), 27 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlma.git/?a=commitdiff;h=4cc86b84aed15b51a61ebe036e97b80f4515a2a9
More information about the vlma-devel
mailing list