search for: playout

Displaying 20 results from an estimated 58 matches for "playout".

Did you mean: layout
2007 Oct 17
0
libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie.c
...- layouts = g_array_new (TRUE, TRUE, sizeof (SwfdecLayout)); - - for (i = 0; paragraphs[i].text != NULL; i++) - { - GList *iter; - guint skip; - - skip = 0; - for (iter = paragraphs[i].blocks; iter != NULL; iter = iter->next) - { - SwfdecLayout layout; - PangoLayout *playout; - int width; - guint length; - SwfdecBlock *block; - - block = (SwfdecBlock *)iter->data; - if (iter->next != NULL) { - length = - ((SwfdecBlock *)(iter->next->data))->index_ - block->index_; - } else { - length = paragraphs[i].text_length - block-...
2007 Nov 04
0
7 commits - libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h libswfdec/swfdec_text_field_movie_html.c
...gt;index_; } else { length = paragraphs[i].length - block->index_; + if (paragraphs[i].newline) + length -= 1; } if (skip > length) { @@ -577,14 +581,16 @@ swfdec_text_field_movie_get_layouts (SwfdecTextFieldMovie *text, int *num, pango_layout_set_attributes (playout, attr_list); if (text->text->password) { - pango_layout_set_text (playout, text->asterisks, - paragraphs[i].length - block->index_ - skip); + pango_layout_set_text (playout, text->asterisks, paragraphs[i].length - + block->index_ - skip - (paragraphs[i].newline ?...
2007 Oct 14
1
libswfdec/swfdec_text_field.c
...ec_text_field.c b/libswfdec/swfdec_text_field.c index 2f38d85..96284a8 100644 --- a/libswfdec/swfdec_text_field.c +++ b/libswfdec/swfdec_text_field.c @@ -150,6 +150,8 @@ swfdec_text_field_generate_layouts (SwfdecTextField *text, cairo_t *cr, if (text->word_wrap) { pango_layout_set_wrap (playout, PANGO_WRAP_WORD_CHAR); pango_layout_set_width (playout, width * PANGO_SCALE); + pango_layout_set_alignment (playout, block->align); + pango_layout_set_justify (playout, block->justify); } else { pango_layout_set_width (playout, -1); } @@ -163,8 +165,6 @@ swfdec_text_field_g...
2004 Dec 21
2
File growth behavior of Mac OS X and WinXP
...d the internet and I haven't been able to figure this out. I hope someone here can point me in the right direction. I have a MacOSX 10.3 machine and a WinXP machine that are being used to produce large video clips (@1gig). After they are rendered and ready for playback, they are copied to the playout machines using a system that uses watch folders shared out over samba. The watch folder works based on file size. For example, 40 seconds after a file's filesize stops growing, the system assumes the file is complete and starts moving the file onto the playout device. The problem I've fo...
2007 Dec 19
2
Open source streaming project in need of developers
...release to the community. Neither of the C programmers who originally worked on it are taking active interest in it anymore, though one may answer questions we are unable to figure out on our own. so basically I'm looking for developers. So what is it? PRS or Personal Radio Station is a playout system written in C, with data stored in a mysql database. Another C program is used to add audio files into categories in the database, and a set of PHP scripts are used to program the scheduler. The playout system can play Wav, Ogg Vorbis and MP3 files, performing crossfading and, if desire...
2004 Oct 06
7
metadata sent from windows based system
Hello Everybody, We develop a Windows based radio broadcast system for professional radios and we would like to implant an interface in this system to make it able to automatically update metadata of an OGG (!) stream (recorded from the radio) sent to an Icecast 2.0.2 server. We read about the curl --user admin:hackme
2015 May 21
4
Centos 6.6 Can't connect to local MySQL server through socket /var/lib/MySQL/MySQL.sock (error 2002)‏
Hi Total newby to centos I am currently assisting a community radio station set up in the Uk we are using a server based system for our playout software, unfortunately at the moment one of our client servers is experience the above error I came across the error on our main server a few weeks ago and found the solution just by reinstalling the MySQL db but I have tried to deploy the same fix on our client server otherwise known as studio-b...
2014 Nov 21
2
EZStream Question
Can it, or will it ever be able to, process .CUE files along with the MP3 streams? If not, this would be a *VERY* VERY* valuable feature, as a popular playout system in common use can now create .CUE files when recording programs for later airing.
2013 Oct 07
2
Android App for Icecast Administration
...ole connections if they fall in between > polling intervals. Yes, that's a risk with the current system. > Also the playlist logging might be interesting in that context as it > will contain metadata, which some agencies seem to require. Right, but we have detailed custom logging of playout in Airtime 2.5.x so that side is taken care of. (In Canada, some stations have to play a certain percentage of Canadian content, so that has to be logged). On the listener side, we need the same level of detail. Because royalties should be calculated on the geolocation of listeners, agencies might...
2007 Dec 20
1
Open source streaming project in need of developers
David Baelde wrote: > You didn't describe much of your bugs or the specific features of your > playout system... hmmm, I thought I did describe the playout system, but I'm happy to elaborate if you want more details. But you're right about the bugs. The critical (i.e. urgent) ones in no particular order: 1. PRS will disconnect from Icecast after a certain amount of time (this vari...
2013 Oct 07
2
Android App for Icecast Administration
Hi Thomas, > In addition to that you can extract additional mount point related > information (also in XML format!) from other virtual files in /admin/ as > mentioned in the documentation. I had a look at http://www.icecast.org/docs/icecast-2.3.3/icecast2_stats.html - is it possible to get the aggregate time of listener connections from the admin interface, or only by parsing the
2007 Dec 20
0
Open source streaming project in need of developers
Hi, You didn't describe much of your bugs or the specific features of your playout system... It seems to me that it'd be best to focus new efforts on the automated scheduler pickings songs from the database. In that area there is no really good open-source solution as far as I know. There are only several specialized solutions. Playout is quite independent from scheduling: s...
2007 Dec 05
0
4 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_policy_loader.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_format.c
...b_array_free (((SwfdecBlock *)(iter->data))->tab_stops); g_free (iter->data); } g_slist_free (paragraphs[i].blocks); @@ -585,7 +590,8 @@ swfdec_text_field_movie_get_layouts (SwfdecTextFieldMovie *text, int *num, // set block styles pango_layout_set_spacing (playout, block->leading); - pango_layout_set_tabs (playout, block->tab_stops); + if (block->tab_stops != NULL) + pango_layout_set_tabs (playout, block->tab_stops); // set text attributes attr_list = swfdec_text_field_movie_paragraph_get_attr_list ( diff --git a/libswfd...
2007 Jan 29
0
Dropped call issue with IAX Trunking
...iax trunk as 419 615 4152 as an IAX trunk. Call is switched down IAX trunk to Ottawa and phone rings at Ottawa. However, when call is sent to voicemail via Ottawa to vmail IAX trunk, caller gets slow busy back. IAX2 debug on vmail shows the call come in to 2502@default (just like PRI), it begins playout of call then immediateley hangs up. These are traces on the VM side. This is a trace of vm working (PRI - 419 993 2502) Verbosity was 0 and is now 9 -- Accepting AUTHENTICATED call from 10.149.32.11: > requested format = ilbc, > requested prefs = (ilbc|gsm), > a...
2007 Oct 15
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...NULL; i++) { GList *iter; @@ -109,7 +108,7 @@ swfdec_text_field_generate_layouts (SwfdecTextField *text, cairo_t *cr, skip = 0; for (iter = paragraphs[i].blocks; iter != NULL; iter = iter->next) { - SwfdecLayout *layout; + SwfdecLayout layout; PangoLayout *playout; int width; guint length; @@ -129,12 +128,10 @@ swfdec_text_field_generate_layouts (SwfdecTextField *text, cairo_t *cr, } // create layout - layout = g_new0 (SwfdecLayout, 1); - playout = layout->layout = pango_cairo_create_layout (cr); - layouts = g_...
2007 Oct 14
0
10 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...c_text_field.c index 485d3b2..98383bd 100644 --- a/libswfdec/swfdec_text_field.c +++ b/libswfdec/swfdec_text_field.c @@ -141,8 +141,12 @@ swfdec_text_field_generate_layouts (SwfdecTextField *text, cairo_t *cr, width += -paragraphs[i].indent / PANGO_SCALE; } - pango_layout_set_width (playout, - (text->word_wrap ? width * PANGO_SCALE : -1)); + if (text->word_wrap) { + pango_layout_set_wrap (playout, PANGO_WRAP_WORD_CHAR); + pango_layout_set_width (playout, width * PANGO_SCALE); + } else { + pango_layout_set_width (playout, -1); + } // set paragraph styles...
2014 Nov 21
2
Metadata configurablity in Icecast
...fail. I would like to request that this be configurable somehow. I agree that this is undesirable under most circumstances, but there are situations where this is required. One example I can think of. I was working for an organisation that needed to track metadata for royalty reporting. The playout software in use sent metadata, including album and record label, to a PHP script via a get request. This script filed it in a MySQL database, along with other details like date and time, source IP and listener count, and also passed the metadata on to the streaming server. Such a setup would...
2015 May 21
2
Centos 6.6 Can't connect to local MySQL server through socket /var/lib/MySQL/MySQL.sock (error 2002)‏
...#39;t connect to local MySQL server through socket /var/lib/MySQL/MySQL.sock (error 2002)? > > Graham Wilman wrote: > > Hi > > > > Total newby to centos I am currently assisting a community radio station > > set up in the Uk we are using a server based system for our playout > > software, unfortunately at the moment one of our client servers is > > experience the above error I came across the error on our main server a > > few weeks ago and found the solution just by reinstalling the MySQL db but > > I have tried to deploy the same fix on our cl...
2007 Sep 03
4
Fixes and workarounds for regressions and issues in the randr-1.2 branch
Hi, Please find attached the patches which I currently use on my desktop machine for dual head with the randr branch to fix the issues which I found. They may help others as well but may e.g. also disable the Xv blitter which might be working for some (but didn't on my card) - more information is found in the text comments in the patches. I have to hurry so this is short, will be back.
2007 Nov 02
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_date.c libswfdec/swfdec_as_date.h libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_filter.c
...if (text->text->password) + swfdec_text_field_movie_ensure_asterisks (text, max_length); + return (SwfdecParagraph *)g_array_free (paragraphs, FALSE); } @@ -487,9 +513,14 @@ swfdec_text_field_movie_get_layouts (SwfdecTextFieldMovie *text, int *num, pango_layout_set_attributes (playout, attr_list); pango_attr_list_unref (attr_list); - pango_layout_set_text (playout, - text->input->str + paragraphs[i].index_ + block->index_ + skip, - paragraphs[i].length - block->index_ - skip); + if (text->text->password) { + pango_layout_set_text (playout...