Andreas Mair wrote: > On Thursday 14 July 2005 06:49, C.Y.M wrote: > >>Andreas Mair wrote: >> >>>Hi, >>> >>>I've just released VDRAdmin-0.97-am3.3 at >>>http://andreas.vdr-developer.org >> >>This change seems to break live streaming in firefox. >> >>- return(header("200", "audio/x-mpegurl", $data)); >>+ return(header("200", "video/x-mpegurl", $data)); > > > You simply have to define the "video/x-mpegurl" mimetype to run the app of > your choice. > > >>Also, has anyone gotten streaming of recordings to work? > > > Yes, I'm using Konqueror and setup the mimetype to start a script that calls > mplayer with the "-playlist" switch (because mplayer does not recognise a > playlist without that switch). > Thanks for the "-playlist" tip, that works great with streaming live tv with mplayer. But, when I try to stream a recording, mplayer appears to try and play a file locally. Does streaming a recording only work from the localhost? Regards, C.