Multiple HTML5 media elements on one page in iOS (iPad)

后端 未结 5 2114
鱼传尺愫
鱼传尺愫 2021-01-31 18:05

My research has led me to learn that Apple\'s media element handler is a singleton, meaning I can\'t have a video playing while an audio is playing in

5条回答
  •  执笔经年
    2021-01-31 18:25

    Could you use a webservice to merge the streams in real time with FFMpeg and then stream one output to quicktime?

    To elaborate maybe a library like http://directshownet.sourceforge.net/about.html could also work. It looks like they have method

    DESCombine – A class library that uses DirectShow Editing Services to combine video and audio files (or pieces of files) into a single output file. A help file (DESCombine.chm) is provided for using the class.

    This could then be used to return the resulting data as the response to the call and loaded via the HTML5 player.

提交回复
热议问题