Rob Shortt wrote:
> Using an fxd file in this way is hackish though and I don't think it
> uses Freevo's mplayer plugin's network play support either.  Someone
> could write a video webtv plugin similar to the webradio one as
> well. :)

I want to remove the webradio plugin soon. And most of the code works
right now. IIRC adding http://.... as <file> should work, but I better
add an <url> tag later today.

Than you can create fxds like

<container title="foo urls">
  <movie title="url 1">
    <video>
      <url>http://foo</url>
    </video>
  </movie>

  <movie title="url 2">
    <video>
      <url>http://foo/2</url>
    </video>
  </movie>

  <movie title="url 3">
    <video>
      <url>http://foo/3</url>
    </video>
  </movie>
</container>

By putting container in container you get the same structure as the
webradio plugin has. You now can also add fxd files to VIDEO_ITEMS. 


Dischi

-- 
Woodward's Law:
        A theory is better than its explanation.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to