search for: teststream

Displaying 8 results from an estimated 8 matches for "teststream".

2008 Jan 04
2
ogg packets get lost
...way. However I think I have to do the same for the ogg_pages!? Or are there any other, easier tricks to solve this problem? Thanks in advance Yorn PS: I added the demo file, I created to figure out the problem -------------- next part -------------- A non-text attachment was scrubbed... Name: testStream.cpp Type: text/x-c++src Size: 5239 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20080104/86157cc5/testStream.cpp
2012 Feb 29
1
dovecot-2.1-pigeonhole-0.3.0 identifier redeclared: sieve_multiscript_run (patch)
...struct sieve_multiscript {pointer to struct sieve_instance {..} svinst, pointer to struct sieve_result {..} result, pointer to const struct sieve_message_data {..} msgdata, pointer to const struct sieve_script_env {..} scriptenv, int status, _Bool active, _Bool keep, pointer to struct ostream {..} teststream}, pointer to struct sieve_binary {}, pointer to struct sieve_error_handler {pointer to struct pool {..} pool, int refcount, pointer to struct sieve_instance {..} svinst, pointer to struct sieve_error_handler {..} parent, unsigned int max_errors, unsigned int errors, unsigned int warnings, _Bool log...
2004 Aug 06
0
Problems with Ices & mp3
...> <Password>testme</Password> <Protocol>http</Protocol> </Server> <Mountpoint>/ices</Mountpoint> <Name>Piratentester</Name> <Genre>Piratensendermusik</Genre> <Description>Piratentester sendet Teststreams</Description> <URL><a href="http://localhost/</URL">http://localhost/</URL</a>> <Public>0</Public> <Bitrate>128</Bitrate> <Reencode>0</Reencode> <Channels>2</Channels> </Stream>...
2007 Oct 11
0
12 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_frame.c libswfdec/swfdec_audio.c libswfdec/swfdec_audio_event.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_shape_parser.c libswfdec/swfdec_sound.c test/sound
...007 +0200 read the files from the right directory diff --git a/test/sound/sound.c b/test/sound/sound.c index cbbac14..7b46788 100644 --- a/test/sound/sound.c +++ b/test/sound/sound.c @@ -130,11 +130,15 @@ audio_added (SwfdecPlayer *player, Swfde data->success = FALSE; } else { TestStream *stream = g_new0 (TestStream, 1); + char *dirname; + + dirname = g_path_get_dirname (data->filename); stream->audio = audio; - stream->name = found->data; + stream->name = g_build_filename (dirname, found->data, NULL); stream->queue = swfdec_buffer_queue_n...
2019 May 03
2
Source client with HTTP PUT
...which I send per http Put to IceCast. Any suggestions? My headers are: Headers.Add("Content-Type", "audio/mpeg"); Headers.Add("Authorization", "Basic " + authInfo); Headers.Add("Ice-Public", "1"); Headers.Add("Ice-Name", "Teststream"); Headers.Add("Ice-Description", "This is just a simple test stream"); Headers.Add("Transfer-Encoding", "chunked"); Headers.Add("Ice-Audio-Info", "ice-bitrate=128;ice-channels=2;ice-samplerate=44100"); Headers.Add("Expect",...
2015 Apr 30
0
Fwd: Segmentation fault issue with new install
...llback-mount>/geen-uitzending2.mp3</fallback-mount> <fallback-override>1</fallback-override> <fallback-when-full>0</fallback-when-full> <charset>ISO8859-1</charset> <public>1</public> <stream-name>TestStream Pijler</stream-name> <stream-description>Live teststream Pijler - info jpveen</stream-description> <stream-url>http://www.pijler.nl/</stream-url> <genre>test</genre> <bitrate>128</bitrate> <type>appl...
2015 Apr 30
1
Segmentation fault issue with new install
2015-04-29 8:57 GMT+02:00 "Thomas B. R?cker" <thomas at ruecker.fi>: > On 04/28/2015 02:27 PM, Jan-Pieter wrote: > > Hi all, > > see my reply inline. > > Cheers, Jan-Pieter > > > > > > 2015-04-26 7:23 GMT+02:00 "Thomas B. R?cker" <thomas at ruecker.fi > > <mailto:thomas at ruecker.fi>>: > > > > On
2007 Mar 29
0
Branch 'as' - 9 commits - configure.ac doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_stack.c
...queue); + swfdec_buffer_queue_unref (s->input_queue); if (s->jpegtables) { swfdec_buffer_unref (s->jpegtables); diff --git a/test/sound/sound.c b/test/sound/sound.c index f42149f..6cbb5cc 100644 --- a/test/sound/sound.c +++ b/test/sound/sound.c @@ -119,7 +119,7 @@ finish_stream (TestStream *stream) gboolean ret = TRUE; buffer = swfdec_buffer_queue_pull (stream->queue, swfdec_buffer_queue_get_depth (stream->queue)); - swfdec_buffer_queue_free (stream->queue); + swfdec_buffer_queue_unref (stream->queue); file = swfdec_buffer_new_from_file (stream->name, &amp...