-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orkweb page does not show recorded files #104
Comments
Was
The |
Thanks for the guidance!! I checked my orkweb.log file and noticed that I was getting an ERROR which was OrkTrack.initialize: Error configuring Hibernate:Couldn't load class com.mysql.cj.jdbc.Driver. I have fixed the ERROR by adding the mysql-connector-java-8.0.17.jar file to the directory webapps/orktrack/WEB-INF/lib. Now I can see the recorded files on the web page but this time I can not play them. Best regards. 2022-04-04 14:23:38,626 INFO [http-nio-8080-exec-156] OrkTrack started successfully. |
What is the web browser & version that you are trying to play the media file on? Some browsers/old versions have issues playing wav files. Also are you able to play the wav files inside |
I have tried to play recordings on Google Chrome 100.0.4896.60 and Mozilla Firefox 98.0.2. Also I can access and listen to wav files through the folder /var/log/orkaudio/audio. |
Hi, Do you see any errors in the chrome/firefox developer console? If the recordings are proper, the orkweb should be able to play the recorded files. |
hi, I checked my developer console. When I clicked the play button the error appreared on console which is Uncaught (in promise) DOMException: Failed to load because no supported source was found. In the web page source there is a function about playing streams. It waits for a path. function playStream(url) { | var player = document.getElementById('player'); I can not listen to the recordings on the path here : localhost:8080/orkweb/stream/myaudiofile.wav |
What happens if you open |
For some reason, this seems like the orkweb app is unable to access the files in your case. What is the permissions for the file that you have set in the orkaudio.xml file? You should set something like this
So that the permissions of the files would be
Can you check what permission your files have? Because IMO this mostly looks like a permission issue (I tried using wav format and was able to correctly play that) |
@evrimaltan Are you still facing the issue after the above-recommended changes? |
Hello,
I have successfully completed the installation. When I record the audio, I can access the file from the folder in the directory that I want. (Default directory in config.xml e.g /var/log/orkaudio/audio) However, I can not see the recorded audio files on the page localhost:8080/orkweb/app. The only warning I see on the page is ''There were no results". Am I missing something?
Thanks for your help
The text was updated successfully, but these errors were encountered: