F4M document contains errors - URL missing from Media tag
I feel like I'm getting close to finally get a live stream to work correctly in 4.5
I can see the streams being recorded in the following directories
C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent1
C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent2
C:\FMSHOME\applications\livepkgr\streams\_definst_\liveevent3
Each directory contains five files: bootstrap ,control, meta, f4f, and f4x.
I have a single file called Event.xml in the directory: C:\FMSHOME\applications\livepkgr\events\_definst_\liveevent
<Event>
<EventID>liveevent</EventID>
<Recording>
<FragmentDuration>4000</FragmentDuration>
<SegmentDuration>16000</SegmentDuration>
<DiskManagementDuration>3</DiskManagementDuration>
</Recording>
</Event>
However the client player receives the exception F4M document contains errors - URL missing from Media tag.
If this file is dynamically generated on the fly by the server what do I need to change to resolve this issue?
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab##version=10,0,0,0"
width="600"
height="409">
<param name="movie" value="StrobeMediaPlayback.swf"></param>
<param name="FlashVars" value="src=http://myserver/hds-live/livepkgr/_definst_/liveevent.f4m"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="StrobeMediaPlayback.swf"
type="application/x-shockwave-flash"
allowscriptaccess="always"
allowfullscreen="true"
width="600"
height="409"
FlashVars="src=http://myserver/hds-live/livepkgr/_definst_/liveevent.f4m">
</embed>
</object>
Thanks Again!
Dave
