Bug fixes
- Removed github token (f5f9ade)
バグ修正
- github を削除しました(f5f9ade)
Enhancements
Improved error logging
Improved error logging by mapping Shaka errors to the following attributes: errorCode, errorPlatformCode, errorMessage, errorStackTrace, errorSeverity.
This enhancement ensures cleaner, more structured error data in New Relic by extracting only the essential error attributes from Shaka Player errors, removing unwanted properties like the data array.
Updates
Fixed CONTENT_ERROR Event
Attached the error EventListener to the player instead of its tag, following Shaka's specifications, to fix the CONTENT_ERROR event.
機能強化
エラーログの改善
Shaka エラーを次の属性にマッピングすることでエラー ログが改善されました: errorCode 、 errorPlatformCode 、 errorMessage 、 errorStackTrace 、 errorSeverity 。
この機能強化により、Shaka Player エラーから重要なエラー属性のみを抽出し、 data配列などの不要なプロパティを削除することで、New Relic のエラー データがよりクリーンで構造化されるようになります。
アップデート
CONTENT_ERROR イベントを修正しました
Shaka の仕様に従い、 CONTENT_ERRORイベントを修正するために、タグではなくプレーヤーにエラーEventListenerを添付しました。
Bug fixes
Content Bitrate detection enhancement
We've significantly improved the getBitrate() method with comprehensive Video.js technology support:
Key improvements
- VHS (Video HTTP Streaming) API support: Added native support for HLS and DASH content bitrate detection
- Enhanced bandwidth calculation: Implemented audio + video bitrate combination for accurate total bandwidth reporting
- Extended tech support: Added fallback support for popular streaming libraries:
- Shaka Player
- HLS.js
- DASH.js
- Improved reliability: Enhanced bitrate detection accuracy across different streaming technologies
- Dynamic bitrate updates: Fixed issue where bitrate values remained static throughout video playback
バグ修正
コンテンツビットレート検出の強化
包括的な Video.js テクノロジーのサポートにより、 getBitrate()メソッドが大幅に改善されました。
主な改善点
VHS (ビデオ HTTP ストリーミング) API サポート: HLS および DASH コンテンツのビットレート検出のネイティブ サポートが追加されました
強化された帯域幅計算: 正確な総帯域幅レポートのためにオーディオ + ビデオ ビットレートの組み合わせを実装しました
拡張テクニカルサポート: 人気のストリーミング ライブラリのフォールバック サポートを追加しました:
- シャカプレイヤー
- HLS.js
- DASH.js
信頼性の向上:さまざまなストリーミング技術におけるビットレート検出精度の向上
動的ビットレート更新: ビデオ再生中にビットレート値が一定のままになる問題を修正しました
Feature
Added IMA Ad tracking capability
- Improved Ad tracking capability for the agent with IMA ad tracking.
機能
IMA広告トラッキング機能を追加
- IMA 広告トラッキングを備えたエージェントの広告トラッキング機能が向上しました。
Fix
Ad Bitrate for CSAI and DAI
Added methods to calculate Google IMA Ad bitrate for CSAI and DAI
修理
CSAI と DAI の広告ビットレート
CSAI および DAI の Google IMA 広告ビットレートを計算するメソッドを追加しました