search for: streamd

Displaying 18 results from an estimated 18 matches for "streamd".

Did you mean: stream
2006 Jul 07
3
calculate number of months difference between two dates
hi, Is there an easy way of calculating the difference in months between two dates in a controller. thanks -- Posted via http://www.ruby-forum.com/.
2005 Mar 06
2
Ices0 v. 0.4 Skip Song
Hello all Ive just discover that ices0 can encode {.ogg,.flac,.mp3} to mp3 streams!.. greate! the script thing is wonderfull. in my script i have defined ices_init ices_shutdown ices_get_next all works greate. Now, i want be able users to skip the song that is been streamd. for that, kill -s SIGUSR1 IcesPid works greate but.. for the songs i have setup a ranking field in a sql database. When users skip it, it means i should lower the ranking.. how? doing a sql query is there any change i can execute myscript_skip_function when ices0 recieved the USR1 signal? tha...
2006 Jul 05
2
get value from array.
hi, Im running the following sql statment which returns 1 result. pSql = "SELECT sum(amount) FROM payments WHERE expected_pay_date LIKE ''"+pWholeDate+"%'' AND invoice_id IS null " aResult = Payment.find_by_sql(pSql) how can I get the result of this? (when doing @aResult.inspect it
2006 Jul 05
3
display message when not running off the production database
Hi, Is there a way to output a message to the top of every page when the rails application is not running from the production database? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 07
2
how to do $pVar ++
This has been bugging me for a while In php you can do $pVar++ to add 1 or $pVar-- to subtract, how can this be done in ruby? -- Posted via http://www.ruby-forum.com/.
2006 Jul 16
2
how does base camp manage there accounts
hi, Cant find any information this anywhere so was wondering if anyone had any ideas. Basically when you go to basecamp.com it allows you to sign up for a account and gives you a url username.projectpath.com I was just wondering how they do this, and if each account has there own database or if it is all stored in one. thanks scott -- Posted via http://www.ruby-forum.com/.
2005 Jan 24
1
.mp3 and .ogg streamed both as .ogg
Hello.. Im a new icecast user. Im making an application, that selects from my collection of mp3s, oggs (and flacs) and let them be streamd to icecast2. This takes the input from a PostgreSQL table, wich gets modified... So far, im using ices, wich seems nice, becouse i can use the <script> type and it executes my_script to search a file, so ices takes that info (i.e. "/dir/my_file.ogg") and streams that file. It w...
2006 May 25
3
"Page has expired" problem
Folks, I''ve written a simple, multi-page Rails app which works fine except for one thing: often when my users click the browsers BACK button, they receive the "Warning: Page has Expired" message in IE, with the suggestion to hit the refresh button. If they do hit refresh, they are told that the information will be sent back to the page, and they have to hit "Retry"
2006 Aug 06
1
writing a plugin
Hi, Does anyone know of any complete tutorials that show the basics of writing a rails plugin? thanks scot -- Posted via http://www.ruby-forum.com/.
2006 Jul 20
4
setting site up on dreamhost
Hi, was wondering if anyone has had any experience setting a site up on dreamhost.com Ive uploaded teh site, turned fastCGI on However having a few problems gettign the site to show, when i go to /public/ it shows the rails welcome page, should I be redirecting the sit url to this? thanks scott -- Posted via http://www.ruby-forum.com/.
2006 Jul 03
1
ben
Hi, Im attempting to use the sparklines graph plugin, and am reciving the message below. no such file to load -- RMagick Has anyone got any one suggestions on how to go about installing rmagick using rails or any tutorials? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 03
3
no such file to load -- RMagick
Hi, Im attempting to use the sparklines graph plugin, and am reciving the message below. no such file to load -- RMagick Has anyone got any one suggestions on how to go about installing rmagick using rails or any tutorials? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 04
0
sparklines
Hi Geoffrey, I?m considering using sparklines to create a few graphs. However after I have shown a report, almost all of my pages break and just get shown as syntaxError. (As Shown below) Have you any suggestions on how I can fix this? Thanks compile error ./script/../config/../app/views/paymentnames/list.rhtml:3: Invalid char `\324'' in expression
2006 Jul 04
4
adding 0 to beginning of a number
Hi Is there a quick way to add 0 to the beginning of a number if it only has one digit? ie 1 should be 01 11 should stay as 11 (These int''s can be transferred to a string) Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 06
1
version control or symbolic links
Hi, Ive deployed a rails application and am looking for ways to have some kind of version control. Ive read about symlinks in the rails book and reccommends changing the app folder to releases/rel25 or 24 etc.. This sound good, but how can I go about telling rails where it can find the code? thanks scott -- Posted via http://www.ruby-forum.com/.
2006 Jul 06
2
change prot numbers (run 2 rails applications, same time)
Hi, I am currently accessing my rails application from the url http://localhost:3000 how can I set it up to run another application at the same time but using a different port number. I belive im using webBrick if that makes any difference Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 10
0
change post form to get form
Hi, For various reasons I will be needing to change a form that currently uses post to send data. to use get instead how can I go about this? and are there any differences in the way rails adds the data to teh params array? thanks -- Posted via http://www.ruby-forum.com/.
2006 Jul 30
1
login plugins
Hi, There seems to be plenty of these out there, but which one''s do people recommend? I''m after one that has basic features of a login system, i.e. create / edit, retrieve password validate user by email etc.. Thanks scot -- Posted via http://www.ruby-forum.com/.