similar to: Problems with vorbis sdk

Displaying 20 results from an estimated 1000 matches similar to: "Problems with vorbis sdk"

2001 Sep 07
1
problem with vorbis
Hi, Sorry if this question has been already asked but I'm new to this mailing list. I just wanted to try the sdk under windows with VC6. I've made a new project (a console application) and used the example vorbisfile_example.c (I've made the test in a DLL too). But when I launch the program it crashes Kernel32.dll. The crash appends when the function ov_open is use. Any body
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello Hope you don't mind another newbie's question. Further to GIE's email about problems compiling decoder_example.c example (MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help getting the example files to compile on MS VC 6. The zip files we have downloaded are: libao-0.8.2.zip libogg-1.0rc3.zip libvorbis-1.0rc3.zip vorbis-sdk-1.0rc3.zip
2002 Dec 19
1
vorbis_example.c
Hi, This is my 1st time working with ogg-vorbis software. I tried to run vorbisfile_example.c (using a valid ogg file as input) and got the following error during the ov_open call: "Unhandled exception in vorbis_example.exe (KERNEL32.DLL): 0xC0000005: Access Violation." My working environment is Windows 98-SE and Visual Studio 6.0. Any ideas/thoughts, or where else to look would be
2003 Jan 09
1
Troubleshooting Samba - (2)
I am running SuSE V8.0, and Samba 2.2.7a on a small network server. I have been having problems relating to sorting out printing from an NT4 workstation to a laser printer on the Samba server. I had to reboot my Windoze PC and am logged in as myself (I have Administrator rights). I can see the shares by looking for the computer from Windows explorer using the ip 192.168.0.5 and can proceed
2002 Apr 24
2
ov_open error
Hi, I put together a small a Visual C++ 6.0 project that uses the code from vorbisfile_example.c. I open an ogg file in binary mode and when ov_open gets called, it always fails. I then put together another project and compiled vorbisfile so I could see where the error was occuring. It is happening in _fetch_headers when it calls ogg_stream_packetout. The return values is -1, which means there
2004 Dec 01
2
How to use Ogg_d.dll in VB.NET ?
Hi everybody This is the first time I write on the list, hope my topic is accepted. I have been looking in the list archive for answers on this question but no luck and hope that one of you wise people can guide me in the right direction. I have tried to add the DLL in the references list under VB.NET but its not accepted as a NET DLL or COM DLL, and I cant find out how to call it from within
2005 Nov 01
2
predictability of buffer size for decoding
I am wondering if buffer size for my decoding to pcm can be predicted dependably as follows. So far, the one problem I have had is when I have played a file of only about 5k. The buffer was a little less than 10% too small. I "solved" that by padding the result with an extra 20 percent. However, I have been told that I should be able to rely on the value of ov_pcm_total. char*
2001 Apr 02
3
Problem with OpenGL
I'm using wine 20010326 to play Half Life. Works fine in software graphics mode, but not quite fast enough to be playable. In OpenGL mode, it runs at about 5 fps, and I get no textures. I have a Voodoo 3 3000 AGP. OpenGL works fine in native Linux (I get about 120 fps in the 'gears' program). Does anyone have any suggestions as to what I can do to get to the bottom of this? -- Steve
2004 Jul 15
2
Small setup
Hello All, I have a very small setup of 4 users and a X100P. Asterisk is currently running on an Athlon 1800 but the server it is running on is also our imap/web/mail/development/samba server and we are having a few issues with asterisk which I believe is down to to many tasks. What I intend to do is build a box just for asterisk(Ill call the old one obelix). I have a few machines in the loft
2004 Feb 09
3
Problem with 'ov_open'...
Hey, I've coded an OGG player for Win32 (it uses AL for playback so it's portable to Linux/Mac), but every time the program gets to the 'ov_open()' function, the app completely freezes, and I have to use the task-manager to kill it. I am supplying it with a valid file handle that was just opened (FILE*) and the vorbis file is also a pointer that is not in use (set to null). Any
2018 May 29
3
Can't connect anymore a share in domain A from domain B since
Hi, In the past (2 months ago) : I have two AD Domain under Samba 4.1 : A and B. I war able to  connect a share in A from B. Now (after upgrade) : I have a W2016 domain (B) and a Samba 4.6 domain (A) but I can't connect a share in A from B. The user from B which try to connect the share in A has the same login in the two domains. So since the upgrade I don't have the same behavior
2004 Mar 06
3
access violation in ov_open using VC6
I passed a valid FILE* (from fopen() with "rb") and the address of an OggVorbis_File struct, but an access violation occured when ov_open is called. I have enabled the Multithreaded, but it still doesn't fix the problem. I look at the vorbis_comment.exe source and I see vcedit_open() function and other vcedit_*() functions everywhere. I am assuming that there is known issue with VC
2009 Apr 17
1
Query Regarding Vorbis Audio codec
Hi, I have a Win32 folder in libvorbis folder in which i have dsw executable file, I have Visual studio 2008 so I ported that into VS2008, then I downloaded ogg lib and included that also. After that _V_SELFTEST has been defined, then its asking the definition of these two header files #include "vorbis/book/lsp20_0.vqh" #include "vorbis/book/res0a_13.vqh" I commented this and
2017 Jun 29
5
Must put "server role check:inhibit = yes" in smb.conf
Hello, We have followed the migration from samba4.2 to samba4.6 from "http://samba.2283325.n4.nabble.com/Debian-Jessie-samba-4-5-8-2-4-5-10-4-6-5-available-td4719912.html" (van-belle) But we must put in smb.conf this instruction : "server role check:inhibit = yes". if not, nmbd fails to start. Why ? Regard
2007 Jul 17
2
INIT: Id "x0" respawning too fast: disabled for 5 minutes
Hello, I''m running a SLES10 SP1 Server as a Dom0 and as DomU. I have allocated 1024 Mb RAM to the DomU and one virtual processor (physical processor is a dual core Intel Xeon 3.4 Ghz). A warning is regularly displayed on the standard output : INIT: Id "x0" respawning too fast: disabled for 5 minutes Any idea where that come from ? Thanks in advance. Hervé Marcy
2004 Mar 02
1
vorbisfile_example.c
Hi again, I can compile and run the file example. When it comes to the ov_open, the cursor keeps blinking.... I can not open my ogg file , no mather what i write or do... <p>How do I use this example?? should i use the cmd prompt in windows to make it work?? I want to debug it.... thanks a lot <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2018 May 29
2
Conditionnal redirector samba4
Hi, I've the following error when I want to create a conditionnal redirector in samba 4 : " server complex operation 'IpValidate' not implemented  " Version : Version 4.6.7-Ubuntu Not using bind9 but Samba 4 DNS internal Must I user bind 9 ? My goal is to create un approbation between AD2016 et samba 4. Regard -- *Hervé* *HÉNOCH* *Responsable informatique* Tél. :
2002 Dec 27
1
ov_open throws exception (Compiler VC7)
Hi I try to load an ogg file with the vorbisfile library like this: FILE *f = fopen("test.ogg", "rb"); if(!f) ...; ov_open(f, &vf, 0, 0); But ov_open always throws an exception. Im pretty sure its a compiler problem because the same code worked on VC6. Im compiling my programm with the multithreaded dll option as mentioned on the mailing list bevor. Does anybody know if
2017 Jun 29
2
Must put "server role check:inhibit = yes" in smb.conf
Sorry what means TLD ? Le 29/06/2017 à 13:31, Rowland Penny via samba a écrit : > On Thu, 29 Jun 2017 12:55:46 +0200 > Hénoch Hervé <h.henoch at isc84.org> wrote: > >> Yes i'm on a AD DC. When I have installed AD DC two years ago and >> "apt-get install" has installed on the system nmbd (jessie). >> > Ok, put your smb.conf back to this: >
2018 Dec 13
3
Conditional forwarders
Hello, I've two domains : * DomainA with a Windows 2016 AD * DomainB with a Samba 4.8.4 AD (with DNS internal Backend and with a second samba AD in 4.6.7) With DNS tools, in the Windows 2016 AD i can set "Conditional forwarders"  to DomainB with the IP of the Samba 4.8.4 (checked green) But with the tools in DomainB, I can't set a "Conditional forwarders" to