On Mon, Nov 12, 2001 at 11:38:41PM +0100, Zdenek Kabelac wrote:
> Ok current CVS version `should be' able to play some ASF streams 
> 
> I've tried to redesign some parts (Eugene made them too C++ even for
> me :) with few dirty tricks which are not easy to follow)
> 
> Anyway radio stations should be played quite well 
> (thought it's not tested too much - just 5 minutes of playtime - memory
> seems to stay in bounds...)
> 
> So if you find any problems - report
> 
> I'll try to continue with some fix later - maybe I'll even understand 
> this code one day after few more cleans :)...

Hi,

sorry for my very very late answer, but I hadn't time to test it till now.

Now I can tell you:
With current avifile-0.6.0.20011207 listening to radio stations on the
net works better than ever! :-)
(Videostreams never worked, I don't know why... but that's not the point.)

Thanks a lot!

But please disable the logging of all received data in 
/lib/aviread/AsfNetworkInputStream.cpp line 412:

int ASFNetworkInputStream::read(int fd, void* buffer, int size)
{
    static int lm_iFd=-1;
//    if (lm_iFd<0)
//      lm_iFd=open("./log", O_WRONLY|O_CREAT|O_TRUNC, 00777);
    int result=0;
    while(1)
    {

Because the logfile will soon use up all space on the harddisk... :-(

Thanks and greetings,
Siggi.
-- 
HappyRadio - macht Laune!                            http://www.happradio.de
das interaktive Musikradio im Internet               [EMAIL PROTECTED]
____________________________________________________________________________

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to