"Dermot McGahon" wrote:
> Hello,

Hi

> Looking at the documentation, I see that there is already
> an <url> tag for the audio section of FXD files. It might
> be, that an FXD file placed in a directory would be the
> best way to specify a set of rtsp:// urls, for streaming
> content on the vod servers.

I never tried rtsp, but the following should work:

<?xml version="1.0" ?>
<freevo>
    <movie title="Tagesschau">
      <video>
        <url id="p1">
          
http://streaming.tagesschau.de/bb/redirect.lsc?rewrite=http://www.tagesschau.de/styles/container/video/style_video_asx/0,1317,OID2754472_RESms256,00.asx&amp;content=content&amp;media=ms
          <player>xine</player>
        </url>
      </video>
      <info>
        <description>Recording of the last Tagesschau</description>
      </info>
    </movie>
</freevo>

Rememeber to change all & in the url to &amp; because of xml
parsing. If it doesn't work, send me the url to try.

You need Freevo 1.5-rcX to do that. 

> Besides that, the DTD for the FXD files would likely need
> to be updated. Is that something that someone could help
> with?

I have a doc about fxd files here. I need to proof read it again and
will add it Docs later.

> Is there an irc channel that the developers use?

irc.gnu.org -> #freevo

But right now we are very busy with our real jobs. Just ask there,
maybe someone can help you. 


> Thanks in advance. I'm very impressed with Freevo. You've
> done an excellent job in just two years.

Thanks.


Dischi

-- 
The only problem with mornings is that they happen too early in the
day.


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to