Macromedia Flash Server - FLV not playing in Macs

This is Interesting: Free IT Magazines  
Home > Archive > Macromedia Flash Server > June 2005 > FLV not playing in Macs





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author FLV not playing in Macs
Mark Leder

2005-06-21, 7:49 am

I've seen a few other sporadic posts in Google about this, but haven't been
able to resolve.
I have a number of flvs being hosted on FCS. Using Proxus FLV player for
the browser. Original DV format was converted to QT, then converted to FLV
using Squeeze 4.1 Pro. 512K rate. All movies play fine in Windows,
regardless of browser. None of the movies play with Mac Firefox or Mac IE
(not sure about Safari yet), The users complain that the black screen just
sits there, with the buffering phrase blinking - it acts like it won't
connect.

These are hi-speed users. I saw something in MM docs about changing
absolute URL writing from "http://mymovie/somefolder/somefile" to
<http://mymovie:somefolder:somefile> http://mymovie:somefolder:somefile.
(using colons instead of forward slashes)

Wondering what other options there are, or if this "solution" from MM
actually works.

BTW: Here's the URL (site is currently under development):

http://www.mypersonalbrilliance.com...ntations/video/

Thanks,
Mark


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Clarke Bishop

2005-06-21, 7:49 am

Yes, for a Mac, you have to replace the "/" with ":". The only way I've
found around this is to do the code replacement shown below:

var flashOS = flashPlayerVer.split(" ",1);
if (flashOS[0] == "MAC") { //Values should be WIN. MAC, or UNIX
vidToPlay = vidToPlay.split("/").join(":");
}

Hope this helps...

Clarke

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Mark Leder
Sent: Tuesday, June 21, 2005 8:08 AM
To: 'FlashComm Mailing List'
Subject: [FlashComm] FLV not playing in Macs

I've seen a few other sporadic posts in Google about this, but haven't been
able to resolve.
I have a number of flvs being hosted on FCS. Using Proxus FLV player for
the browser. Original DV format was converted to QT, then converted to FLV
using Squeeze 4.1 Pro. 512K rate. All movies play fine in Windows,
regardless of browser. None of the movies play with Mac Firefox or Mac IE
(not sure about Safari yet), The users complain that the black screen just
sits there, with the buffering phrase blinking - it acts like it won't
connect.

These are hi-speed users. I saw something in MM docs about changing
absolute URL writing from "http://mymovie/somefolder/somefile" to
<http://mymovie:somefolder:somefile> http://mymovie:somefolder:somefile.
(using colons instead of forward slashes)

Wondering what other options there are, or if this "solution" from MM
actually works.

BTW: Here's the URL (site is currently under development):

http://www.mypersonalbrilliance.com...ntations/video/

Thanks,
Mark


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm




=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Mark Leder

2005-06-21, 7:49 am

Using the FCS Player from proxus they embed the video directory statement as
a parameter:

rtmp://vod.mysite.com/myvideoFolder/

How would this be re-written to accommodate the ":".

I'm asking because I have no way to test in a Mac.

Thanks for your help.

Mark

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Clarke Bishop
Sent: Tuesday, June 21, 2005 8:20 AM
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] FLV not playing in Macs

Yes, for a Mac, you have to replace the "/" with ":". The only way I've
found around this is to do the code replacement shown below:

var flashOS = flashPlayerVer.split(" ",1);
if (flashOS[0] == "MAC") { //Values should be WIN. MAC, or UNIX
vidToPlay = vidToPlay.split("/").join(":"); }

Hope this helps...

Clarke

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Mark Leder
Sent: Tuesday, June 21, 2005 8:08 AM
To: 'FlashComm Mailing List'
Subject: [FlashComm] FLV not playing in Macs

I've seen a few other sporadic posts in Google about this, but haven't been
able to resolve.
I have a number of flvs being hosted on FCS. Using Proxus FLV player for
the browser. Original DV format was converted to QT, then converted to FLV
using Squeeze 4.1 Pro. 512K rate. All movies play fine in Windows,
regardless of browser. None of the movies play with Mac Firefox or Mac IE
(not sure about Safari yet), The users complain that the black screen just
sits there, with the buffering phrase blinking - it acts like it won't
connect.

These are hi-speed users. I saw something in MM docs about changing
absolute URL writing from "http://mymovie/somefolder/somefile" to
<http://mymovie:somefolder:somefile> http://mymovie:somefolder:somefile.
(using colons instead of forward slashes)

Wondering what other options there are, or if this "solution" from MM
actually works.

BTW: Here's the URL (site is currently under development):

http://www.mypersonalbrilliance.com...ntations/video/

Thanks,
Mark


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm




=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm




=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com