Changes between Version 4 and Version 5 of GEC17Agenda/GettingStartedWithGENI_III_GIMI/Procedure/TrackIssues/vlc


Ignore:
Timestamp:
07/15/13 15:25:00 (11 years ago)
Author:
Cong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC17Agenda/GettingStartedWithGENI_III_GIMI/Procedure/TrackIssues/vlc

    v4 v5  
    22
    33When executing the ruby experiment, the error on RC log saying:
    4 
     4{{{
    55Error while parsing configuration '/tmp/cong-vlc-test-1-test:app:vlc#1.xml' …...
    66ERROR     Config line 1: Unknown measurement point 'video'."
    7 
     7}}}
    88This error continues if comment the "app.defMeasurement('video')" part.
    99
     10{{{
    1011Got error: ERROR        Config line 1: Unknown measurement point 'vlc_dashRateAdaptation'.'
     12}}}
    1113
    1214The oml xml config file is like this:
     15{{{
    1316<omlc id='Sender' exp_id='divya-test-sat-2-2013-07-13T20-44-55-04-00'><collect url='tcp:emmy9.casa.umass.edu:3004'><mp name='video' samples='1'/><mp name='input' samples='1'/><mp name='output' samples='1'/><mp name='dashRateAdaptation' samples='1'/><mp name='dashDlSession' samples='1'/></collect></omlc>
    14 
     17}}}
    1518For labwiki, experiment name is: divya-test-sat-2-2013-07-13T20-44-55-04-00
    1619
     
    1821
    1922When I try this command (on the ExoGENI node), it worked:
     23{{{
    2024/root/vlc-2.1.0-git/bin/vlc-static -I dummy --extraintf omlstats --oml-id ubuntu --oml-domain exp-test --oml-collect tcp:emmy9.casa.umass.edu:3004 http://emmy9.casa.umass.edu/DASH_BuckBunny/www-itec.uni-klu.ac.at/ftp/datasets/mmsys12/BigBuckBunny/bunny_2s_480p_only/bunny_Desktop.mpd
     25}}}
    2126
    2227But this command doesn't work:
     28
     29{{{
    2330env -i OML_NAME=Sender OML_SERVER=tcp:emmy9.casa.umass.edu:3004 OML_EXP_ID=divya-test-sat-2-2013-07-13T20-44-55-04-00  OML_CONFIG=/tmp/divya-test-sat-2-2013-07-13T20-44-55-04-00-test:app:vlc#1.xml /root/vlc-2.1.0-git/bin/vlc-static  http://emmy9.casa.umass.edu/DASH_BuckBunny/www-itec.uni-klu.ac.at/ftp/datasets/mmsys12/BigBuckBunny/bunny_2s_480p_only/bunny_Desktop.mpd --intf dummy --extraintf omlstats
    2431VLC media player 2.1.0-git Rincewind (revision 1.3.0-git-6058-g2f0e36e)
     
    3037INFO    Buffered queue reader thread finished OK...
    3138Error starting up OML measurement streams
     39}}}