Chopping media stream in HTML5 websocket server for webbased chat/video conference application

前端 未结 2 635
栀梦
栀梦 2021-01-30 00:02

We are currently working on a chat + (file sharing +) video conference application using HTML5 websockets. To make our application more accessible we want to implement Adaptive

2条回答
  •  春和景丽
    2021-01-30 00:33

    I think ffmpeg is the main tool you'll want to look at. It's become most well supported open source media manipulator. There is a python wrapper for it. Though it is also possible to access the command line through the subprocess module.

提交回复
热议问题