
RMTP Link Question
Im thinking about getting a premium account but I am doing some testing first.. I have been using AMS to live stream for a few weeks using the code below. But I am trying to figure out what the link syntax would be to put for the URL in the AD URL on the JWplayer Dashboard... I have tried everything with no luck. Sorry this question is coming from a RTMP dummy! :) sample code below
<div id="myElement">Loading the player...</div>
<script>// <![CDATA[
jwplayer("myElement").setup({
playlist: [{
image: "/uploads/myPoster.jpg",
sources: [{
file: "rtmp://dmv.samplesite.com/livepkgr/livestream?adbe-live-event=liveevent"
},{
file: "http://dmv.samplesite.com:8134/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8"
}]
}],
height: 360,
primary: "flash",
width: 640
});
// ]]></script>