Skip to content

Commit 2830a9b

Browse files
authored
recommended alternatives to audio/video elements
1 parent b21d86a commit 2830a9b

File tree

1 file changed

+5
-0
lines changed
  • examples/static/audio-video-deprecated

1 file changed

+5
-0
lines changed

examples/static/audio-video-deprecated/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ then visit http://localhost:3000/audio-video-deprecated/
1717

1818
The example uses the Node.js server to host the content, bundle the JavaScript files, and generate access tokens.
1919

20+
## Recommended alternative
21+
22+
The recommended alternative to using the code in this example is to extract and/or convert the audio server-side using a took such as [FFmpeg](http://ffmpeg.org/).
23+
24+
For `<video>` elements in particular, the [WebVVT](https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API) subtitles format is recommended. The service/SDK does not currently support outputting in this format, but it is fairly easy to generate.

0 commit comments

Comments
 (0)