Displaying 20 results from an estimated 10000 matches similar to: "[DEVELOPERS NEEDED] Podcasting Website"
2015 Jan 09
0
FeenPhone: Free Opus VoIP for high-quality remote podcasting, radio, voiceover
FeenPhone: Free open-source (BSD) Opus software for high-quality
remote podcasting, radio, voiceover www.feenphone.com
1-minute FeenPhone intro video:
https://www.youtube.com/watch?v=uLM97Ue32Vw
FeenPhone is already being used to connect remote co-hosts on live
syndicated terrestrial radio show, Freedom Feens.
2006 Feb 20
8
Downloading Files
I''m building a rails app that will create .xml documents for the users
of a particular intranet.
My question is two fold
1. The files are in /public/files/something.xml, etc...
How can I create a link_to in rails to access these files?
2. How I can I force the file to be downloaded (bring up a save dialog)
as opposed to displaying in the browser?
Thanks for hte help.
--
Posted
2012 Jan 06
4
Enhanced Podcasts with Ogg Vorbis (Chapter Marks)
Hello list!
Since it is more and more common these days to create enhanced podcasts
(= audio files with additional chapter markers [1]), I am searching for
an alternative to the currently used MP4 format.
ID3 also puplished an official standard for chapters [2], but nobody
seems to use and support it.
Now I am trying to get something similar with vorbis audio (and maybe an
additional
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
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 have two developers per show, so
I'm looking for anyone else who has
2006 Mar 28
3
coolest software ("coolest startups" re-asked)
Asked a little while back about "coolest startups" using Rails, I
think it''d have been better had I asked "coolest software." Besides
the obvious (37Signals, Typo, Yakima Herald, Odeo, Measure Map, etc.),
I''m just curious about other developments where people are using it to
make nifty stuff.
--
Giles Bowkett
www.gilesgoatboy.org
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''
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
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:
2013 Aug 30
0
New and need help
On Fri, 30 Aug 2013, Stephen Atkins wrote:
> So what I would like to do is setup a machine (most likely a Raspberry PI
> or Beagle Board Black) that has a podcast catcher. It would always
> download the latest podcasts I subscribe to and delete the old ones. There
> are a few options for this and isn't a problem. I would then like to have
> Icecast randomly play podcasts
2006 May 11
1
Audio recording through Rails App > Web Server
Hey all,
There are a couple posts about the possibility of using Red 5 to record
audio through a user''s mic to the server, through RoR apps. I wonder:
besides Odeo (I think they''ve developed an in-house app?) are there any
examples and/or demos of this being done?
Or, are there any reasonable java sources that actually *do* work to
take mic input from a user''s machine,
2015 May 13
0
Different configuration for voice and music, switching on the fly
Working in a podcasting environment I would love to take advantage of
the automatic voice/music detection currently in OPUS encoder.
Specifically I think it would be useful to be able to specify different
compression parameters for voice/music.
For example, for podcasts purposes, 16kbps, monoaural for voice and
64kbps, stereo for music, doing the switch over on the fly, frame by frame.
I can see
2015 Feb 16
2
Rhythmbox Replacement
Hey Y'all,
I though I would resurrect a long dead mail chain.
I'm looking for a good replacement for Rhythmbox. I need a pod catcher
to catch podcasts and download them to my HD where I can then move them
onto my mp3 player that I take to work every day.
I don't need a new mp3 player so don't suggest VLC. It is not able to
download podcasts.
I'm in the process of
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.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=163609703
Michael
2006 Apr 02
1
About field weight
Hi,
I've been disappointed today with some of my Xapian results.
Here is the issue :
- I am searching for the terms "ipod vid?o 60" (with the OR operator)
- the first results sorted by relevance are : (name / description)
1. Etui en cuir Shinnorie EZgoing pour iPod avec vid?o 60 Go - Blanc
Etui en cuir Shinnorie EZgoing pour iPod avec vid?o 60 Go - Noir -
With the SA1
2006 Oct 03
2
How to get podcasters to adopt Speex?
This is a really good point, and definitely a recurring theme on this
mailing list. :) I wonder, what are some better options for handling
this issue, other than to keep saying "just use 8/16/32kHz"?
- Extend Speex to support other sample rates (seems unlikely..?)
- Integrate a resampling algorithm into libspeex
- Maintain a list of recommended resampling libraries that work well
2008 Oct 17
1
Re: Group Authentication Plugin
You may want to look at restful_authentication plugin. Before that, I
would highly recommend that you go through learningrails.com podcasts
and screencasts here:
http://www.buildingwebapps.com/podcasts
Screecast 11 explains in detail how to use the restful_authentication
plugin.
Bharat
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2015 Feb 19
0
Rhythmbox Replacement
On 02/15/15 22:48, Mark LaPierre wrote:
> Hey Y'all,
>
> I though I would resurrect a long dead mail chain.
>
> I'm looking for a good replacement for Rhythmbox. I need a pod catcher
> to catch podcasts and download them to my HD where I can then move them
> onto my mp3 player that I take to work every day.
>
> I don't need a new mp3 player so don't
2015 Feb 20
0
Rhythmbox Replacement
On 02/18/15 23:57, Bob Hepple wrote:
> Mark LaPierre <marklapier at ...> writes:
>
>>
>> On 02/15/15 22:48, Mark LaPierre wrote:
>>> Hey Y'all,
>>>
>>> I though I would resurrect a long dead mail chain.
>>>
>>> I'm looking for a good replacement for Rhythmbox. I need a pod catcher
>>> to catch podcasts and
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