search for: stappen

Displaying 7 results from an estimated 7 matches for "stappen".

2017 Jan 28
2
How to use op_test_callbacks ?
Hello. I have succeffully open a memory buffer from a url-opus-file with (from Pascal fpc): HandleOP := op_test_memory(BufferURL[0],PipeBufferSize, Err); op_test_open(StreamIn[x].Data.HandleOP); I can retrieve the tags infos, all seems ok. But for reading, using this gives 0 outframes: outframes := op_read_float(Data.HandleOP, at Buffer[0], Wantframesm, nil); I suspect that some callback
2017 Jan 23
1
error: op_test_file: -129
Hello. When trying to access a url with op_test_url, ther is that error message: error: op_test_file: -129 What is error -129 (and how to know meaning of int messages) ? Thanks. Fre;D -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20170123/be547250/attachment.html>
2017 Jan 28
0
How to use op_test_callbacks ?
Fred van Stappen wrote: > I have succeffully open a memory buffer from a url-opus-file with (from > Pascal fpc): > > HandleOP := op_test_memory(BufferURL[0],PipeBufferSize, Err); > op_test_open(StreamIn[x].Data.HandleOP); > > I can retrieve the tags infos, all seems ok. > > But for readin...
2017 Jan 27
2
buffer of op_test_memory ?
Hello. What is the buffer in op_test_memory method ? I have try with a array of bytes but without luck: op_test_memory(Bufferofbytes,1024, Err) The error code is -139 (OP_EBADTIMESTAMP). The contend of the Bufferofbytes (from a web-url-audio file) is this: Lavf57.57.100 encoder=Lavc57.65.100 libopustitle=Be Thankful%artist=For What You GotWilliam De Vau$album=Blaxploitation Vol.3 The
2003 Dec 01
0
No subject
...network 2) A win98 pc with domain login cann4t login I have a trace file from the second option and I can see the use op the right username (elise) and resolving the right groupnames. But at the end I see a nobody login and that goes wrong. After entering the password from user elise in domain de-stappen I got a warning that the userid/password is wrong. What4s the problem? trace: -- Mvg.,[2001/08/05 10:10:38.776069, 3, pid=20561, effective(0, 0), real(0, 0)] smbd/process.c:process_smb(837) Transaction 1 of length 158 [2001/08/05 10:10:38.777223, 3, pid=20561, effective(0, 0), real(0, 0)] smbd/...
2017 Jan 28
0
buffer of op_test_memory ?
Hello. Many thanks for your light, indeed the header was corrupt, I have try with a other opus file and... op_test_memory + op_open_test gives 0 as error and the tags are assigned, numer of channels + length ok. Perfect. Thanks. Fre;D ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2017 Feb 09
0
Opus and IceCast ?
Hello. First of all, wow for that revolutionary project. I have, with lot of success, translated the c headers and demos into Pascal fpc code. https://github.com/fredvs/uos/blob/master/src/uos_opusfile.pas