开发者

Detecting Type of Video Stream

开发者 https://www.devze.com 2023-02-09 12:44 出处:网络
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 de开发者_高级运维tect typ

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 de开发者_高级运维tect 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.


what about trying pyffmpeg out. you should be able to get the container info from that.

0

精彩评论

暂无评论...
验证码 换一张
取 消