AMS 5 Stream to IOS and Flash HELP
I have been trying to follow the tutorials but must be missing something basic.
I am using Wirecast to send data to AMS 5 Pro.
In wirecast I am using the following:
Address: rtmp://MYSERVER/livepkgr
Stream: ABC123?adbe-live-event=liveevent
User Agent: FMLE/3.0
If I try to play the stream in Chrome or IE by using the following URL:
http://MYSERVER/hds-live/livepkgr/_definst_/liveevent/ABC123.f4m
I get this:
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<mimeType></mimeType>
<streamType>live</streamType>
<duration>0</duration>
<bootstrapInfo profile="named" url="../../../streams/livepkgr/events/_definst_/liveevent/ABC123.bootstrap"id="bootstrap2589"></bootstrapInfo>
</manifest>
If I try to use the correct URL for IOS, I also receive an error message.
I was finally able to get a stream going (forget where I found this code) by using the following in an HTML file:
<!DOCTYPE html>
<html>
<body>
<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= '&src=rtmp://MYSERVER/livepkgr/ABC123
&autoHideControlBar=true
&streamType=live
&autoPlay=true
&verbose=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='&src=rtmp://MYSERVER/livepkgr/ABC123
&autoHideControlBar=true
&streamType=live
&autoPlay=true
&verbose=true'
type='application/x-shockwave-flash'>
</embed></object>
</body>
</html>
However the above code does not work for an IOS device. So, what am I doing wrong that the tutorial URL's won't work correctly. I need to be able to use PC and IOS, so I would like if I could get the URL's given in the tutorial to work, or some code that would allow me to use what is working in the html example to be able to access IOS.
I can see where the stream is starting in:
C:\Program Files\Adobe\Adobe Media Server 5\applications\livepkgr\streams\_definst_\ABC123
