search for: podcast

Displaying 20 results from an estimated 245 matches for "podcast".

2005 Dec 19
2
Parentheses for precedence?
I''m not sure whether this is a bug or whether I''m simply expecting Ferret queries to work in a way other than they''re intended. I notice that if use a query like: (other_text:"Collaborative tools") AND NOT other_text:podcasts I''ll get correct search results. However, if I put parentheses around the second part, like: (other_text:"Collaborative tools") AND (NOT other_text:podcasts) I won''t get any search resuts. This seems to only be an issue when NOT (or a preceding -) are used. For exa...
2013 Aug 30
2
New and need help
Hello everyone. I haven't used Icecast yet but I'm hoping it can help me with what I want to do. I listen to podcasts a lot. Most of the time I'm at work I have something playing in the background. The problem is once one ends I have to select another to play. Or if they have all been played I can't use the auto next feature. So what I would like to do is setup a machine (most likely a Raspberry PI or...
2006 Oct 03
3
How to get podcasters to adopt Speex?
...y obvious for people to download the plugins with links to the page you just posted. George -----Original Message----- From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca] Sent: Tuesday, October 03, 2006 12:59 AM To: George Ou Cc: speex-dev@xiph.org Subject: Re: [Speex-dev] How to get podcasters to adopt Speex? On windows, illi's excellent Ogg DirectShow filter will do (http://www.illiminable.com/ogg/). On MacOS X, I think there's a QT component that will do the trick, but I'm not sure where to get it. On Linux, gstreamer, xine and other frameworks will handle Speex fine. O...
2006 Jul 05
2
activerecord - finding parent info..
i am SURE this is really simple.. and i am SURE i have read this a million times.. but i am not wiring this up in my brain correctly.. if i have a parent class that has fields: Podcasts id title description and a child class like: Episodes id podcast_id title description filename i can get the episode information all day.. but using the "Episode" class, can i access the "Podcast" class info? for instance.. if i said: @episode = Episodes.find(1) and got...
2006 Oct 02
4
How to get podcasters to adopt Speex?
I would love to see podcasters adopt the Speex format to deliver clear speech audio at wideband or ultra-wideband formats. However, podcasters want something that can easily play on Windows, Macs, and even Linux web browsers. The Speex website has some nice audio demos, but it doesn't actually offer any HTML embedded sa...
2006 Jul 04
4
ROaR: A Ruby on Rails Podcast
I''m starting a new podcast to cover some of the hot topics going on in Rails. Half news, half interactive, all community. As always, the first episode kinda sucks but I''m looking forward to feedback from all of you on how to make it better. http://www.simiancodex.com/roar/ or for iTunes people http://phobos.appl...
2007 Jan 06
1
Camping Podcast
I''m putting together an episode of the Rails podcast that will be dedicated to Camping. I already have the first interview recorded. I''d like to get 3 or 4 more short interviews (short...maybe 4.096 minutes each). If you''d like instant fame, send me an email and tell me what camping project you would like to talk about, what your...
2005 Oct 10
2
Astricon Podcasts?
I'd be curious to hear any Podcasts from the upcoming Astricon conference. If anyone in attendance/organizing the event is going to be recording any audio please share. Cheers, HJ
2010 Apr 21
1
Improving audio bitrate for all callers in a conference room for a podcast
Hello, As a podcaster I use Asterisk extensively and often have several people in a conference room. We'll record the calls via a SIP phone connected to a sound mixer. Is there an easy way to bump up the audio bitrate for all callers connected to the Asterisk server and improve the general sound quality? The serve...
2010 Nov 18
2
Centos podcast on FLOSS weekly
If you've ever wondered what Karanbir Singh looks like, check out this week's (142) video podcast at http://twit.tv/floss. I'm only partway through the audio version (will finish on the drive home) and haven't heard anything that would be surprising to people already using Centos yet but it's a great presentation and something to recommend to people who aren't familiar with...
2014 Sep 16
1
4.1.12: ldapcmp differences on attribute 'whenChanged'
...pdated our dc's from sernet 4.1.11 to sernet 4.1.12. And suddenly since that update, we're getting many ldapcmp failures on the attribute 'whenChanged'. In 4.1.11 life was good, and ldapcmp reported no differences at all. Here is a sample: (dc2 <-> dc3) Comparing: 'CN=podcast,CN=Users,DC=samba,DC=company,DC=com' [ldap://dc2] 'CN=podcast,CN=Users,DC=samba,DC=company,DC=com' [ldap://dc3] Difference in attribute values: whenChanged => ['20140507142704.0Z'] ['20140715153329.0Z'] FAILED and: (dc2 <-> dc4) Comparing: &...
2006 Oct 03
3
How to get podcasters to adopt Speex?
Ok, I made my own sample HTML page and it worked on a vorbis OGG file that I embedded. No need to download a player (other than the directshow filter if it isn't already installed) and no need to download sample. It just played within the browser. I should probably try to release a podcast like this at 16 kbps and see how well it's received. -----Original Message----- From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca] Sent: Tuesday, October 03, 2006 1:17 AM To: George Ou Cc: speex-dev@xiph.org Subject: Re: [Speex-dev] How to get podcasters to adopt Speex? George Ou...
2006 Oct 03
0
How to get podcasters to adopt Speex?
...se they can make their own. Jean-Marc > > George > > -----Original Message----- > From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca] > Sent: Tuesday, October 03, 2006 12:59 AM > To: George Ou > Cc: speex-dev@xiph.org > Subject: Re: [Speex-dev] How to get podcasters to adopt Speex? > > On windows, illi's excellent Ogg DirectShow filter will do > (http://www.illiminable.com/ogg/). On MacOS X, I think there's a QT > component that will do the trick, but I'm not sure where to get it. On > Linux, gstreamer, xine and other frameworks...
2012 Jun 17
3
Rhythmbox Replacement
Hey Y'all, What application replaces the functionality of Rhythmbox for Cent OS 6.2? In particular I am interested in handling podcast feeds. -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registerd Linux user No #267004 www.counter.li.org ****
2006 May 01
10
large file storing in postgres sucks?
Hi, I''m not sure if this is a postgres issue or not, but I''m using Postgres 8.1. I have (in my functional tests) the following code: upload = fixture_file_upload(''/files/podcast.mp3'', ''audio/mpeg'') post :create, :product => valid_product, :media => { :image => upload } And then in the controller: blob = Blob.create :data => uploaded_file.read When /files/podcast.mp3 is 32 megabytes and I run the test, memory spikes hugely. My...
2006 Jun 08
2
Including iTunes data into ruby output of RSS2.0...?
Hey all, I''d like to include the iTunes XML data into my RSS feed, generated with the code below: xml.rss ''version'' => ''2.0'', ''xmlns:itunes'' => ''http://www.itunes.com/dtds/podcast-1.0.dtd'' do xml.channel do xml.title ''Title here'' xml.author ''Everyone'' xml.description ''Description here'' xml.link(@base_url + url_for(:controller => ''/programs'')) xml.language ''en-us...
2008 Oct 14
1
[Bug 18061] New: stackoverflow.com podcast player not working
http://bugs.freedesktop.org/show_bug.cgi?id=18061 Summary: stackoverflow.com podcast player not working Product: swfdec Version: git Platform: Other URL: http://blog.stackoverflow.com/2008/10/podcast-25/ OS/Version: All Status: NEW Severity: enhancement Priority: medium Component: librar...
2006 Jun 22
0
hosting a podcast with ruby on rails?
i have a client that is wanting to host a podcast. i tried googling for tutorials on doing something like this with rails but i didn''t find a whole lot. are there any resources that anyone can recommend on getting started with a podcast? i have the rails cookbook which has a chapter on syndication, but other than that, i''m n...
2006 Feb 22
0
[DEVELOPERS NEEDED] Podcasting Website
I''m wanting to build a community based website where users can create podcasts, similar to odeo, but I want it to be alot easier for the users to find podcasts or create their own. I''m in need of a couple developers and a designer. I''m a developer myself, but am looking for a couple people that know rails inside and out It''s a non-paid deal, i...
2012 Apr 02
0
call for volunteer: FLOSS weekly podcast opportunity
The FLOSS weekly podcast is interested in doing an interview about libvirt development on June 6, at 9:30am Los Angeles time (UTC-7). For more information on past podcasts, see: http://twit.tv/show/floss-weekly With prodding from Justin Clift, I have volunteered to take on the task, but the show host, Randal, prefers to...