Skip to content

Commit

Permalink
Support for Http Dynamic Streaming
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
Jonathan Thambidurai authored and jbkempf committed Jul 4, 2014
1 parent 29e0d17 commit f99d052
Show file tree
Hide file tree
Showing 5 changed files with 1,687 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changes between 2.2.x and 3.0.0-git:
--------------------------------

Access:
* Support HDS (Http Dynamic Streaming) from Adobe (f4m, f4v, etc.)


Changes between 2.1.x and 2.2.0:
--------------------------------
Expand Down
1 change: 1 addition & 0 deletions modules/MODULES_LIST
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ $Id$
* growl: announce currently playing stream to growl
* gstdecode: GStreamer based decoder module.
* h264: H264 decoder
* hds: HTTP Dynamic Streaming, per Adobe's specs
* headphone_channel_mixer: headphone channel mixer with virtual spatialization effect
* hevc: HEVC demuxer
* hotkeys: hotkeys control module
Expand Down
7 changes: 7 additions & 0 deletions modules/stream_filter/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ libsmooth_plugin_la_SOURCES = \
libsmooth_plugin_la_CFLAGS = $(AM_CFLAGS)
stream_filter_LTLIBRARIES += libsmooth_plugin.la

libhds_plugin_la_SOURCES = \
stream_filter/hds/hds.c

libhds_plugin_la_CFLAGS = $(AM_CFLAGS)
stream_filter_LTLIBRARIES += libhds_plugin.la


libhttplive_plugin_la_SOURCES = stream_filter/httplive.c
libhttplive_plugin_la_CFLAGS = $(AM_CFLAGS) $(GCRYPT_CFLAGS)
libhttplive_plugin_la_LIBADD = $(GCRYPT_LIBS) -lgpg-error
Expand Down
Loading

0 comments on commit f99d052

Please sign in to comment.