加入收藏 | 设为首页 | 会员中心 | 我要投稿 汽车网 (https://www.0577qiche.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

使用PHP技术实现了F4M流的Flash媒体综合

发布时间:2023-09-12 13:10:42 所属栏目:PHP教程 来源:
导读:朋友发过来一个视频希望录制和下载下载,找了下工具借助此工具成功下载和合成;去缓存拿到对应的流媒体的url地址,可以下载下来也可以通过url的方式进行合成;

推荐下载指定码率的 流媒体文件再进行合成,缓存中直接拿
朋友发过来一个视频希望录制和下载下载,找了下工具借助此工具成功下载和合成;去缓存拿到对应的流媒体的url地址,可以下载下来也可以通过url的方式进行合成;

推荐下载指定码率的 流媒体文件再进行合成,缓存中直接拿到的可能码率不同,合成的文件无法播放等,谨记.

项目地址:https://github.com/K-S-V/Scripts

本地下载:AdobeHDS.php And Scripts-master

Usage: 
php AdobeHDS.php --manifest "your_manifest_url" --delete 
MyVideo-Seg1-Frag1.f4f, MyVideo-Seg1-Frag2.f4f………MyVideo-Seg1-Frag99.f4f 
php AdobeHDS.php MyVideo-Seg1-Frag 
You can use script with following switches: 
 --help              displays this help 
 --debug             show debug output 
 --delete            delete fragments after processing 
 --fproxy            force proxy for downloading of fragments 
 --play              dump stream to stdout for piping to media player 
 --rename            rename fragments sequentially before processing 
 --update            update the script to current git version 
 --auth      [param] authentication string for fragment requests 
 --duration  [param] stop recording after specified number of seconds 
 --filesize  [param] split output file in chunks of specified size (MB) 
 --fragments [param] base filename for fragments 
 --manifest  [param] manifest file for downloading of fragments 
 --outdir    [param] destination folder for output file 
 --outfile   [param] filename to use for output file 
 --parallel  [param] number of fragments to download simultaneously 
 --proxy     [param] proxy for downloading of manifest 
 --quality   [param] selected quality level (low|medium|high) or exact bitrate  //开源软件:Cuoxin.com 
 --referrer  [param] Referer to use for emulation of browser requests 
 --start     [param] start from specified fragment 
 --useragent [param] User-Agent to use for emulation of browser requests
 

(编辑:汽车网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章