-
Notifications
You must be signed in to change notification settings - Fork 985
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
I can't add video files to the player #107
Comments
Hi! |
Hi Antonia, Thank you for your reactivity. I tried the solution you gave but it didn't work. I think the issue I'am dealing with is not related to the video codec. I have converted several videos using your script but none of them worked, have you any other idea; knowing that I'am using an Ubuntu 14.04 LTS server, JRE 1.7.0_79, and grails 3.0.10. I have followed the instruction setup on remote Ubuntu 14.04. Thx |
did you try the little trick with the browser tab as described in the above link? |
I don't think you are using grails 3.010. The project uses grails 2.4.4 according to this line and this doc. The compatible grails version is downloaded when you run @Azizoufy can you describe the detailed steps that lead to the bug? (e.g. video type you try to watch) |
@gkiko, I doubt the grails version has anything to do with it.. I mean, if he got as far as uploading and viewing the file.. the error occurs when the HTML5 video player can, for any reason, not play the video. that's why dragging the file in a new browser tab shows if it's a codec issue. also: my script only works for Chrome! not Firefox or any other browser. |
Yes, I tried the trick with the browser the video are ok, grails 3.0.10 was already installed on my server. Some of the videos I tried are from this website (i am using chrome): I didn't monitor the ./grailsw execution, grails was already instaled on my server with the latest version. I'll try to downgrade to the 2.4.4 and see what happens even is grails 3.0.10 is fully compliant with older versions. for the steps i followed: 3- i created the upload directory Everything went ok until i tried to play a video. Thx |
can you open f12 (chrome debugger) and check if there are any console errors when opening the video? |
onVideoError application-7ff27e74eb561e6427960a492ca89078.js:1161 onVideoError Display : |
@Azizoufy where can we find the file to download? 😄 You can also |
Also, do you have a way to give us temporary access to the websites? Maybe by creating a user and later remove it again.. That way I could try to debug |
For the videos, i just clik right --> save Sorry i can't give access the server is hosted in a private network. The IT service will never accept :( |
@Azizoufy ok. Then try to simulate similar problem on public file and share the link |
On the console i have a warning saying that bindHtmlUnsafe is now deprecated. Use ngBindHtml instead. I don't know if it's a problem or not. Otherwise, I'm not used to web dev, i'm not sure what file you want me to share, in doubt i attach a print screen of the console and the Java script file that the console returns for the onVideoError The screen shot is using chromium but i'm using chrome also ! |
Would your be willing to do a screen share session, for instance via hangout so that's I can try and debug together with you? |
Hi guys.
|
I might have reproduced the issue locally. It seems to have to do with large files, 1gb and above. I'll look into it and report back. |
let me know if version 0.1.7.1 doesnt fix it |
whenever I try to play a movie or a show I always get "there seems to be a problem adding the video-file to the player. this is most likely due to a codec-problem. Try converting it to a compatible HTML5 codec, remove the currently attached file and re-add it. if the codecs are fine, check the error log of the server"
Have you already encountered this issue ?
Thx
The text was updated successfully, but these errors were encountered: