检测视频流类型
我有 2 个视频流
(1) VLC 生成的压缩 MP4 UDP 流
(2) DV 未压缩 UDP 流
两者都发往主机。在这个 Unix 接收主机上,我想使用 Bash 或 Python 脚本检测来自的流类型(没有 tcpdump,我没有 root 权限。)
任何想法如何实现?
谢谢。
I have 2 video streams
(1) VLC Generated Compressed MP4 UDP stream
(2) DV Uncompressed UDP Stream
Both are destined to a host. At this Unix receiving host, I would like to detect type of stream coming using Bash or Python Scripting (without tcpdump, I do not have root priv.)
ANY idea guys how to implement ?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试一下 pyffmpeg 怎么样?您应该能够从中获取容器信息。
what about trying pyffmpeg out. you should be able to get the container info from that.