Skip to content

Commit

Permalink
docs(tech.md): Add a note on Flash permissions in sandboxed environme…
Browse files Browse the repository at this point in the history
…nts (#3684)
  • Loading branch information
Haraldson authored and gkatsev committed Oct 18, 2016
1 parent 16c8559 commit 66922a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/guides/tech.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ You may optionally use the last `/` as the separator between connection and stre
<source src="rtmp://your.streaming.provider.net/cfx/st/mp4:video.mp4" type="rtmp/mp4">

All four RTMP protocols are valid in the `src` (RTMP, RTMPT, RTMPE, and RTMPS).

### A note on sandboxing and security
In some environments, such as Electron and NW.js apps, stricter policies are enforced, and `.swf` files won’t be able to communicate with the outside world out of the box. To stream media, you have to add them to a special manifest of trusted files. [nw-flash-trust](https://github.com/szwacz/nw-flash-trust) makes this job easy.

0 comments on commit 66922a8

Please sign in to comment.