March 31, 2011
Problem:
Videos do not get streamed in Adobe Captivate projects.
Reason:
The URIs of the videos are specified incorrectly.
Solution:
The format of the URI depends on how the FLV or F4V file is nested within the ‘App’ folder on the server. The first two sections in this article explain the URI formats when the video files are placed directly under the App folder. The last section explains URI formats in scenarios where the files are placed within subfolders in the App folder.
Streaming FLV videosStreaming F4V videosVariations in the URI formats

Note: The format of the URI depends on how the FLV file is nested within the App folder. See this article for more information.
Example:
rtmp://mydomain.com/vod/spring.flv
After you insert the video, the Property inspector for the FLV object looks like this:


Important: The stream name for F4V videos should be prefixed with “mp4:”
Example:
rtmp://mydomain.com/vod/mp4:autumn.f4v
After inserting the video, the Property inspector of the F4V object looks like this:

Sometimes servers can be configured such that the sub folders can be present in the instance directory, in such cases the URI format is as shown below

In such cases, the folder or the file name after the instance name, must be prefixed with “mp4:” .
Example:If “my_fms” is the instance name:
rtmp://mydomain.com/vod/my_fms/mp4:subFolder/F4vName.f4vrtmp://mydomain.com/vod/my_fms/mp4: autumn.f4vIn such cases, the Property Inspector is not populated automatically with the correct data. So, after inserting the video, specify the correct stream name and the server URI in the Property Inspector.
Here is how the Property Inspector should look:

2. If no instance names are present, then the default instance name must be used by specifying “_definst_” after the “AppName” as shown below:

Sfolder1 is the name of the sub folder where the FLV is present.
FLVName is the name of the FLV without the extension.
Example:rtmp://mydomain.com/vod/_definst_/testfolder/testFLV
In such cases, the Property Inspector is not populated automatically with the correct data. So, after inserting the video, specify the correct stream name and the server URI in the Property Inspector.
Here is how the Property Inspector should look:


View the original article here