ulearn
ulearn copied to clipboard
Video not playing
Uploading video (MP4) to uLearn works without a hitch.
When added to a course, and then viewing the course, the video does not play.
Checking in an external media player, there are no issues.
Kindly share your Skype ID and your convenient time, so that I could assist you.
On Wed 13 Nov, 2019, 2:18 PM Adrian Gould <[email protected] wrote:
Uploading video (MP4) to uLearn works without a hitch.
When added to a course, and then viewing the course, the video does not play.
Checking in an external media player, there are no issues.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ulearnpro/ulearn/issues/8?email_source=notifications&email_token=AM4Y7TWKYSIWLENSYMJBIQDQTO5OBA5CNFSM4JMV3XS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HY5Z3AA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM4Y7TTE7SDXSKJKGIV756DQTO5OBANCNFSM4JMV3XSQ .
Sorry, not a skype user.
I'm using the app in a subdirectory.
Worked out that the app isn't quite set up exactly the same as most laravel apps in that you do not use an alias to point at the public folder... that solved a couple of hiccups (and should be in the installation details).
Anyway, when going to a page with a video the video does not show.
The apache logs are giving:
5884 IP.ADDRESS.OBFUSCATED.HERE - - [20/Nov/2019:12:06:05 +0800] "GET /ul/storage/course//2/raw_1574221346_somefilename-1574221346934.mp4 HTTP/1.1" 404 1552
in .env APP_URL is set to https://machine/ul
the .htaccess I have changed the rewrite rule to remove the www requirement, and forced https on. ''' RewriteCond %{HTTP_HOST} ^www. [NC] RewriteRule ^(.)$ https://%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTPS} !=on RewriteRule ^(.)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Host: Windows
Services: Apache/2.4.29 (Win64) OpenSSL/1.1.1c PHP/7.3.7 mod_h264_streaming/2.2.7
Sorry, not a skype user.
I'm using the app in a subdirectory.
Worked out that the app isn't quite set up exactly the same as most laravel apps in that you do not use an alias to point at the public folder... that solved a couple of hiccups (and should be in the installation details).
Anyway, when going to a page with a video the video does not show.
The apache logs are giving:
5884 IP.ADDRESS.OBFUSCATED.HERE - - [20/Nov/2019:12:06:05 +0800] "GET /ul/storage/course//2/raw_1574221346_somefilename-1574221346934.mp4 HTTP/1.1" 404 1552
in .env APP_URL is set to https://machine/ul
the .htaccess I have changed the rewrite rule to remove the www requirement, and forced https on. ''' RewriteCond %{HTTP_HOST} ^www. [NC] RewriteRule ^(.)$ https://%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTPS} !=on RewriteRule ^(.)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
Host: Windows Services: Apache/2.4.29 (Win64) OpenSSL/1.1.1c PHP/7.3.7 mod_h264_streaming/2.2.7
did you solve it? I'm having the same issue
Uploading video (MP4) to uLearn works without a hitch.
When added to a course, and then viewing the course, the video does not play.
Checking in an external media player, there are no issues.
You can refer to this comment https://github.com/ulearnpro/ulearn/issues/12#issuecomment-622269880 I was facing the same issue. Able to solve it.
I also have same problem , whit playing video!
Uploading video (MP4) to uLearn works without a hitch. When added to a course, and then viewing the course, the video does not play. Checking in an external media player, there are no issues.
You can refer to this comment #12 (comment) I was facing the same issue. Able to solve it.
Don't work!
Tải video (MP4) lên uLearn hoạt động mà không gặp trở ngại nào. Khi được thêm vào một khóa học và sau đó xem khóa học, video sẽ không phát. Kiểm tra trong một trình phát phương tiện bên ngoài, không có vấn đề gì.
Bạn có thể tham khảo bình luận này #12 (bình luận) Tôi đã gặp phải vấn đề tương tự. Có khả năng giải quyết nó.
help meeeee