Websites, mobile sites, and desktop applications access Dynamic Media Classic server content, including video, by using URL strings or embedded code. Dynamic Media Classic activates these URL strings during the publishing process. To place the URL string or embed code for your video in your web pages, mobile pages, and desktop applications, copy it from Dynamic Media Classic.
The URL or embed code is not active until you publish the asset.
Publishing a video enables Dynamic Media Classic Servers to deliver video to your website, mobile site, or application.
There are two different methods you can use to publish video:
Publish videos automatically and instantly on upload
As part of the video upload process, Dynamic Media Classic can automatically publish videos when they are uploaded and encoded. This ability to instantly publish means that there is no need to publish videos separately after the fact.
Publish video manually after upload
If you do not want to publish videos immediately, you can manually publish videos at any time.
After you publish videos, Dynamic Media Classic activates the URL strings for your HTML page or application code.
To publish video
Do one of the following:
After you publish a video, you can obtain its URL for use in your website, mobile site, or desktop application. Use the video URL when you want to display video in a pop-up or modal window on top of the web page.
When a customer clicks the link, their device, bandwidth, and screen size are automatically detected. The appropriate video is displayed for playback in a pre-defined viewer for desktop, or in the mobile device’s native video player for smartphones and tablets.
See also Embedding the video viewer on a web page.
To link a video URL to a mobile site or a website
In the Asset Browse panel, in the Show drop-down list, click Video or Adaptive Video Set.
in the Asset Library panel on the left side, navigate to the asset folder that contains the video or adaptive video set you want to link.
Above the Asset Browse panel, on the right side of the toolbar, do one of the following:
Click Grid View or List View. In the Asset Browse panel, double-click the video thumbnail of a single asset to open it in Detail View. In the URLs and Embed Code panel on the right, under HTTP Streaming, click Copy URL to the right of the viewer you want. As a best practice, copy the URL associated with the Universal_HTML5_Video
viewer.
Click Grid View. In the Asset Browse panel, select a single asset, and then below the thumbnail image, click Preview > Viewer List.
In the Viewer List page, under the Actions column of the table, click Copy URL. As a best practice, copy the URL associated with the Universal_HTML5_Video
viewer.
Click List View. In the Asset Browse panel, select a single asset, and then to the right of the thumbnail image, click Preview > Viewer List.
In the Viewer List page, under the Actions column of the table, click Copy URL. As a best practice, copy the URL associated with the Universal_HTML5_Video
viewer.
Click Grid View, List View, or Detail View. On the same toolbar, click Preview > Viewer List.
In the Viewer List page, under the Actions column of the table, click Copy URL. As a best practice, copy the URL associated with the Universal_HTML5_Video
viewer.
Paste the HTML5 video URL link on your website and mobile site.
Use the Embed Code feature when you want to play the video embedded on the web page. You copy the embed code to the clipboard so you can paste it in your web pages. Editing of the code is not permitted in the Embed Code dialog box.
See also Linking a video URL to a mobile site or a website.
To embed the video viewer on a web page
In the Asset Browse panel, in the Show drop-down list, click Video or Adaptive Video Set.
in the Asset Library panel on the left side, navigate to the asset folder that contains the video or adaptive video set whose embed code you want to copy.
Above the Asset Browse panel, on the right side of the toolbar, do one of the following:
Click Grid View or List View. In the Asset Browse panel, double-click the video thumbnail of a single asset to open it in Detail View. In the URLs and Embed Code panel on the right, under HTTP Streaming, click Embed Code to the right of the viewer you want. As a best practice, click Embed Code that is associated with the Universal_HTML5_Video
viewer.
Click Grid View. In the Asset Browse panel, select a single asset, and then below the video thumbnail image, click Preview > Viewer List.
In the Viewer List page, under the Actions column of the table, click Embed Code. As a best practice, click Embed Code that is associated with the Universal_HTML5_Video
viewer.
Click List View. In the Asset Browse panel, select a single asset, and then to the right of the thumbnail image, click Preview > Viewer List.
In the Viewer List page, under the Actions column of the table, click Embed Code. As a best practice, click Embed Code that is associated with the Universal_HTML5_Video
viewer.
Click Grid View, List View, or Detail View. On the same toolbar, click Preview > Viewer List.
In the Viewer List page, under the Actions column of the table, click Embed Code. As a best practice, click Embed Code that is associated with the Universal_HTML5_Video
viewer.
In the Embed Code dialog box, click Copy to Clipboard.
Editing the code is not permitted in the Embed Code dialog box.
Click Close.
Paste the embed code in your web pages.
If you do not use the Dynamic Media Classic HTML5 video player, but instead want to use the native HTML5 <video>
tag with MP4 video assets, you can use the following embed code sample:
<video poster="S7 video thumbnail URL" controls>
<source src="S7 OGG video asset URL (no player)" type='video/ogg; codecs="theora, vorbis"'/>
<source src="S7 MP4 mobile progressive video asset URL (no player)" type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'/>
<p>This is fallback content</p>
</video>
Replace "S7 video thumbnail URL"
with the video’s thumbnail URL. This is the video’s thumbnail image that a user sees before they play the video.
Replace "S7 OGG video asset URL (no player)"
with the video’s progressive URL for OGG video.
Replace "S7 MP4 mobile progressive video asset URL (no player)"
with the video’s mobile progressive URL.
If you use a third-party video player or a custom built video player instead of a Dynamic Media Classic video viewer, you can obtain the direct video URL that works for HLS multi-bitrate video streaming or progressive download.
To deploy video using a third-party video player
To generate a direct HLS streaming video URL (multi-bitrate)
On the Application General Settings page, in the Servers group, in the Published Server Name text field, construct the direct URL using the following syntax: server/is/content/company/folder/filename.m3u8
For example, suppose the Published server name is https://s7d9.scene7.com/.
Using the syntax in step 2, the direct URL might look like the following:
https://s7d9.scene7.com/is/content/GeoRetail/AdobeRIA-AVS.m3u8
To generate a direct HLS streaming video URL (single bit rate)
On the Application General Settings page, in the Servers group, in the HLS Streaming Server Name text field, construct the direct URL using the following syntax:
server/company/folder/filename.ext.m3u8
For example, suppose the HLS streaming server name is https://s7mbrstream.scene7.com/hls-vod/
. Using the syntax in step 2, the direct URL might look like the following:
https://s7mbrstream.scene7.com/hls-vod/GeoRetail/MBR/ToyStory3\_Teaser1\_High\_iPad\_768x432\_1296K.mp4.m3u8
To generate a direct progressive video URL
On the Application General Settings page, in the Servers group, in the Progressive Video Server Name text field, construct the direct eVideo URL using the following syntax: server/company/folder/filename
For example, suppose the progressive video server name is https://s7d9.scene7.com/is/content/
. Using the syntax in step 2, the direct URL might look like the following:
https://s7d9.scene7.com/e2/GeoRetail/SourceVideo/outdoors.mp4
Dynamic Media Classic generates thumbnails for encoded videos, and pre-encoded videos. You can use video thumbnails like any image asset. Moreover, you can obtain URLs for the video thumbnails that Dynamic Media Classic generates and deploy these URLs outside Dynamic Media Classic. For example, you can deploy the thumbnails in search results, related video listings, and video play lists on a website.
Thumbnails are generated based on the first heterogeneous frame (not an all black frame, or an all white frame, and so forth) of the video.
Dynamic Media Classic generates video thumbnails automatically during the upload process. The thumbnails appear in the Browse panel in List view and Grid view.
To generate URLs for video thumbnails, perform a publish operation.
See Publishing video.
After publishing, you can obtain video thumbnail URLs in Detail View in the URLs and Embed Code panel. Click Copy URL to the right of the video thumbnail to copy its URL
The poster frame is the initial frame that appears in Video viewers before the video begins playing. Dynamic Media Classic uses video thumbnails as poster frames.
You can apply image modifiers to the poster frame. For example, you can crop the poster frame or make it transparent. To modify the poster frame, open the video viewer configuration screen and enter modifiers in the Poster Image Modifiers section.
See Adding or editing a video viewer preset.
See www.adobe.com/go/learn_s7_image_server_guide_en.
You can also modify video thumbnails by appending modifiers to video thumbnail URLs.