Duncan Webb wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> John Molohan wrote:
>   
>> Hi,
>>
>> I'm setting up a fxd for watching some concerts. One of the videos 
>> doesn't play in freevo but if I copy paste the command from freevo's log 
>> to the command line it works perfectly. This is the command that freevo 
>> issues;
>>     
>
> What do you have in the fxd file?
> "http://msnpresents.msn.com/chriscornell/MediaPlayList.aspx?id=ba71f241-093e-4c52-830f-17ff6520cded&mkt=en-ie";
>
>
>                                                    Did you change the &
> to &
>
> Duncan
>   
Yeah it has to be changed from & to & otherwise you get an 
expaterror (it'd be nice if this was done for you). When freevo plays 
it's converted back to the & as seen in the log. Here's the exerpt from 
the fxd.

 <movie title="Chris Cornell">
    <video>
      <url id="p4">
         
"http://msnpresents.msn.com/chriscornell/MediaPlayList.aspx?id=ba71f241-093e-4c52-830f-17ff6520cded&amp;mkt=en-ie";
        <playlist/>
      </url>
    </video>
    <info>
      <description>Chris Cornell</description>
    </info>
  </movie>

>   
>> /usr/bin/mplayer -slave -autosync 100 -nolirc -nojoystick -autoq 100 -fs 
>> -ao oss:/dev/dsp -v -vo dfbmga:crtc2:fieldparity=top:tvnorm=pal -cache 
>> 5000 -playlist 
>> "http://msnpresents.msn.com/chriscornell/MediaPlayList.aspx?id=ba71f241-093e-4c52-830f-17ff6520cded&mkt=en-ie";
>>  
>> -vf pp=de
>>
>> This is the error in mplayer-stderr.log
>>
>> Failed to open 
>> "http://msnpresents.msn.com/chriscornell/MediaPlayList.aspx?id=ba71f241-093e-4c52-830f-17ff6520cded&mkt=en-ie";.
>>
>> Error while opening playlist file 
>> "http://msnpresents.msn.com/chriscornell/MediaPlayList.aspx?id=ba71f241-093e-4c52-830f-17ff6520cded&mkt=en-ie":
>>  
>> No such file or directory
>>
>> Error parsing option on the command line: -playlist
>>
>> But as mentioned the same command works perfectly on the command line. 
>> Any ideas?
>>
>> John
>>     


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to