Giter Site home page Giter Site logo

Video not playing about ulearn HOT 7 OPEN

ulearnpro avatar ulearnpro commented on July 2, 2024
Video not playing

from ulearn.

Comments (7)

ulearnpro avatar ulearnpro commented on July 2, 2024

from ulearn.

PWA-GouldA avatar PWA-GouldA commented on July 2, 2024

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


from ulearn.

jointothedarkside avatar jointothedarkside commented on July 2, 2024

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

from ulearn.

amitad16 avatar amitad16 commented on July 2, 2024

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.

from ulearn.

habe90 avatar habe90 commented on July 2, 2024

I also have same problem , whit playing video!

from ulearn.

habe90 avatar habe90 commented on July 2, 2024

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!

from ulearn.

thanh-it38 avatar thanh-it38 commented on July 2, 2024

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

from ulearn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.