I used the setup below and it worked nice if i stream from the same server(server #1). I would like to move some of the files to a different server(server #2) due to space but the player wont read the file on the other server(server #2).
I also placed on server #2 a crossdomain.xml file but still not working.
jwplayer("mediaplayer").setup({
'flashplayer': "scripts/player.swf",
'author': 'Romanian Baptist Church of Chicago - Video Department',
'file': "mp4:http://www.rbc-chicago.org/video/2012/rbc_01_01_12_am_HiRes.m4v",
'title': 'Video on Demand',
'displaytitle': 'true',
'skin': 'scripts/skin/glow.zip',
'streamer': "rtmp://stream.s15.mediaserve.com/rbc",
'autostart': 'true',
'controlbar.idlehide': 'over',
'controlbar': 'bottom',
'width': '640',
'height': '380',
'wmode': 'opaque',
'allowscriptaccess':'always',
'stretching':'fill',
'image': 'images/thumbnail.png',
'logo.file': 'images/watermark.png',
'logo.link': '#',
'logo.timeout': '30',
'logo.position': 'top-left',
'logo.linktarget': '_blank',
'logo.margin': '8',
'logo.over': '1',
'logo.out': '0.5',
'logo.hide': 'true',
'abouttext': 'rbc-chicago.org',
'aboutlink': '#',
'plugins': {'timeslidertooltipplugin-2': {displayhours:true}},Any idea ?
Thank you
Do you have a link?