Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

I just tested your stream out here – http://www.jwplayer.com/wizard/

It plays fine – rtmp://discovervideo.mpl.miisolutions.net/discovervideo-live-6/definst/mp4:du239w0

This question has received the maximum number of answers.