search for: streams

Displaying 20 results from an estimated 24106 matches for "streams".

Did you mean: 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; /* sourc...
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
...ream.h index 984d897..5f805ad 100644 --- a/libswfdec/swfdec_net_stream.h +++ b/libswfdec/swfdec_net_stream.h @@ -44,7 +44,6 @@ struct _SwfdecNetStream { SwfdecAsObject object; - SwfdecPlayer * player; /* the player we play in */ SwfdecNetConnection * conn; /* connection used for opening streams */ SwfdecLoader * loader; /* input stream */ SwfdecFlvDecoder * flvdecoder; /* flv decoder */ @@ -76,8 +75,7 @@ struct _SwfdecNetStreamClass GType swfdec_net_stream_get_type (void); -SwfdecNetStream * swfdec_net_stream_new (SwfdecPlayer * player, - SwfdecNetConnection * conn)...
2012 Feb 25
1
Fw: Same problem as last time, with IPv6 off
-----Originalmeddelande----- Fr?n: "Per Gunnarsson" <per at 80-244-81-186.customer.t3.se> Till: per.gunnarsson at lappstockholm.se Datum: 2012-02-25 15:20 ?mne: [Icecast] Same problem as last time, with IPv6 off OK, this is my configuration file: <icecast> ? ?<limits> ? ? ? ?<clients>100</clients> ? ? ? ?<sources>2</sources> ? ? ?
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 revisi...
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 because my read becomes a loop, i think it's because
2012 Jun 15
1
Google Voice / Jabber auth problem
...ord 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/></starttls> <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>X-GOOGLE-TOKEN</mechanism><mechanism&...
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
I've tried everything I know how (and a lot I don't) to get ices to compile on this beige G3 ppc box. I've got the latest cvs of libshout and ices. Gentoo linux ppc 1.2-r1, from stage3 tarball. gcc 2.95.3 I've made sure that libshout points to libshout.so.2.0.2. Don't know what else to try. I've got the box here, and I've port-forwarded through my firewall to
2007 Jul 16
0
configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_playback_oss.c
...* 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 * streams; /* all Stream objects */ + GMainContext * context; /* context we work in */ +}; + +typedef struct { + SwfdecPlayback * sound; /* reference to sound object */ + SwfdecAudio * audio; /* the audio we play back */ + int dsp_fd; + int fragsize; /* Audio fragment size */ + GSource * s...
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
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 ways, with similar results: ices reports "Could not f...
2009 Jul 06
1
Asterisk & Jabber : WARNING: res_jabber.c aji_recv_loop: JABBER: socket read error
...erisk]# /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="openfire.jocan.local" id="7pI2f" xmlns=&q...
2009 May 30
1
Segmentation Fault
I've attached the command I ran, the output, and the crash log in 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:
2007 Oct 29
4
What's best practice for serving multiple formats from a remote icecast server?
...ngle 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 studio to icecast which is running on a server farm. Our transmitter (miles away from our studio) subscribes to this stream for its audio source. And the stream is available to the public for streaming also. We would like to add an mp3 stream (reluctantly) and a low-bandwidth stream (...
2000 Oct 19
1
streaming: some idea's
...their 'internet backbone-connections'. One of the ways to do this is installing local caches for certain streaming-content. Nowtheys, there are even 'unicast-to-multicast' caches that take a single unicast stream for the internet and re-distribute is as one of multiple IP-multicast streams in the local network. The question is: how do you get your users to tune into your cache and not into the 'original': I see three ways: - Transparent caching: 'intercept' the outgoing streaming-request from the user to the streaming-server. - A second methode would be where the or...
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 st...
2004 Aug 06
1
ices and VBR mp3s?
...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 = ices_config.streams; stream; stream = stream->next) - if (stream->bitrate != source->bitrate) { +/* ALWAYS reencode -- bypass bitrate checking */ +{ decode = 1; ices_reencode_reset (); } @@ -207,11 +207,9 @@ while (do_sleep) { rc = olen = 0; 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