內容簡介
總結:Fastevo MP2與Fastevo Media Protection服務整合,可保護您的影片內容,並提供多項功能包括Gutenberg區塊、經典編輯器整合、短代碼支援以及API配置面板。
1. 這個外掛怎麼保護您的影片內容?
- Fastevo MP2將您的WordPress網站與Fastevo Media Protection服務整合,確保您的影片內容安全。
2. 這個外掛提供哪些功能?
- 支援Gutenberg區塊進行保護影片嵌入
- 透過TinyMCE按鈕整合經典編輯器
- 為主題整合提供短代碼支援
- 提供管理設定面板進行API配置
3. 外掛的安全功能有哪些?
- 使用Libsodium加密API金鑰存儲(當可用時)
- 當無法使用Libsodium時,使用Base64編碼備援
- 防止在驗證期間進行雙重加密
- 強大的錯誤處理和驗證功能
- 在可用時使用WordPress常數(AUTH_KEY,SECURE_AUTH_KEY)進行加密
4. 這個外掛連接到哪些外部服務?
- 連接到Fastevo Media Protection服務API以保護和傳遞影片內容
- 服務包括Fastevo API和Fastevo Web Player
5. 使用這個外掛時會共享哪些數據?
- 生成播放權杖時:Fastevo API金鑰、內容ID、查看者標識符等
- 瀏覽或管理內容時:Fastevo API金鑰、搜尋條件和分頁參數等
- 顯示影片給最終用戶時:播放權杖、播放器配置參數等
6. 這個外掛的服務條款和隱私政策在哪裡?
- 服務條款:https://fastevo.com/terms.html
- 隱私政策:https://fastevo.com/privacy.html
7. 有關隱私政策的更多詳細信息在哪裡?
- 請參考Fastevo隱私政策以了解您的媒體和數據如何處理。
外掛標籤
開發者團隊
原文外掛簡介
Fastevo MP2 integrates your WordPress site with the Fastevo Media Protection service to secure your video content.
Features include:
* Gutenberg block for protected video embedding
* Classic editor integration via TinyMCE button
* Shortcode support for theme integration
* Admin settings panel for API configuration
Developer Information
The source code for the compiled JavaScript and CSS is included in the /src directory of the plugin. The plugin uses npm and WordPress Scripts for building assets.
To build the plugin from source:
1. npm install: Install dependencies
2. npm run build: Build WordPress blocks
3. ./build.sh: Create distribution package
Security Features
Libsodium encryption for API key storage when available
Fallback to base64 encoding when libsodium isn’t available
Protection against double-encryption during validation
Strong error handling and validation
Uses WordPress constants (AUTH_KEY, SECURE_AUTH_KEY) for encryption when available
External Services
This plugin connects to the Fastevo Media Protection service API to protect and deliver video content. It is necessary for the core functionality of securely embedding protected videos in your WordPress site.
Services Used
Fastevo API (https://api.fastevo.net): Used for content management, player configuration, and token generation.
Data sent: API key, content IDs, viewer identifiers, and configuration settings.
When sent: When configuring the plugin, generating playback tokens, and managing content.
Fastevo Web Player (https://webplay.mp2.fastevo.net): Used for embedding and playing protected video content.
Data sent: Playback tokens (containing authorized content IDs and viewer information).
When sent: When a page with embedded protected video is loaded.
Data Shared
The following data may be sent to Fastevo services:
When generating playback tokens:
Your Fastevo API key (for authentication)
Content ID (to identify which video to play)
Viewer identifier (user ID or “guest” for anonymous users)
Optional viewer tags (if configured)
Protection level settings
Player configuration name
When browsing or managing content:
Your Fastevo API key (for authentication)
Search filters and pagination parameters
When displaying videos to end users:
Playback tokens (containing authorized content ID and viewer information)
Player configuration parameters (autoplay, loop, etc.)
No personal user data beyond a generic identifier is transmitted to the Fastevo service.
Service Terms and Privacy
Terms of Service: https://fastevo.com/terms.html
Privacy Policy: https://fastevo.com/privacy.html
Privacy Policy
This plugin integrates with the Fastevo MP2 external service. Please refer to the Fastevo privacy policy for details on how your media and data are handled.
