traud / asterisk-opus

Asterisk 13 transcoding module: Opus
GNU General Public License v2.0
32 stars 21 forks source link

Encode vp8 file #20

Open martingaudioso1990 opened 3 years ago

martingaudioso1990 commented 3 years ago

Hi, I'm using vp8 format to write frames into a file. It works great but I'm having issues to read this file or encode it into a playable format. Do you know an approach to do that?

traud commented 3 years ago

No. I inherited that code part from @seanbright and he inherited that part from @meetecho. Personally, I never used it, so I am not even sure that part works at all. However, I guess, you have to wrap the media stream into a container format like WebM anyway. The code does not look like, this is done for you (yet).