quangbd1904 / wami-recorder

Automatically exported from code.google.com/p/wami-recorder
0 stars 0 forks source link

Can't even get WAMI off of the ground on Red Hat #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Setup RHEL desktop (Scientific Linux, actually) with httpd, disabled selinux 
for the sake of argument

2. Cloned the stuff from WAMI and placed the example "client" stuff in a folder 
under /var/www/wami

3. Made a few mods to the index.html (namely, the URL where WAMI is pointing to 
for recording/playback purposes)

What is the expected output? What do you see instead?

I had hoped I would be seeing the *.wav file show up and get a response when I 
tried to play back the recording from the web browser, but neither happened.

What version of the WAMI recorder are you using? What version of Flash are
you using?  In what browser?  On what operating system?

Most recent version of WAMI. Most recent version of flash. Tried in Firefox and 
Chrome, from Macs.

Describe your server-side set-up if it is relevant to this issue.  What
type of web server are you using?  Where is your Wami.swf hosted?  What URL
do you put in startRecording?  What URL do you put in startPlaying?

Apache httpd
The Wami.swf file is in /var/www/html/wami along with the basic.html, gui.js, 
index.html, recorder.js and record.php

The URL for startRecording is http://localhost/audio/
Same for startPlaying

I've tried any number of things up to this point, so it's hard to say if I 
haven't made some stupid trivial error. In every iteration I've tried I've had 
zero luck

Original issue reported on code.google.com by dr...@umich.edu on 6 Dec 2012 at 8:01

GoogleCodeExporter commented 8 years ago
I should make a note for step 2, I put it into /var/www/html/wami. Bad typing 
on my part!

Original comment by dr...@umich.edu on 6 Dec 2012 at 8:05