[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. (i.e. 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 (including the extension).
EXAMPLE URLS
rtmp://localhost/vod/mp4:mystream.f4v
rtmpe://192.168.0.1/vod/myvideo.flv
PLAYING VIDEO OVER HTTP OR RTMP
from the folder: /webroot/vod
Files in this folder can be played either by the protocols HTTP or RTMP
1)
[protocol]: you can use: http, rtmp, rtmpt, rtmpe, rtmpte, rtmps
2)
[servername]: this is the IP Address, or the domain name of your server. (i.e. localhost)
3)
[application]: use “vod” unless you have changed the name of the folder in the webroot
4)
[codecID]: (not used for http delivery)
for H264/mov/F4V use “mp4:”
or FLV files, do not specify a codecID
5)
[streamname]: use the name of your video file (including the extension).
EXAMPLE URLS
rtmp://localhost/vod/mp4:mystream.f4v
http://localhost/vod/mp4:mystream.f4v
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.