Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

BellaDati allows to add any HTML content to the report, by using the HTML mode of the custom content. To add a live video stream (or any video in general) to a report, please follow these steps:

  1. Add a new Custom content view to the report and switch to HTML mode by clicking on "Show source"
    Image Modified
  2.  Insert the code of the live video stream. This can be an Iframe, HTML 5 <video> tag, or a custom JS + HTML component. In that case, you also need to add the JavaScript code. In this example, we will embed a live video from YouTube:
    Image Modified
  3.  Copy the HTML code and paste it to the custom content. After saving, the livde vide stream will be displayed in the report.
    Image Modified

 

 

Note

Please note that the technology used to create the video stream is completely indepdent from BellaDati. BellaDati will only consume the existing video stream.

 

 

Sv translation
languageja

BellaDatiでは、カスタムコンテンツのHTMLモードを使用して、レポートにHTMLコンテンツを追加できます。ライブビデオストリーム(または一般的なビデオ)をレポートに追加するには、次の手順に従ってください:

  1. 新しいカスタムコンテンツビューをレポートに追加し、[ソースを表示]をクリックしてHTMLモードに切り替えます。

    Image Added
  2. ライブビデオストリームのコードを挿入します。これは、Iframe、HTML 5 <video>タグ、カスタムJS + HTMLコンポーネントです。その場合は、JavaScriptコードも追加する必要があります。この例では、YouTubeからライブビデオを埋め込みます:
    Image Added
  3. HTMLコードをコピーして、カスタムコンテンツに貼り付けます。保存すると、ライブビデオストリームがレポートに表示されます。

    Image Added

 

Note

ビデオストリームの作成に使用されるテクノロジーは、BellaDatiから完全に独立していることに注意してください。 BellaDatiは既存のビデオストリームのみを消費します。