Hey, it might be a bit off topic but I hope I''m still allowed to post this. I''m currently looking for something (whatever language, script, ...) that allows users to click a button and stream the audio output of their computer to the server. Does anyone know anything that does this? Thanks -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Google "scripts for file upload" to get the user''s information on your server. Streaming depends on how you handle the incoming data. Sent from an Asteroid in Space™ On 2011-10-11, at 3:41 PM, Heinz Strunk <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hey, > > it might be a bit off topic but I hope I''m still allowed to post this. > I''m currently looking for something (whatever language, script, ...) > that allows users to click a button and stream the audio output of their > computer to the server. Does anyone know anything that does this? > > Thanks > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I don''t think that anything about uploading a file would help the OP. As far as I understand he wants to record anything that sent to the sources and send this to the server. But this is not rails related... Besides that I think nearly any makers would be capable of that. My advise would be don''t do that! -- send by Samsung Galaxy Tab with Overcome Mod Am 11.10.2011 16:45 schrieb "iGbanam" <xigbanam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Google "scripts for file upload" to get the user''s information on your > server. Streaming depends on how you handle the incoming data. > > Sent from an Asteroid in Space™ > > On 2011-10-11, at 3:41 PM, Heinz Strunk <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > > Hey, > > > > it might be a bit off topic but I hope I''m still allowed to post this. > > I''m currently looking for something (whatever language, script, ...) > > that allows users to click a button and stream the audio output of their > > computer to the server. Does anyone know anything that does this? > > > > Thanks > > > > -- > > Posted via http://www.ruby-forum.com/. > > > > -- > > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Yeah, exactly. I don''t want a file upload. I want somebody to click a button and then the audio output of for example his music application streams to the server and then shoutcasted. What do you mean by any makers and advise not to? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 11 October 2011 15:41, Heinz Strunk <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hey, > > it might be a bit off topic but I hope I''m still allowed to post this. > I''m currently looking for something (whatever language, script, ...) > that allows users to click a button and stream the audio output of their > computer to the server. Does anyone know anything that does this?Do you mean click a button on a web page? If so then I hope that it is not possible. It should not be possible to do such things from a browser. If you are not talking about in the browser and just want an app to run on your pc to stream video to be picked up by the server then as others have said this is nothing to do with Rails. Have a look at apps such as VLC. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 11 October 2011 17:10, Heinz Strunk <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Yeah, exactly.Since you have not quoted the message to which you are replying it is not clear to with what you are replying. In addition you have changed the subject line so have broken the thread, at least in some mail clients. Colin> I don''t want a file upload. I want somebody to click a > button and then the audio output of for example his music application > streams to the server and then shoutcasted. > > What do you mean by any makers and advise not to? > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- gplus.to/clanlaw -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I meant any malware would be capable of that. And said this correctly and not got it broken by T9 it should be clearly visible why I recommended not to do this! -- send by Samsung Galaxy Tab with Overcome Mod Am 11.10.2011 18:10 schrieb "Heinz Strunk" <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>:> Yeah, exactly. I don''t want a file upload. I want somebody to click a > button and then the audio output of for example his music application > streams to the server and then shoutcasted. > > What do you mean by any makers and advise not to? > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law wrote in post #1026101:> On 11 October 2011 15:41, Heinz Strunk <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > Do you mean click a button on a web page? If so then I hope that it > is not possible. It should not be possible to do such things from a > browser. > > If you are not talking about in the browser and just want an app to > run on your pc to stream video to be picked up by the server then as > others have said this is nothing to do with Rails. Have a look at > apps such as VLC. > > ColinYes, I mean some kind of app makes it possible to stream the users audio output to the websites server. I tried VLC and it worked but I found it rather complicated to get it working. I was hoping for some easier solution. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Norbert Melzer wrote in post #1026121:> I meant any malware would be capable of that. And said this correctly > and > not got it broken by T9 it should be clearly visible why I recommended > not > to do this! > > -- > send by Samsung Galaxy Tab with Overcome Mod > Am 11.10.2011 18:10 schrieb "Heinz Strunk" <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>:Yes, that makes totally sense. I was just talking about some app that makes a one-click-streaming to the server (with some app) possible. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 11 October 2011 21:05, Heinz Strunk <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Colin Law wrote in post #1026101: >> On 11 October 2011 15:41, Heinz Strunk <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> >> Do you mean click a button on a web page? If so then I hope that it >> is not possible. It should not be possible to do such things from a >> browser. >> >> If you are not talking about in the browser and just want an app to >> run on your pc to stream video to be picked up by the server then as >> others have said this is nothing to do with Rails. Have a look at >> apps such as VLC. >> >> Colin > > Yes, I mean some kind of app makes it possible to stream the users audio > output to the websites server. I tried VLC and it worked but I found it > rather complicated to get it working. I was hoping for some easier > solution.So the question has nothing to do with Rails then? Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.