video streaming - gst-launch-1.0 no element "hlssink" error -


i having trouble creating hls(http live streaming) gstreamer. trying this:

gst-launch-0.10 videotestsrc is-live=true !  x264enc ! mpegtsmux ! hlssink max-files=5  playlist-root=http://server.com location=/var/www/hlssink playlist-location=/var/www/hlssink 

and getting error:

warning: erroneous pipeline: no element "hlssink" 

can help? have tried install gstreamer-plugins-bad package , gstreamer-libav package. receiving same error.

any appreciated.

for hlssink element, there dependent packages. so, have install them first. are

nettle & libgcrypt

first have install above packages, , goto gst-bad-plugins directory, ,

./configure --prefix=< prefix path >

make

sudo make install

after configure, show list of plugins going build, in list if found hls, after make install element.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -