thinkphp 视频上传后的问题~急
我给服务器设置的上传大小是500M, 也能上传这么大的视频, 格式也是一样的mp4, 但是网页播放的时候为什么只能播放最大20M左右的视频, 超过的要么就是一直在加载, 要么就是只有声音, 没有图像显示, 这是怎么回事呢? 浏览器用的火狐, 别的也试过, 一样的. 这是我服务器设置有问题还是哪里有问题啊?? 用的是video标签放的
回复讨论(解决方案)
是否是你上传大型的文件,有问题,导致播放失败,你可以找个大的文件,直接播放试试。
是不是你的??有???
用FTP 上传一个大的视频播放试试 如果可以 证明你的上传程序除了问题
如果也是不能播放 或者播放出了问题 那就检查别的问题
上传后直接播放源文件是没有问题的, 用网页打开就放不了, 我今天把MP4格式的转换成swf格式就可以, 不过视频变得好模糊, 一个多g转换下来才剩下300M左右, 这样不行哇~~
应该是播放的源文件格式不支持?
用jwplayer播放试试
我也不是很清楚, 不过还是谢谢大家了~~ 我再多试试

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Laravel's service container and service providers are fundamental to its architecture. This article explores service containers, details service provider creation, registration, and demonstrates practical usage with examples. We'll begin with an ove
