博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux推送rtmp流_如何在Linux上下载rtmp流?
阅读量:2516 次
发布时间:2019-05-11

本文共 572 字,大约阅读时间需要 1 分钟。

linux推送rtmp流

How to download a rtmp stream on ?

如何在上下载rtmp 流?

You can use mplayer to dump the rtmp stream like:

您可以使用mplayer转储rtmp流,如下所示:

mplayer -dumpstream rtmp://example.com/path/to/stream.mp4

It will generate ./stream.dump and you can rename it to the file with the extension you need like stream.mp4.

它将生成./stream.dump ,您可以将其重命名为具有所需扩展名的文件,例如stream.mp4

The rtmp link usually can be found from the HTML or JavaScript source code of the if you just have a web url.

如果您只有网址,通常可以从HTML或JavaScript源代码中找到rtmp链接。

Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自:

linux推送rtmp流

转载地址:http://wqowd.baihongyu.com/

你可能感兴趣的文章
Node.js的适用场景
查看>>
MongoDB 3.4 高可用集群搭建(二)replica set 副本集
查看>>
一个一线城市的IT白领的生活成本:3万/年
查看>>
ubuntu12.04 使用Adobe Reader PDF
查看>>
吃货联盟订餐系统(二)
查看>>
MessageBox 用法
查看>>
Developing school contest 2
查看>>
本文来自CSDN博客 map
查看>>
python 字符串中替换字符
查看>>
mysql命令行编辑模式
查看>>
《实践与思考》系列连载(6)——IT从业人员工作环境及状态调查 抽奖结果公布...
查看>>
hihocoder 1643 Puzzle Game(北京icpc2017 现场赛)
查看>>
vim 简单理解三种模式 粗暴入门
查看>>
django模板层之静态文件引入优化
查看>>
转载使用命令wsimport构建WebService客户端
查看>>
java实现23种设计模式之模版方法模式
查看>>
小程序·云开发实战 - 校园约拍小程序
查看>>
闲话函数式变成与OOP
查看>>
Linux-正则表达式与三剑客
查看>>
php中,post与get获取参数的异同
查看>>