[vlc-devel] DASH streaming
Jonathan Kua
jtkua at swin.edu.au
Tue Jun 16 02:38:19 CEST 2015
Hi,
I am trying to compile the VLC master branch source code for DASH
streaming under PCBSD10.1.2 (FreeBSD-based). I was able to play an MP4
video with the newly compiled VLC, however when provided an MPD for DASH
streaming, VLC does not stream the video, it shows the following warnings:
[test at dash-client] ~/Desktop/vlc% ./vlc -v
http://www-itec.uni-klu.ac.at/ftp/datasets/DASHDataset2014/BigBuckBunny/10sec/BigBuckBunny_10s_simple_2014_05_09.mpd
VLC media player 3.0.0-git Vetinari (revision 2.2.0-git-3587-gaee51fe)
[00000008028a2150] core libvlc warning: cannot read
/usr/local/lib/vlc/plugins/plugins.dat: No such file or directory
[00000008028a2150] core libvlc warning: cannot load module
`/usr/home/test/Desktop/vlc/modules/.libs/libhls_plugin.so'
(/usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required
by /usr/home/test/Desktop/vlc/modules/.libs/libhls_plugin.so not found)
[00000008028a2150] core libvlc warning: cannot load module
`/usr/home/test/Desktop/vlc/modules/.libs/libdash_plugin.so'
(/usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.11 required
by /usr/home/test/Desktop/vlc/modules/.libs/libdash_plugin.so not found)
[00000008028a2150] core libvlc warning: cannot load module
`/usr/home/test/Desktop/vlc/modules/gui/skins2/.libs/libskins2_plugin.so' (/usr/local/lib/compat/libstdc++.so.6:
version GLIBCXX_3.4.15 required by
/usr/home/test/Desktop/vlc/modules/gui/skins2/.libs/libskins2_plugin.so
not found)
W: [(null)] caps.c: Normally all extra capabilities would be dropped
now, but that's impossible because PulseAudio was built without
capabilities support.
[00000008028a2150] core libvlc: Running vlc with the default interface.
Use 'cvlc' to use vlc without interface.
[0000000802913f10] qt4 interface error: Unable to load extensions module
libGL error: failed to load driver: vboxvideo
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
[0000000802ad11b0] ps demux warning: this does not look like an MPEG PS
stream, continuing anyway
[0000000802ad11b0] ps demux warning: garbage at input, trying to resync...
I configured VLC with the command 'env CC=gcc48 CXX=g++48 ./configure
--disable-lua --disable-freerdp --disable-taglib --disable-mkv'.
What am I missing? How do I compile VLC source code so that DASH
streaming works successfully?
Thank you.
Regards,
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150616/92094ece/attachment.html>
More information about the vlc-devel
mailing list