Audio Streaming Using Django

2012-04-13 Thread atul khairnar
Hi, I am developing Internet Radio App using Django. But i don't know how to stream the audio over web using django. which modules and technology to use. Please Help. Atul Khairnar B.Tech Department of Computer Engineering and Information Technology College of Engineering , Pune Cell -

Audio Streaming from server

2012-04-19 Thread atul khairnar
to the client? Please Help -- Atul Khairnar College of Engineering , Pune, India. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, sen

Re: Audio Streaming from server

2012-04-23 Thread atul khairnar
ould probably try their mailing lists/forums/IRC channel. > > Regards > > On Fri, Apr 20, 2012 at 12:15 PM, atul khairnar > wrote: > > > > > > > > > > > Hi, > > I am writing an Internet Radio App. But when i start the app from the > > loca

Problem with accessing Audio files from server.

2012-04-25 Thread atul khairnar
io Files are stored at: '/home/atul/Atul/django_radio/talks/' I don't get why server unable to access the media file stored at above location?? or does problem lies elsewhere? -- Atul Khairnar College of Engineering , Pune Cell - (+91)9579289613 -- You received this message becaus

Re: Problem with accessing Audio files from server.

2012-04-26 Thread atul khairnar
into a browser - you can do this with Net > panel in firebug - does the file get loaded? > > On 26/04/2012 2:23 PM, "atul khairnar" wrote: > > > > > > > > > Hi, > > I am writing Internet Radio App using Django. When i load the stream page > >

How to serve files to client?

2012-04-26 Thread atul khairnar
Hi all, I have a question. How to serve the files (may be image file or audio stream) to the client's browser in html? What necessary changes are need to be done in settings.py and urls.py and other files? please help. thank you. -- Atul Khairnar -- You received this message because yo

Apache does not display a flash file

2012-05-09 Thread atul khairnar
Hi, Recently I deployed my django project on Apache using mod_wsgi. Everything is working perfect except flash. The flash (.swf file) did not render on the client's browser but it works perfect while hosting on django built-in development server. What may be the problem? I am using Ubuntu : 11.0

Re: Apache does not display a flash file

2012-05-10 Thread atul khairnar
When right-clicked at the location where flash should have rendered, it gives error message, "Movie Not Loaded" On May 10, 10:32 am, atul khairnar wrote: > Hi, > Recently I deployed my django project on Apache using mod_wsgi. > Everything is working perfect except flash. T

Re: Apache does not display a flash file

2012-05-10 Thread atul khairnar
; Could you have a look at the Error Logs as shown on the Tools --> Web > Developer --> Web Console in Firefox if u have something in there? > > On Thu, May 10, 2012 at 7:43 AM, atul khairnar wrote: > > > > > > > > > When right-clicked at the location where f

Re: Apache does not display a flash file

2012-05-10 Thread atul khairnar
Sorry for dumping all Error Log. The relevant part of log shows: Error Log Shows : [19:09:24.001] GET http://127.0.0.1/site_media/flash/flashvortex.swf [HTTP/1.1 500 INTERNAL SERVER ERROR 131ms] On May 10, 6:41 pm, atul khairnar wrote: > Error Log Shows : [19:09:24.001] > G