Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

streaming from a different server doesnt work

4 replies [Last post]
Reply

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

Reply

Do you have a link?

Reply

I modified the file a little bit and it plays now but not pseudo-streaming. It loads the file and then starts.

the test link

http://***.rbc-chicago.tv/vod/010112am_test.html

Reply

I actually figured it out. I had to compile the h264 package for my centos server and it worked nice.

Reply

Cool, glad you got it.

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options