Displaying 16 results from an estimated 16 matches similar to: "[Fwd: [Netjuke-users] getid3 dev on a coding spree...]"
2004 Aug 06
0
Web Based Front Ends
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Can anyone comment on the "front ends" they are using to manage their
ices/icecast streams?
I have done some searching and playing with such web-based products as
netjuke, and obsequium, and otto audio jukebox, but none fill the
requirements exactly, and none appear to interface with ices/icecast the way
I would like.
Rather than have
2006 May 18
0
multichannel streaming
I highly recommend the open source Jinzora project
(http://www.jinzora.org/). It has merged with and extended the capabilities
of the older NetJuke project. It's geared towards authenticated, on-demand
playback and supports many formats, ogg included. I've been thoroughly
impressed with the quality of the package, it's GUI options, and its
robustness.
I personally use icecast2 to
2006 Apr 12
2
Dynamic Playlist
I have a few related questions.
I'm using the following Debian packages:
Ices2 (2.0.1-4)
Icecast2 (2.3.1-2)
Here's the input section of my ices-playlist.xml:
<input>
<module>playlist</module>
<param name="type">basic</param>
<param name="file">/etc/icecast2/playlist.txt</param>
<param
2006 Apr 12
0
Dynamic Playlist
>
> 1. Despite the 0 setting for my "restart-after-reread" parameter, anytime I
> manually update my playlist file, my playlist starts over again. Though
> "random", I know this is happening because I soon hear tracks again that
> I've recently heard. Is there something I can do to prevent this from
> happening?
First up: random is misnamed, as it's
2012 Jun 02
4
Additional ogg audio fomats (speex, flac, PCM)
Hi
After much googling, am struggling to find either:
a) a command-line utility that allows me to encode to non-vorbis ogg audio
(*nix)
b) example files of the above
Am building a program part of which reads stream meta from uploaded audio
files, and so have written a lightweight getid3-like set of classes that do
this. Am handling ogg vorbis perfectly well already and would like to test
it
2012 Jun 02
0
Fwd: Additional ogg audio fomats (speex, flac, PCM)
[Woops, forgot to reply to the list ; just sent the following to Ralph]
Thankyou guys.
> All Speex files (.spx) are encoded in Ogg, so speexenc is all you need
for that.
> The standard "flac" utility will encode into Ogg with the --ogg switch.
D'oh! Have been RTFM'ing an awful lot lately, but I completely missed that
flac has an --ogg switch
> You may also wish to
2012 Mar 07
0
Making API call for users(SPREE)
Hi All,
Spree supports 7 API Calls:
=> Orders
=> LineItems
=> Shipments
=> InventoryUnits
=> Products
=> Countries
=> States
I want to make an API which can create users in Get Method and Respond
me back when the user is signed in.
& The same when I post the user name and password it should signup and
give me the API key through which I can access the
2008 Apr 03
0
Spree - Full commerce solution for Ruby on Rails
Just wanted to quickly plug our Spree project (http://spreehq.org)
Sorry no porn or get rich schemes on this site. Just a comprehensive
commerce platform built with Ruby on Rails. ;-)
We''re also looking for volunteers if you''re interested in helping out
on the project.
FYI - the project was formerly named RailsCart but it has since
changed names in order to avoid a possible
2009 Aug 25
0
Spree custom css not working
I followed "2.2 Add the stylesheet to the default layout" at
http://spreecommerce.com/documentation/customization_tutorial.html#createthecustomstylesheet
Doesn''t work. The file gets copied over but not the <link ... />
--
Posted via http://www.ruby-forum.com/.
2009 May 04
2
Spree 0.8.0 Released (Rails eCommerce Project)
Spree is an open source ecommerce solution for Ruby on Rails.
http://spreecommerce.com/articles/2009/05/04/spree-0-8-0-released/
I''ll also be leading a BOF at RailsConf where we will be chatting
about Rails commerce so hopefully I''ll see you there!
Sean Schofield
Twitter: @railsdog
2009 Apr 20
0
Add partial view to Spree
Hello,
I am new to Spree, so my question might look dump. How can I use
extension to add partial view to any existing view in Spree? How can I
determine exactly where my view will go? For my app I just want to add
a div block to /shared/_taxonomies.html.erb, is there anyway to do
this except overwriting this file with my extension? I have read
Extension tutorial several times, but I am not more
2012 Nov 11
0
Spree commerce and styling menu CSS
Hi. I making a shop on spree e-commerce, and I have problem with style
menu CSS. http://ns383595.ovh.net/test/menu.png . How can I edit CSS
file on spree to have manu like in My template like this
http://rafal-serwer.gogler.eu/intimiti/index.html
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2009 Nov 14
4
how to login in spree
any one cn tell me how i cn login in spree
when i click on login button it redirects t0 https://localhost/login
--
Posted via http://www.ruby-forum.com/.
2006 May 18
4
multichannel streaming
On Thu, May 18, 2006 at 05:31:00PM +0000, Georg Holzmann wrote:
> Hallo!
>
> >>So if a user wants to hear record A, then a stream should be opened
> >>(maybe a new mount point ?) and only this user should be allowed to hear
> >>the stream ...
> >>Is this possible with icecast ?
> >
> >It probably would.
> >(Aber man kann sich auch
2006 Apr 11
2
Dynamic Playlist
I have a playlist that is updated every 5min with any new files to a
directory. Do I need to restart icecast/ices to have the new files
played?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20060411/4c21b38c/attachment.html
2006 May 19
2
multichannel streaming
On Fri, May 19, 2006 at 07:30:54AM +0000, Georg Holzmann wrote:
> >So I'd rather look in direction of some client that is capable of
> >http authentication and can send range requests and a server that
> >understands
> >those. You'll have static files anyway so no need to make them into live
> >streams...
> hm ... what do you mean exactly ... something