문제

I am developing an upload system...

what is the best method to shows most videos and audio format specially for smartphone device?

Is there any open source php scripts class do do this? I wana something like youtube.

Or a way to convert videos format...

도움이 되었습니까?

해결책

Amazon has a service for transcoding video. https://aws.amazon.com/elastictranscoder/?nc1=h_l2_as and the AWS SDK has a PHP client for it.

Other option is (assuming you are using a Linux server) is to use ffmpeg and the PHP classes for it to do the transcoding. Of course, you'll want to use some sort of worker/message queue to perform the actual transcoding into the final format(s) you need for smartphones. Oh, and ensure that all the right codecs are installed for ffmpeg to work.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top