search for: readstream

Displaying 4 results from an estimated 4 matches for "readstream".

2005 Mar 09
0
Samba 3.0.11 on AIX 4.3
...ning: passing arg 2 of `ioctl' as signed due to prototype telnetd.c:1294: warning: passing arg 3 of `strncat' as unsigned due to prototype telnetd.c:1322: warning: implicit declaration of function `bzero' telnetd.c: At top level: telnetd.c:1563: warning: no previous prototype for 'readstream' telnetd.c: In function `readstream': telnetd.c:1610: warning: implicit declaration of function `readstream_termio' telnetd.c:1612: warning: implicit declaration of function `readstream_termios' telnetd.c:1569: warning: unused variable `tsp' telnetd.c:1570: warning: unused var...
2004 Dec 15
0
Re: Fallback trouble with icecast 2.1kh
...e a packet. Decode it NEVER REACHES THIS POINT } } if (og.eos() != 0) ALWAYS FALSE eos = 1; } } if (eos == 0) { index = oy.buffer(BUFSIZE); buffer = oy.data; bytes = readStream(buffer,index,BUFSIZE); if (bytes == -1) { break; } oy.wrote(bytes); if (bytes == 0) ALWAYS FALSE eos = 1; } } Regards, Chris Iceuse - Kris wrote: > Hello, > > I found a fallback trouble on icecast 2...
2010 Sep 21
1
[PREVIEW ONLY] Refactor data transfer code
...on's too. They both supply Volume objects. New objects are: Volume Holds metadata on a specific object, and a handle to a Transfer object which can read/write it. Transfer Provides a read or write stream to an underlying volume. This will also be extended to provide a file interface. ReadStream/WriteStream Provides read/write streaming access to a volume's data. --- MANIFEST | 12 +- lib/Sys/VirtV2V/Connection/LibVirt.pm | 193 ++------ lib/Sys/VirtV2V/Connection/LibVirtSource.pm | 247 +++++++++ .../LibVirt.pm =>...
2004 Dec 15
2
Fallback trouble with icecast 2.1kh
Hello, I found a fallback trouble on icecast 2.1kh4 (but it's the same with 2.0 I think) : - ices streams live.ogg to icecast - icecast has a fallback live-default.ogg for live.ogg - a listener A listen at live.ogg - I shut down the source - the listener A is trying to read data from its connection, but receives nothing. Sometimes, it gets fallback data, sometimes nothing... (source