To view this page ensure that Adobe Flash Player version 10.3.0 or greater is installed.

SELECT A VIDEO FROM THE LIST BELOW
SOURCE: /applications/vod/media
> sample1_150kbps.f4v
> sample1_500kbps.f4v
> sample1_700kbps.f4v
> sample1_1000kbps.f4v
> sample1_1500kbps.f4v
> sample.flv
SOURCE: /webroot/vod
> hds_sample1_manifest.f4m
> rtmp_sample1_manifest.f4m
> sample2_1000kbps.f4v (http progressive)
> sample2_1000kbps.f4v (rtmp)
SOURCE: /applications/live
> livestream
 
STREAM YOUR OWN VIDEO
STREAM URL:
VOD
LIVE  
  URL Syntax: [protocol]://[servername]/[application]/[codecID:][streamname][.extension]  
 
 
RTMP STREAMING
from the folder: /webroot/vod
1) [protocol]: You can use the following protocols: rtmp, rtmpt, rtmpe, rtmpte, rtmps.
2) [servername]: This is the IP Address or the domain name of your server (for example, localhost).
3) [application]: Use "vod" unless you have changed the name of the folder.
4) [codecID]:
 

For H264/mov/F4V use "mp4:".
For FLV files, do not specify a codecID.

5) [streamname]: Use the name of your video file.
6) [extension]:
 

For F4V/MP4 files, specify a file extension.
For MP3 and FLV, do not specify a file extension.

  EXAMPLE URLS
  rtmp://localhost/vod/mp4:mystream.f4v
  rtmpe://192.168.0.1/vod/myvideo
 
HTTP DYNAMIC STREAMING
from the folder: /webroot/vod
1) [protocol]: HTTP
2) [server]: This is the IP Address or the domain name of your server (for example, localhost).
3) [application]:
 
For VOD
Flash: "hds-vod"
For LIVE
Flash: "/hds-live/livepkgr/_definst_/liveevent/"
4) [codecID]: Not required
5) [streamname]: The name of the MP4/F4V media file
6) [extension]: The extension of the media file + ".f4m.
  EXAMPLE VOD URL
  http://localhost/hds-vod/sample1_500kbps.f4v.f4m
  EXAMPLE LIVE URL
  http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m
  EXAMPLE LIVE PUBLISHING URLS (IN FLASH MEDIA LIVE ENCODER)
  a. AMS Server URL: rtmp://localhost/livepkgr
    Note: Publish the stream to the server over the RTMP protocol.
c. Stream Name (Single Bitrate): livestream?adbe-live-event=liveevent
d. Stream Name (Adaptive Bitrate): livestream%i?adbe-live-event=liveevent
 
 
EMBED CODE
 
Copy and paste the following code into an HTML file to embed the video player in a web page. Place the HTML page in the /webroot folder.
TIP: If you enter a Stream URL above, this embed code updates automatically.
 
<object width='640' height='377' id='SampleMediaPlayback' name='SampleMediaPlayback' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ><param name='movie' value='swfs/SampleMediaPlayback.swf' /> <param name='quality' value='high' /> <param name='bgcolor' value='#000000' /> <param name='allowfullscreen' value='true' /> <param name='flashvars' value='&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=rtmp://localhost/vod/mp4:sample1_500kbps.f4v&streamType=vod&autoStart=true'/> <embed src='swfs/SampleMediaPlayback.swf' width='640' height='377' id='SampleMediaPlayback' quality='high' bgcolor='#000000' name='SampleMediaPlayback' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer 'flashvars='&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=rtmp://localhost/vod/mp4:sample1_500kbps.f4v&streamType=vod&autoStart=true' type='application/x-shockwave-flash'> </embed></object>

 
 
Copyright © 2012 Adobe Systems Incorporated.   All rights reserved.
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.