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

Forums

/

Cloud streaming doesn`t work in Chrome and Mozilla

12 replies [Last post]
Reply

Hello,

I`ve got a problem with jwplayer streaming media from a cloud server. Jwplayer streams media just fine in IE, but in mozilla doesn`t work. In chrome I`ve managed to turn of the https and use http protocol and it streams but it`s not a viable option.

Is this a Jwplayer issue or a cloud one ?
Here is my jwplayer implementation :

                  jwplayer('mediaspace').setup({
                  flashplayer: '<%= playerPath %>',
                  file:'<%= filePath %>',
                  image:'<%=imagePath %>',
                  height: '<%=Height %>',
                  width:  '<%=Width %>',
                  autostart:'true',
                  skin: '<%= SkinPath %>',
                  screensPath: 'flash/'
                 <%= prevSec!=0?",duration:'"+prevSec+"'":"" %>
                 });
Reply

Any help would be greatly appreciated !

With regards,
Catalin

Reply

Do you have a link?

Reply

Hey,

Here is a link to a video of ours.

www [dot] fargotube [dot] com/new/view [dot] aspx?3723

With regards,
Catalin

Reply

http://fargotube.com/new/view.aspx?3723

Gives me this error:

Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /new/view.aspx

Reply

We use subdomains so please use www . fargotube . com/new/view.aspx?3723

Reply

When I add the www, your site never loads...

Reply

Well try this then, without the www.

http://soldiercominghome.fargotube.com/new/view.aspx?5805

The song never loads in Mozilla and Chrome, but it does load in IE.

Reply

Under:

autostart:'true',

Add:

provider:'sound',

Reply

Adding provider:'sound', the media now loads but there is no sound and the time of the played media file goes by real fast, like 1 second = 5 seconds.

Reply

1) You need a crossdomain.xml fie - http://cloudonestorage.peer1.com/crossdomain.xml

Information - http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html

2) Firebug says that your file is this content type - application/octet-stream

I don't think that's a correct MIME-TYPE.

Reply

Hey,

Could it be that Firefox and Chrome don`t support .m4a and .mp4 MIME types out of the box ? Because in IE any type of media plays.

If so, adding those MIME types to the IIS would fix the problem ?

Regards,
Catalin

Reply

It might be, and yes, you absolutely need those MIME-TYPEs.

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