Commit b7a048f1 authored by Christophe Courtaut's avatar Christophe Courtaut Committed by Rémi Denis-Courmont

Smem sout module to memory buffer video only

The smem sout module allows you to stream out to memory buffer.
Currently only video is implemented. This module should be used
with the transcode sout module, to get raw data from it.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 41d8d0be
...@@ -12,6 +12,7 @@ SOURCES_stream_out_mosaic_bridge = mosaic_bridge.c ...@@ -12,6 +12,7 @@ SOURCES_stream_out_mosaic_bridge = mosaic_bridge.c
SOURCES_stream_out_autodel = autodel.c SOURCES_stream_out_autodel = autodel.c
SOURCES_stream_out_record = record.c SOURCES_stream_out_record = record.c
SOURCES_stream_out_raop = raop.c SOURCES_stream_out_raop = raop.c
SOURCES_stream_out_smem = smem.c
libvlc_LTLIBRARIES += \ libvlc_LTLIBRARIES += \
libstream_out_dummy_plugin.la \ libstream_out_dummy_plugin.la \
...@@ -26,6 +27,7 @@ libvlc_LTLIBRARIES += \ ...@@ -26,6 +27,7 @@ libvlc_LTLIBRARIES += \
libstream_out_mosaic_bridge_plugin.la \ libstream_out_mosaic_bridge_plugin.la \
libstream_out_autodel_plugin.la \ libstream_out_autodel_plugin.la \
libstream_out_record_plugin.la \ libstream_out_record_plugin.la \
libstream_out_smem_plugin.la \
$(NULL) $(NULL)
if HAVE_LIBGCRYPT if HAVE_LIBGCRYPT
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment