<div dir="ltr"><div>Make sure /usr/local/lib is included in the library path.<br></div><div>You can do this on Linux:</div><div>$echo "/usr/local/lib" > /etc/ld.so.conf.d/your.conf<br></div><div>$<font face="Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif"><span style="background-color:rgb(238,238,238)">ldconfig</span></font></div><div><font face="Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif"><span style="background-color:rgb(238,238,238)"><br></span></font></div><div><font face="Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif"><span style="background-color:rgb(238,238,238)">I'm not sure about FreeBSD.</span></font></div><div><span style="font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;font-size:13px;background-color:rgb(238,238,238)"><br></span></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 16, 2015 at 8:38 AM, Jonathan Kua <span dir="ltr"><<a href="mailto:jtkua@swin.edu.au" target="_blank">jtkua@swin.edu.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    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:<br>
    <br>
    <small>[test@dash-client] ~/Desktop/vlc% ./vlc -v
      <a href="http://www-itec.uni-klu.ac.at/ftp/datasets/DASHDataset2014/BigBuckBunny/10sec/BigBuckBunny_10s_simple_2014_05_09.mpd" target="_blank">http://www-itec.uni-klu.ac.at/ftp/datasets/DASHDataset2014/BigBuckBunny/10sec/BigBuckBunny_10s_simple_2014_05_09.mpd</a><br>
      VLC media player 3.0.0-git Vetinari (revision
      2.2.0-git-3587-gaee51fe)<br>
      [00000008028a2150] core libvlc warning: cannot read
      /usr/local/lib/vlc/plugins/plugins.dat: No such file or directory<br>
      [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)<br>
      [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)<br>
      [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)<br>
      W: [(null)] caps.c: Normally all extra capabilities would be
      dropped now, but that's impossible because PulseAudio was built
      without capabilities support.<br>
      [00000008028a2150] core libvlc: Running vlc with the default
      interface. Use 'cvlc' to use vlc without interface.<br>
      [0000000802913f10] qt4 interface error: Unable to load extensions
      module<br>
      libGL error: failed to load driver: vboxvideo<br>
      libGL error: Try again with LIBGL_DEBUG=verbose for more details.<br>
      [0000000802ad11b0] ps demux warning: this does not look like an
      MPEG PS stream, continuing anyway<br>
      [0000000802ad11b0] ps demux warning: garbage at input, trying to
      resync...</small><br>
    <br>
    I configured VLC with the command 'env CC=gcc48 CXX=g++48
    ./configure --disable-lua --disable-freerdp --disable-taglib
    --disable-mkv'.<br>
    What am I missing? How do I compile VLC source code so that DASH
    streaming works successfully?<br>
    Thank you.<br>
    <br>
    Regards,<br>
    Jonathan<br>
    <br>
  </div>

<br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br></div>