search for: stream

Displaying 20 results from an estimated 24104 matches for "stream".

2004 Feb 03
3
Implementating streams in R
Dear all, I have an implementation of streams in R. The current implementation of delay() and force() is inspired from the LISP implementation found in Part VI "Languages for AI problem solving" of "Artificial Intelligence" by G. Luger. I have tested it with the Fibonacci example in the same book (see examples below)....
2007 Jan 29
0
3 commits - autogen.sh configure.ac player/.gitignore player/Makefile.am player/swfdec_playback_alsa.c player/swfdec_playback.c player/swfdec_playback_none.c
...ameters. All of this is - * naturally supported on 10 driver APIs depending on kernel. So if your - * sound card seems to do weird stuff, that is not my fault. - * Welcome to Linux sound in the 21st century. - */ - -/*** DEFINITIONS ***/ - -typedef struct { - SwfdecPlayer * player; - GList * streams; /* all Stream objects */ - GMainContext * context; /* context we work in */ -} Sound; - -typedef struct { - Sound * sound; /* reference to sound object */ - SwfdecAudio * audio; /* the audio we play back */ - snd_pcm_t * pcm; /* the pcm we play back to */ - GSource ** sources; /* sour...
2007 Jun 21
0
Branch 'as' - 5 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_connection.c libswfdec/swfdec_net_stream_as.c libswfdec/swfdec_net_stream.c
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_strings.c | 4 libswfdec/swfdec_js_net_stream.c | 221 ------------------------------------- libswfdec/swfdec_movie.c | 2 libswfdec/swfdec_net_connection.c | 2 libswfdec/swfdec_net_stream.c | 25 ++-- libswfdec/swfdec_net_stream.h | 4 libswfdec/swfdec_net_stream_as.c | 196 +++++++++++++++++++++++++++...
2012 Feb 25
1
Fw: Same problem as last time, with IPv6 off
...;!-- Admin logs in with the username given below --> ? ? ? ?<admin-user>admin</admin-user> ? ? ? ?<admin-password>hackme</admin-password> ? ?</authentication> ? ?<!-- set the mountpoint for a shoutcast source to use, the default if not ? ? ? ? specified is /stream but you can change it here if an alternative is ? ? ? ? wanted or an extension is required ? ?<shoutcast-mount>/live.nsv</shoutcast-mount> ? ?--> ? ?<!-- Uncomment this if you want directory listings --> ? ?<!-- ? ?<directory> ? ? ? ?<yp-url-timeout>15&lt...
2007 Nov 08
0
configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_playback_pa.c
...mits: commit a14e3cf83f1a9e5bd0a226c1e794bdddf94ae7a9 Author: Eric Anholt <eric at anholt.net> Date: Wed Nov 7 17:42:04 2007 -0800 Add a simple pulseaudio playback backend. It appears to be playing on par with the OSS backend for absinthe.swf. Both suffer from issues with streams not ending when they should in the file. It also successfully plays on my PA-eanbled Linux machine, while the ALSA backend fails (despite other ALSA programs working). The priority order for auto config is alsa, pulse, oss. If common desktops move to PA, we may want to revis...
2010 Aug 31
0
istream_read like zlib, but without zlib
Hy Timo ! I Made some modification in stream_read in zlib. I remove all zlib part, because i don't need this, but i need to read a istream to change it. Well, i create a size_t called supersize, with is a substitute for stream->zs.avail_in. The trouble is, my debug file have a lot of "READ Plugin\n", and i think it's be...
2012 Jun 15
1
Google Voice / Jabber auth problem
...server / configuration will authenticate using a login that is of standard format: username=user at gmail.com Debugging indicates that the first word in the username field is dropped: ==== jabber set debug on =============================================== JABBER: accountone INCOMING: <stream:stream from="domain.com at gmail.com" id="C28AAAAAAAC2E0" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client"><stream:features><starttlsxmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/...
2018 Mar 07
1
Show all audiance in Icecast directory... cluster ?
Hello, I installed Icecast 2.4.3 by downloading http://downloads.xiph.org/releases/icecast/icecast-2.4.3.tar.gz CentOS 7 Then ./configure make make install Its working. My only issue : I have 3 streams, I see the name of my station 3 times in Icecast directory. I tryed to hide 2 streams by using the hidden and public tags and force showing the total of audiance in the one public stream. i used <cluster-password>key</cluster-password> but no success. <mount type="normal"...
2004 Aug 06
1
can't compile ices 2 on ppc
...make[2]: Leaving directory `/home/doppler/ices/src/timing' make[2]: Entering directory `/home/doppler/ices/src' /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE -I/usr/include/gnome-xml -I/include -I/include -I/include -o ices input.o config.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o im_oss.o stream_shared.o savefile.o metadata.o stream_rewrite.o playlist_script.o audio.o resample.o net/libicenet.la thread/libicethread.la log/libicelog.la avl/libiceavl.la timing/libicetiming.la -lpthread -L/us...
2007 Jul 16
0
configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_playback_oss.c
...FIG_H +#include "config.h" +#endif + +#include <sys/soundcard.h> +#include <fcntl.h> +#include <unistd.h> +#include <stdlib.h> +#include <string.h> + +#include "swfdec_playback.h" + +/** @file Implements swfdec audio playback by opening /dev/dsp per stream + * and playing out through that. + * + * Allowing multiple access to /dev/dsp is not required by the OSS API spec, + * but FreeBSD's sound system lets you, which is what this file was written + * for. + */ + +/*** DEFINITIONS ***/ + +struct _SwfdecPlayback { + SwfdecPlayer * player; + GList...
2013 Nov 12
2
dovecot-2.2.7: Fatal: master: service(imap): child 49545 killed with signal 11 (core dumped)
Hi! After upgrade I'm noticing many coredummps, below is backtrace: $ echo "bt"|gdb .... #0 o_stream_zlib_flush (stream=0xc8be5b27640) at ostream-zlib.c:222 222 if (o_stream_zlib_send_flush(zstream) < 0) (gdb) #0 o_stream_zlib_flush (stream=0xc8be5b27640) at ostream-zlib.c:222 #1 0x00007a695e8f09cd in o_stream_flush (stream=stream at entry=0xc8be5b276d0) at ostream.c:147 #2 0x000...
2005 Jan 13
3
ices 0.4 can't find playlists...
Hello, I've compiled and successfully run icecast2 with ices on a single stream. But I'm running into problems running multiple streams from ices to icecast... I used the <playlist>...</playlist> syntax to run a single stream, but the docs on icecast.org seem to suggest using the <input>...</input> syntax instead. I've actually tried it both...
2009 Jul 06
1
Asterisk & Jabber : WARNING: res_jabber.c aji_recv_loop: JABBER: socket read error
...ssage stack. Then start Asterisk : [root at asterisk asterisk]# /usr/sbin/asterisk -c And this is the error concerning jabber when wanting to connect to my OpenFire-server: [Jul 6 15:15:36] JABBER: reconnecting. [Jul 6 15:15:36] JABBER: asterisk OUTGOING: <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:component:accept' to='asterisk at 192.168.2.5' version='1.0'> [Jul 6 15:15:36] JABBER: asterisk INCOMING: <?xml version='1.0' encoding='UTF-8'?><stream:stream from=&quo...
2009 May 30
1
Segmentation Fault
...n the hope that it is useful. jason$ ffmpeg2theora -v 5 --optimize -A 64 -c 2 -H 44100 /Users/jason/ Movies/TV\ Shows/Holding\ Area/video.vob Input #0, mpeg, from '/Users/jason/Movies/TV Shows/Holding Area/ video.vob': Duration: 00:05:43.90, start: 0.211444, bitrate: 7217 kb/s Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR 32:27 DAR 16:9], 9800 kb/s, 59.94 tbr, 90k tbn, 59.94 tbc Stream #0.1[0x20]: Subtitle: dvdsub Stream #0.2[0x21]: Subtitle: dvdsub Stream #0.3[0x22]: Subtitle: dvdsub Stream #0.4[0x23]: Subtitle: dvdsub Stream #0.5[0x24...
2007 Oct 29
4
What's best practice for serving multiple formats from a remote icecast server?
We are running an icecast2 server in conjunction with our LPFM radio station and need a little advice. We have been serving a single 128k ogg stream from a remote server and would like to make additional formats available (e.g. mp3, lower bandwidth, etc.) I would think this has been done a few thousand times and there would be a "best practice" but I can't find it. Our basic configuration is this: Darkice streams from our stu...
2000 Oct 19
1
streaming: some idea's
Greetings, A couple of weeks ago, there was here a discussion about streaming. Here is two things that I would like to add to the discussion: meta-streaming and control-streaming. (Althou I do not think my ideas are that new) * First metastreaming: If you look at DVB (Digital Video Broadcasting), one of nice features (apart from it being a European standard ;-)) is the e...
2005 Jun 15
6
Compressed maildir
Greetings, I noticed a while back someone posted a patch/plugin that allowed Dovecot to use compressed mbox files. I'm now wondering how far that would put us from having compressed maildir? I have a server with more CPU than disk space, and while I can buy more HDD space, my backup solution doesn't make that practical. It seems to me that when looking for a message file, if it
2005 Dec 30
7
streaming to dialup users gives low quality audio
Hello, I've got two streams, one for broadband, one for dialup. Well, having had occation to use a dialup connection recently i checked the dialup stream. Although it was streaming what the broadband stream was, the audio quality was audibly worse. It didn't buffer, but it didn't sound as clear as the broadband s...
2004 Aug 06
1
ices and VBR mp3s?
...ponse I got at the time from Brendan Cully: > > He's the man in the know, so what he says is probably true. Maybe if > you asked him nicely he'd cook up a small patch for you :) > > jack. > I worked out a patch for ices-0.2.2 that forces ices to *always* re-encode the stream if Reencode is enabled: --- CUT HERE --- --- src/stream.c.orig Thu Jul 26 12:01:55 2001 +++ src/stream.c Thu Mar 7 22:01:51 2002 @@ -174,9 +174,9 @@ #ifdef HAVE_LIBLAME if (ices_config.reencode) - /* only actually decode/reencode if the bitrate of the stream != source */ for (stream...
2007 Mar 14
0
10 commits - libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_flv_decoder.h libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loadertarget.c
libswfdec/swfdec_flv_decoder.c | 43 +++++ libswfdec/swfdec_flv_decoder.h | 10 + libswfdec/swfdec_js_global.c | 2 libswfdec/swfdec_js_movie.c | 3 libswfdec/swfdec_js_net_stream.c | 18 ++ libswfdec/swfdec_loader.c | 44 +++-- libswfdec/swfdec_loader.h | 2 libswfdec/swfdec_loadertarget.c | 8 - libswfdec/swfdec_net_stream.c | 184 +++++++++++++++++------ libswfdec...