[vlc-commits] Add Smooth Streaming module
Frédéric Yhuel
git at videolan.org
Mon Sep 24 13:44:52 CEST 2012
vlc | branch: master | Frédéric Yhuel <fyhuel at viotech.net> | Wed Sep 19 17:14:42 2012 +0200| [5bf01e701f04f73d26f07efcc443718d672cfbac] | committer: Jean-Baptiste Kempf
Add Smooth Streaming module
Tested with:
***** Live *****
- http://demo.anevia.com:3128/live/disk1/live1/ss-ss/manifest
- http://demo.anevia.com:3129/live/disk1/live2/ss-ss/manifest
***** VOD *****
- http://demo.anevia.com:3131/vod/disk1/content2/ss-ss/Manifest
- http://demo.anevia.com:3130/vod/disk1/content1/ss-ss/Manifest
- http://mediadl.microsoft.com/mediadl/iisnet/smoothmedia/Experience/BigBuckBunny_720p.ism/Manifest
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5bf01e701f04f73d26f07efcc443718d672cfbac
---
modules/stream_filter/Modules.am | 9 +
modules/stream_filter/smooth/downloader.c | 719 +++++++++++++++++++++++++++
modules/stream_filter/smooth/smooth.c | 770 +++++++++++++++++++++++++++++
modules/stream_filter/smooth/smooth.h | 182 +++++++
modules/stream_filter/smooth/utils.c | 204 ++++++++
5 files changed, 1884 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=5bf01e701f04f73d26f07efcc443718d672cfbac
More information about the vlc-commits
mailing list