
RTMP single url stream formatting question
Hi:
I'm having trouble converting the syntax of a stream format to a single url and getting it to work. This works just fine:
<script type="text/javascript">
jwplayer("mediaspace").setup({
flashplayer: "jwplayer/player.swf",
file:"mp4:du239w0",
streamer: "rtmp://discovervideo.mpl.miisolutions.net/discovervideo-live-6/_definst_/",
width: 960,
height: 540
});
</script>
but this does not:
<script type="text/javascript">
jwplayer("mediaplayer").setup({
height: "540",
width: "960",
file: "rtmp://discovervideo.mpl.miisolutions.net/discovervideo-live-6/_definst_/mp4:du239w0.mp4",
image: "siteart/live_poster.jpg",
autostart: true,
controlbar: 'none',
mute: false
});
</script>
Urls are:
http://oepreview.nos.noaa.gov/okeanos/media/exstream/exstream.html
http://oepreview.nos.noaa.gov/okeanos/media/exstream/exstream-080814.html
any help would be greatly appreciated.
Thanks,
James