HLS output to decklink SDI

Tim Müller tim at centricular.com
Fri Aug 11 18:38:18 UTC 2017


On Fri, 2017-08-11 at 11:06 -0700, vmm2017 wrote:

Hi,

> I am new and trying to figure out how to output HLS stream to
> DeckLink card.
> 
> My command line is as follows:
> 
> gst-launch-1.0 souphttpsrc
> location=http://devimages.apple.com/iphone/samples/bipbop/gear4/prog_
> index.m3u8
> ! hlsdemux ! decodebin name=u u. ! queue ! videoconvert ! videoscale
> !
> decklinkvideosink mode=15 u. ! queue ! decklinkaudiosink

Try something like:

  gst-launch-1.0 playbin uri=http://...  \
      audio-sink="decklinkaudiosink" \
      video-sink="cecklinkvideosink mode=15"

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com

Join us at the GStreamer Conference!
21-22 October 2017 in Prague, Czech Republic
http://gstreamer.freedesktop.org/conference/


More information about the gstreamer-devel mailing list