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

前端 未结 2 628
栀梦
栀梦 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:09

    I've found some nice articles about how other people build a stream segmenter for other platforms, so now we know how to build one in Python.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题