search for: reedmedia

Displaying 20 results from an estimated 44 matches for "reedmedia".

2001 Feb 27
2
building under NetBSD and using /dev/audio
...h.org/archives/vorbis/0287.html http://www.xiph.org/archives/vorbis/0289.html Any suggestions on how I can get ogg123 to use my /dev/audio device so I can directly play .ogg files without converting to wave files first (and then using a different player)? Thanks, Jeremy C. Reed http://www.reedmedia.net/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mes...
2001 Mar 15
1
decoding to wav problems
...g-endian Apple Power Macintosh hardware running NetBSD seems to cause bad WAV files. Note that output to "oss" (using /dev/audio) works fine. This occured with different ogg files. (I think that ogg123 from vorbis_nightly_cvs-20000818 didn't have this problem.) The files: http://www.reedmedia.net/misc/audio/abba-i_have_a_dream-sample.ogg This is 17 seconds long. I shortened the WAV files so the downloads will be smaller. They are about 1.5 seconds long -- but long enough to hear the problem. BAD --> http://www.reedmedia.net/misc/audio/bad.wav (built on big-endian NetBSD/macppc) GO...
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted. Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net> I am unable to pipe to ogg123 with cat, but redirecting with < works fine. rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v - Audio Device: OSS audio driver output Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca> Comments: Outputs audio to the Open Sound System dri...
2001 Mar 09
6
Problem compiling ogg on OpenBSD-2.7
Hi, I have downloaded the following files libao-0.6.0.tar.gz libogg-1.0beta4.tar.gz libvorbis-1.0beta4.tar.gz vorbis-tools-1.0beta4.tar.gz as said from the download section. But I'm at a loss to what do after that. I don't have much experience/knowledge in compiling etc, but I still want to try out ogg. (I downloaded the source coz I have an OpenBSD machine, and there was no
2005 May 25
1
no wtmp updates
...10:41 /var/log/wtmp -rw-rw-r-- 1 root utmp 4224 May 25 11:12 /var/run/utmp lastlog shows me an entry from my last ssh login. And last and who don't show any of my ssh logins. The following is my ./configure log (scroll down a little) and the generated config.h: http://pilchuck.reedmedia.net/jeremy/tmp-o8ttye68/configure.log http://pilchuck.reedmedia.net/jeremy/tmp-o8ttye68/config.h I am not sure if this is openssh related yet. Any ideas? Please CC to me on replies. Thanks, Jeremy C. Reed technical support & remote administration http://www.pugetsoundtechn...
2000 Apr 07
1
session setup failed: ERRSRV - 2242
...ase feel free to teach me how.) Does anyone know what this "ERRSRV 2242" means? My smbclient is: Version 2.0.3 running under NetBSD 1.4.1. Thanks, Jeremy C. Reed .................................................... BSD software, documentation, resources, news... http://bsd.reedmedia.net
2006 Dec 30
4
best way to use emphasis within code?
I want to use fixed font like a code block but also use italics and bold at same time. For example in HTML: <tt>$ <b>mail -u <i>user</i></b></tt> What is the best way to do this in markdown, especially if I have several lines of content that needs to be spaced out correctly? Thanks Jeremy C. Reed
2006 Dec 30
3
problems with escaping backticks
I can't escape backticks if on a line with other code: $ echo 'maybe use `fixed face` for `/path/to/file` by using \`back ticks\` around it' | /usr/pkg/bin/Markdown <p>maybe use <code>fixed face</code> for <code>/path/to/file</code> by using \<code>back ticks\</code> around it</p> and this is even more wrong: $ echo 'maybe use
2001 Jul 16
3
file magic for Ogg, Vorbis?
...ot; mime type? Also, I know it is off-topic for this list, but while I am at it, I'd like to figure out other Ogg formats. I don't have Squish or Tarkin, but are these keywords also at byte 29 (0x1d)? Any suggestions of other Ogg mime types names? Thanks, Jeremy C. Reed http://www.reedmedia.net/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mes...
2002 Apr 03
2
format of http stream?
...d I send? Or should I just use a real HTTP daemon? My goal is to use a microphone and have a live broadcast. I guess I could try to do it with a httpd with CGI. Anyone do this (without icecast)? Where are the specifications on how to set up the streamer? Thanks, Jeremy C. Reed http://www.reedmedia.net/ <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubs...
2001 Mar 20
3
live streaming (from microphone to HTTP)
...be /dev/audio (my microphone or soundcard input). Is there some type of small HTTP server that can use this /dev/audio piped through oggenc (or the ogg vorbis library built into the httpd)? Or do I use a FIFO and any regular httpd? (I am running NetBSD.) Thanks, Jeremy C. Reed http://www.reedmedia.net/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe message...
2001 Mar 16
3
Patches for NetBSD
...2001 @@ -85,7 +85,7 @@ bin_PROGRAMS = ogg123 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) doc_DATA = ogg123rc-example -mandir = $(datadir)/man +mandir = $(prefix)/man man_MANS = ogg123.1 INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ I hope this helps! Jeremy C. Reed http://www.reedmedia.net/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mes...
2002 Jul 03
0
2.2 authenticate against AD but no corresponding local user
...entication but then no UID (or other info) for that user? I understand that it will use a guest account. In addition, I need the printer (lpr) to have the username (argument 5 or 6) to be set to the original AD username and not the guest account (nobody). Thanks, Jeremy C. Reed http://www.reedmedia.net/
2002 Jul 05
1
How to stop authentication for guest?
...using a user that has a local account, it works fine. But I don't want to have every user setup locally too. I just want to use one guest account for all remote users that authenticate correctly via PAM. Any ideas? (This is Samba 2.2.3a-6 for Debian.) Thanks, Jeremy C. Reed http://bsd.reedmedia.net/
2002 Jul 08
4
FreeBSD version of smbmount?
I'm looking for a version of smbmount for FreeBSD or something similar. I was told that with FreeBSD i was to use mount. But i have no idea what file type and what the options are. This isn't in any documentation i could find on samba.org. If someone could help me? Share Path : \\192.168.24.253\LogFiles$ Mount Path : /var/ServerLogs UserName: LogKing Password: goLgniK
2001 Feb 27
1
libdl and building under NetBSD
...ao/ao.h> int main() { return 0; ; return 0; } What is this libdl? (I know it is a dynamic linker library.) I read that NetBSD doesn't have libdl. Any ideas on how can I workaround this libdl problem? Anyone else use ogg vorbis under NetBSD? Thanks, Jeremy C. Reed http://www.reedmedia.net/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe message...
2001 Jun 20
1
What makefile should we use ?
Hello, I'm trying to write my own code for an oggplayer. Once i have my source files, what kind of makefile should I use ? Or what commande line should i give to the compiler ? Thank you ekine --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
2003 May 20
1
building under NetBSD
...ier ways or a download site to fetch Ogg Theora files. By the way, I created a package of "theora-nightly" for NetBSD (and also created new packages for CVS snapshots of libogg and libvorbis because theora README said newer versions of these were needed). Jeremy C. Reed http://bsd.reedmedia.net/ <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubs...
2001 Apr 23
1
building libao under Debian
...-Wl,/usr/local/lib' flag, so LD_LIBRARY_PATH doesn't have to be set. (But I may be wrong.) 3) After installing vorbis-tools, oss wouldn't work. So I changed /dev/dsp to /dev/audio in the libao source libao-0.6.0/src/plugins/oss/ao_oss.c and it worked. Jeremy C. Reed http://www.reedmedia.net/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe mes...
2002 Jul 05
3
Printing with Samba...
We have had a hard disk crash in one of our file servers and it has been rebuilt with Red Hat 6.1 by a software vendor. It had to be this older version due to some legacy sostware that won't work with any later version. I am trying to restore it to it's original state as a Samba file server for a small number of Windows 98 clients. I have installed Samba 2.0.7-4 (the latest for Red