Flash hangs on any cbc.ca/video site
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
firefox-3.5 (Ubuntu) |
Fix Released
|
Medium
|
Micah Gersten |
Bug Description
Binary package hint: firefox-3.5
Flash does not work on the CBC site.
Navigate to http://
This is the same in Jaunty and Karmic as of today 2009/10/19
Firefox 3.5 or in 9.04 Firefox 3.0 and flash version Mozilla, Firefox, SeaMonkey 10.0.32.18
Other sites such as Youtube and BBC seem to play.
ProblemType: Bug
Architecture: i386
Date: Mon Oct 19 14:54:38 2009
DistroRelease: Ubuntu 9.10
Package: firefox-3.5 3.5.3+build1+
ProcEnviron:
LANG=en_CA.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-14-generic i686

George Farris (george-gmsys) wrote : | #1 |
- Dependencies.txt Edit (3.4 KiB, text/plain; charset="utf-8")
- ExtensionSummary.txt Edit (1.1 KiB, text/plain; charset="utf-8")
- XsessionErrors.txt Edit (3.5 KiB, text/plain; charset="utf-8")
- default_profile_pluginreg.dat.txt Edit (8.2 KiB, text/plain; charset="utf-8")
- profiles.ini.txt Edit (177 bytes, text/plain; charset="utf-8")

Evan Huus (eapache) wrote : | #2 |
Changed in firefox-3.5 (Ubuntu): | |
status: | New → Confirmed |

Micah Gersten (micahg) wrote : | #3 |
Thanks for reporting this bug and any supporting documentation. Since this bug has enough information provided for a developer to begin work, I'm going to mark it as Triaged and let them handle it from here. Thanks for taking the time to make Ubuntu better! Please report any other issues you may find.
Changed in firefox-3.5 (Ubuntu): | |
assignee: | nobody → Micah Gersten (micahg) |
importance: | Undecided → Medium |
status: | Confirmed → Triaged |

Jan Claeys (janc) wrote : | #4 |
If you have any extensions installed, please try again without those enabled ('firefox -safe-mode' runs firefox without extensions)?
I have found that some extensions like NoScript implement a more strict "same origin policy" than most other browsers, and this breaks a lot of sites.
Or try with Midori or another webkit-based browser?

Daniel Robitaille (robitaille) wrote : | #5 |
I have the same problem in Google Chrome. And using Flash 9 instead of Flash 10 also didn't make a difference.

Daniel Robitaille (robitaille) wrote : | #6 |
I just tried it using Firefox 3.0.14 on an Ubuntu 8.04.3 system, using Flash 10, and the videos on that web site didn't play. Could it be that cbc.ca is blocking video access for people using OS not named Windows and OSX?

George Farris (george-gmsys) wrote : | #7 |
I just tried all sorts of user agent strings with this and it doesn't make any difference.
These are what I tried:
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20091020 Ubuntu/9.10 (karmic) Firefox/3.5.3"
"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3"
"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)"
None of them work on Ubuntu 9.10. Firefox on a Windows or a Mac machine does work.

Darcy Casselman (dscassel) wrote : | #8 |
Confirmed using Midori and Firefox 3.5 on Ubuntu 9.10 amd64.
The flash "Uberplayer.swf" component starts. It just doesn't show a video. I'm inclined to call this a Flash problem, not a Firefox problem. Flash doesn't exactly "hang" as the volume indicator still works.

Russell McOrmond (russell-flora) wrote : | #9 |
I sent a note to CBC via http://
Funny -- I watch a fair number of videos at http://

Tarek Loubani (tareko) wrote : | #10 |
This bug seems to have gone from bad to worse. Initially, I could at least see the flash site, and would not be able to see video played. Now, I don't see anything but black. I also contacted the CBC as Russell did.
For now, I use firefox via wine, and that works fine.
tarek : )

Russell McOrmond (russell-flora) wrote : | #11 |
The folks at Spark gave me the name of Jeff Ulster as someone who might be in the right group to fix this. I've now sent him a message as well. Will report back (or maybe Jeff will on this site).

hidinginthemountains (hidinginthemountains) wrote : | #12 |
confirmed in Intrepid Ibex as well...

Kat (uniquegeek) wrote : | #13 |
I see the control buttons, but the screen is black.
Have just upgraded to Ubuntu 9.04, forced install of Firefox 3.5, and even went forward with Adobe Flash 10.1 (instead of 10.0.xx), and it still doesn't work. I sent an email to CBC when it stopped working. I noticed it right away (a couple months ago) because I was in the middle of watching a new series I was into. When I had gone into my history, I noticed the URLs of the shows had changed too. Not sure if they were using "Uberplayer" before; regardless, that seems to be the issue now because all of the other flash on their site works for me.
I've tried disabling any add-ons, and even uninstalling them at one point, and that did not help at all.
I've just sent CBC a polite email too with the jist of "please make your content accessible and standardized, there is no reason for it not to be".

Tyson Whitehead (twhitehead) wrote : | #14 |
Ran into this same problem. One of the show specific sites had the current episode embedded right into it though, and clicking on it worked, so I snagged the packets and (after quite a bit of mucking about) managed to figure out how to use flvstreamer with "http://
It's a bit of a pain, but I don't see any other options until they fix it (maybe someone will script it all up nice like what I understand has been done for the BBC site). Anyway, here's the steps (you have to be in Canada for this to work)
1 - Right click on the video selector thumbnail under "http://
2 - Paste the "http://
3 - You will get an XML document that has a "<url>rtmp:
4 - Quickly run (you only have 5-10s before the url expires)
flvstreamer -y <PLAYPATH> -r <URL> -o <FILE>
where <PLAYPATH> is the bit after <break> minus the ".flv" extension from the url component, <URL> is the bit before the <break> from the url component, and <FILE> is whatever you want to save the stream as.
5 - Once it completes downloading, you can run
mplayer <FILE>
to watch it (or do whatever you do to watch .flv files).

Terribly.Important.Person (terribly-important-person) wrote : | #15 |
The same is happening to me under 32-bit Ubuntu 9.10, Firefox 3.5.5 and Flash version 10.0.32.18.

hidinginthemountains (hidinginthemountains) wrote : | #16 |
Tyson, thanks, I'll be trying that. I'm no genius at this stuff, but would there be a way to script/automate that?

PaulNorth (pmsales) wrote : | #17 |
It would not seem to be a technical problem at all....
I emailed CBC on behalf of us Linux users, and I got this reply.
"Dear Paul,
We have checked with our technical staff, and unfortunately, as you point out, the new Flash player we are installing does not work on Linux systems. However it
does work on almost all other systems, including Windows and Mac. The number of systems that could not see the video in our new player is likely around the 1%
or less range.
We are not in a position to develop any workaround that would prevent revenue from being generated when users watch video on cbc.ca. Funding for CBC from
the government of Canada has not been growing, and the funds from Parliament (less than $40 per Canadian taxpayer per year) only cover part of the Corporations
broadcasting operations. I'm sorry you did not get an earlier response from CBC."
Parker Bishop
Communication Assistant
CBC Audience Relations
So, this seems to mean that - as a matter of policy, they refuse to "develop any workaround" unless they can make money from it.
I sense the cold, grasping hand of our ideologically hysterical Conservative government in this.

Tarek Loubani (tareko) wrote : | #18 |
Wow. This is in equal parts disappointing and infuriating.
Do we have any real idea what the incompatibility is? Perhaps if we offer a fix, that would save them the excuse of "we don't have time/money to fix it". In the meantime, I think the best way forward is to keep writing and to also try to come up with an easy-to-use workaround, such as with scriptmonkey.
tarek : )

Tarek Loubani (tareko) wrote : | #19 |
Tyson: Does your system still work? When I try it, I don't get any full URLs that can be entered. I only get:
javascript:
Entering:
http://
gets an empty page with:
Media is not available
tarek : )

George Farris (george-gmsys) wrote : | #20 |
Okay thats BS at best. $40 times even a conservation estimate of 15,000,000 tax payers is a LOT of money.
I guess it's time to mail some MP's
Can anyone with any pull get a story up on Slashdot?
So back to reality this is a large problem for the Linux desktop. New users try sites and it doesn't work.
The viewing of content is such a large part of whats happening that work on this is important.
I have tried to file a bug report with Adobe but as one can expect...nothing heard.
Die flash...die, die, die.
Anyone have any suggestions?

Russell McOrmond (russell-flora) wrote : | #21 |
I think people should also contact the people at http://
It may be appropriate to carbon copy letters to MPs to the CRTC which is supposed to regulate interoperable standards by broadcasters. Part of the problem is that we're still waiting for HTML5 and the latest I heard is that the CODEC issue was never solved (IE: there wasn't an open interoperable common denominator set).

Tarek Loubani (tareko) wrote : | #22 |
Here's a hack for now:
Please check out the source code and disseminate widely or suggest fixes:
http://
Also, I've attached the file here.
tarek : )

Tarek Loubani (tareko) wrote : | #23 |
- Bypass of CBC Video player limitations within GNU/Linux Edit (1.9 KiB, application/x-httpd-php)
Please suggest patches and disseminate widely.

none (ubuntu-bugs-nullinfinity-deactivatedaccount) wrote : | #24 |
Thanks for the workaround, Tarek - that works fine. Could you please explain what the issue is?
Maybe the CBC is able to fix their site if they're told what to do. :)

Tarek Loubani (tareko) wrote : | #25 |
The error appears to be in the java code that's wrapped around the player and the way that it's passing (or not passing) parameters to the player.
Incidentally, I think I know why the fix is a non-starter for the CBC: It appears to not honour the Canada-only region blocking, which they've obviously implemented in java/ JS before it gets to the flash player.
tarek : )

Russell McOrmond (russell-flora) wrote : | #26 |
I would think fixing their code so that people would go directly to their site rather than through a wrapper would be a pretty high priority. There is now code circulating (here and likely other places now) that make it easy for less technical people to bypass the geo-blocking.
Maybe your specific fix is a non-starter, but fixing this and keeping their geo-blocking is likely quite easy.

Tarek Loubani (tareko) wrote : | #27 |
Obviously agreed. Is somebody willing to contact CBC directly? I am happy to help them make their code work, so feel free to volunteer me.
tarek : )

Tarek Loubani (tareko) wrote : | #28 |
p.s., I have already emailed stating the same thing previously.

Stephen Rasku (ubuntu-srasku) wrote : | #29 |
Someone should call CBC audience relations. The number is 1-866-306-4636.

superdan006 (shortyssoldier2nd) wrote : | #30 |
Just to add what to Stephen has stated:
The customer service line is available Monday to Friday from 9:00am to 5:00pm for all timezones. It is not open on statutory holidays.
Tarek, you did an awesome job!
I brought this up on the UbuntuForums if anyone cares to add to anything I said. http://
Hopefully, this information can get to other people trying to use the cbc video website.

devere (devere15th) wrote : | #31 |
Nice workaround Tarek!
While I still use Windows for office stuff, I enjoy my amd64 laptop much more knowing that I can use a 64 bit Adobe Flash for CBC, like I do for BBC, MSNBC, ABC and CTV through the Ubuntu partition.
In this respect, it is not just an o/s issue - it is also a chip issue

WayneBrady (b643142) wrote : | #32 |
FWIW, someone posted a python script for watching videos from the CBC site on reddit.
http://

Tyson Whitehead (twhitehead) wrote : | #33 |
Looks like there may be alternative solutions now, but in case anyone cares about an update on how to download them via flvstreamer (they changed some stuff after my previous post and I don't seem to be being emailed updates to this thread).
1- You have to get the feedPID. Goto http://
var feedPID = "<a while bunch of alphanumeric garbage>"; // <some more alphanumeric garbage>
The bit in the quotes is the feedPID.
2- Then you have to query cbc.feeds.
http://
?PID=<feedPID>
&contentCustomF
&contentCustomF
&contentCustomF
&field=URL
&query=
&query=
&query=
where <feedPID> is replaced with the feedPID from above (without the quotes), <searchterms> is the comma separated list of words you want to search for (or you can use "&query=
3- This should uniquely locate your show and return you the URL in JSON format (it will be something like "http://
4- Going to this URL, and it will return an XML document that has a "<url>.
5 - Quickly run (you only have maybe up to 30s before the URL expires)
flvstreamer -y <PLAYPATH> -r <URL> -o <FILE>
where <PLAYPATH> is the bit after <break> minus the ".flv" extension from the url component, <URL> is the bit before the <break> from the url component, and <FILE> is whatever you want to save the stream as.
6 - Once it completes downloading, you can run
mplayer <FILE>
to watch it (or do whatever you do to watch .flv files).
PS: For what it is worth, there are actually a whole bunch of different items you can search on (that is what they query lines do) and information you can return (that is what the other lines do) in step 3. See the getReleaseList function and friends in the javascript running the CBC video sight at http://

Tyson Whitehead (twhitehead) wrote : | #34 |
Here's a complete example. Say you missed the latest episode of the "The Hour" and wanted to watch it.
1- You go to http://
feedPID=
searchterms=
season=6
episode=79
2- You construct the URL to query cbc.feeds.
http://
As an alternative, you can also query by the ID shown on the video link on CBC site. In this case it is javascript:
3- Running either of these queries by going to the URL returns you the requested information (show, seasonNumber, EpisodeNumber, and URL) in JSON format. The URL is really the only important part here (I only included the rest to make sure that I was actually getting the show I wanted), and, in this case, it is
4- Going to this URL gets you the XML document containing the information you need for flvstreamer. Specifically
rtmp://
and
netstorage/
5- Then quickly (before the link expires) run
flvstreamer -r 'rtmp:/
(note that the quotes are necessary to stop you shell from acting on the &s)
6- Once it completes, load "The_Hour-

lunomad (damon-metapaso) wrote : | #35 |
Thanks Tarek. You rock.

danguy (dans-spam) wrote : | #36 |
I've been using this bookmarklet for a while. It takes the video you are tying to watch at http://
1) Create a bookmark for
javascript:
2) Go to http://
3) Activate the bookmarklet. You will be redirected to the Dragons' Den video website.
4) Click the play button inside the Dragon's Den player. Your chosen video will play.
Hopefully this workaround is helpful to others.

Darcy Parks (darcy-darcyparks) wrote : | #37 |
danguy, your bookmarklet is great!

mgl (mgleahy) wrote : | #38 |
This same problem seems to have struck GlobalTV.com. Check out http://

Daniel Robitaille (robitaille) wrote : | #39 |
mgl, the only workaround I found was, in Ubuntu Lucid, to install wine 1.2 + windows's firefox 3.5 + windows's flash 10. As long as you make sure that graphics acceleration is turned off in that version of Flash for Windows, videos on both Global and CBC work fine for me. And the quality is surprisingly good for an wine process, even on this underpowered 5-year-old laptop.
Global used to work fine in Ubuntu in native mode, but they semi-recently changed the way they present ads, and that's what seems to have broken it.

George Farris (george-gmsys) wrote : | #40 |
Okay this problem seems to be reaching more sites. This is going to become a show stopper for a lot of people using Ubuntu and Linux in general unless we (and I'm sorry I don't include me in that, I'm not that smart:-))
Can we elevate this bug to an high or urgent level please. We just can't have web content not work in this day and age.
Thanks for considering this.

PC-load_letter (m-cohomology) wrote : | #41 |
This is confirmed on Karmic both 64, and 32bit systems, running Firefox, Chromium and Opera.
This problem may be a deal breaker to a lot of people, and it definitely screws up the experience for someone like me who uses Ubuntu exclusively.
I concur the status should be moved to high.

Christopher (soft-kristal) wrote : | #42 |
For what it's worth, you can also keep a tab open with this URL and just add the clip ID after the =. It works for other CBC clips as well, but you have to change the =News bit.
http://
It bugs me as well, and undermines the credibility of the browser, even if it's another example of webmasters ignoring the growing popularity of Ubuntu and other Linux distros.
I also have Firefox in Wine, where there are no issues at all.

Anastasia (galoobglaz) wrote : | #43 |
Thank you Tarek for identifying the source of this problem. Danguy, your bookmarklet worked for me as well. I can watch CBC videos now. Is it possible to create similar workaround for other cites that dont work. GlobalTV is the one I am particularly interested in.
It really pisses me off that CBC and GlobalTV would be so ignorant about the Linux community. I hope that they fix this issue soon. Meanwhile if someone finds an easier workaround for GlobalTV, please share it.
I agree that this is a real show stopper ... specially for new users.

D. Hugh Redelmeier (hugh-mimosa) wrote : | #44 |
I assume that this is the wrapper: www.cbc.
I don't know much about flash. I did a swfdump (from swftools) on it. I got a set of warnings:
Warning: Invalid jump instruction "jump" from 60 to 143 (120)
Warning: Invalid jump instruction "jump" from 118 to 128 (125)
Warning: Invalid jump instruction "jump" from 152 to 182 (179)
Warning: Invalid jump instruction "jump" from 48 to 58 (55)
Warning: Invalid jump instruction "jump" from 39 to 111 (83)
Warning: Invalid jump instruction "jump" from 94 to 205 (192)
Warning: Invalid jump instruction "jump" from 642 to 756 (744)
Warning: Invalid jump instruction "jump" from 41 to 192 (171)
Warning: Invalid jump instruction "jump" from 91 to 100 (97)
Warning: Invalid jump instruction "jump" from 237 to 360 (353)
Warning: Invalid jump instruction "jump" from 12 to 133 (125)
Warning: Invalid jump instruction "jump" from 131 to 148 (142)
Warning: Invalid jump instruction "jump" from 163 to 176 (174)
I wonder if this is a bug in swfsdump or UberPlayer.
Does someone have a tool to debug Flash code?

Howard Eisenberger (r-launchpad-fu9z-ncf-ca) wrote : | #45 |
I finally got Tyson's method using flvstreamer to work (message #34). The trick is to cut and paste
really fast. It would be handy to have a script for this.

paulfrottawa (paul-belair) wrote : | #46 |
I had this problem fixed once with freebsd. The thing I did in that install was some settings in a file. Witch one I can't remember.
It was when I install gnome2-fifth-toe and one of the compile messages while it compiled said to do a certain thing. I see lots of these messages some times and cut and copied the ones I see. Well it work flawlessly that build.
Now if I can just save my compile info and read through it to find out witch port needs the fix.

paulfrottawa (paul-belair) wrote : | #47 |
PS: I dought I'll remember my password here. I don't use numbers normally and only use 8 digits for my bank account.

paulfrottawa (paul-belair) wrote : | #48 |
PS: I think it would be easier if I just picket CBC to fix their flash for the Free operating systems. Why is Mac and Microsoft so flawless.
I'll have you all note while posters where complaining to adobe about flash I was complaining to ctv, cbc, and anyone who offered flash to use something different or fix it.

Reinhard Fehling (riverrunner1955) wrote : | #49 |
I am running Lucid Lynx on my desktop and it's very frustrating to not be able to just click and watch a CBC video.
However, when I click on a CBC video on my netbook running Jolicloud (a netbook distro based on Ubuntu Netbook Remix), it displays perfectly. What's the difference I wonder? I'm running Firefox in both distro's with the same add-ons installed.

Tarek Loubani (tareko) wrote : | #50 |
Really? If Jolicloud does it, could we test against other distros like redhat, gentoo, etc? I suspect this has to do with the java VM. Could you verify the versions of that?
tarek : )

Reinhard Fehling (riverrunner1955) wrote : | #51 |
I don't have Java installed at all in Jolicloud on my netbook. Guess I don't need it (yet) for what I do or where I go. I have it installed on my desktop computer running Ubuntu Lucid Lynx.

Tarek Loubani (tareko) wrote : | #52 |
Hmm. Interesting. I think it means that my theory that the problem is due to java (and not, say java script or whatnot) is probably inaccurate. I will try to install Jolicloud on a virtual machine and see if that flies.
Are there any other distributions people can test? Redhat? etc?
tarek : )

Stephen Rasku (ubuntu-srasku) wrote : | #53 |
It hangs for Firefox 3.0.2 on Red Hat/CentOS 4.7. I don't know how useful that is since it's an old version of both the OS and the browser.

Evan Huus (eapache) wrote : | #54 |
Given that this has been confirmed on many different browsers on both 32 and 64 bit systems, I think it's pretty clear that this is an issue with flash, and thus not something we can really hope to fix ourselves.
Has anyone been in contact with adobe about this?

Tarek Loubani (tareko) wrote : | #55 |
Actually, it's pretty clear that it's not a flash problem, or otherwise the fix wouldn't work. This is a problem in the wrapping html / javascript / java, which is why it would be nice to isolate the issue. More specifically, I think the problem code has to do with geolocating the host, since the fix also disregards those locks. However, on that note, Reinhard: which version of flash runs on jolicloud? From the website I can't tell.
I think it's obvious that CBC needs to be involved to make a definitive (and probably quite easy on their part) fix. Until then, there's nothing wrong with figuring out why one linux distro works when others don't.
tarek : )

Howard Eisenberger (r-launchpad-fu9z-ncf-ca) wrote : | #56 |
Personally, if Flash had worked from the get go (I tried both Debian and Solaris 10 and did comment to the CBC),
I probably would not have looked so hard to find a way to watch the videos without Flash. Thanks to Tyson, I was
finally able to get flvstreamer to work. See messages #34 and #45. I have since written my own crude bash script.

Tarek Loubani (tareko) wrote : | #57 |
To reiterate one last time: This is *NOT* a flash problem in any sense. The Flash player works fine once the parameters are passed to it. This is a problem of the surrounding programming that passes the parameters. Most specifically, the programming that has to do with whether you are geographically located in Canada (I think). This is why the bypass I wrote works - it passes the one changing parameter (clip ID) without any other garbage. Initially, I thought the problem had to do with the geolocation code being java-based, but Reinhard Fehling's report of a system with no Java where it works makes that very unlikely.
The new most likely candidate is poorly coded javascript.
tarek : )

Reinhard Fehling (riverrunner1955) wrote : | #58 |
Tarek:
I checked my netbook Firefox 3.6.3 Add-ons in Jolicloud and I'm running Shockwave Flash 10.1 r53 and CBC videos all display perfectly :)
I checked with a java tester site to make sure and I definitely don't have Java installed.
In my desktop Lucid Lynx Firefox 3.6.3 Add-ons I have Shockwave Flash 10.0 r45 installed. Running Java 1.6.0_18. CBC videos don't work :(

Tarek Loubani (tareko) wrote : | #59 |
Eureka!
A few things to say:
1. Howard Eisenberger: I apologize. It *is* flash
2. CBC Video works with 10.1 r53! I am using it even in x64 (probably will be unstable). Installation instructions (I modified for the most recent RC4):
http://
3. Bonus: Global works with 19.1 r53
Is this a total win?
tarek : )

Howard Eisenberger (r-launchpad-fu9z-ncf-ca) wrote : | #60 |
Apologize to me? What for? It's a double whammy as far as the CBC rtmp videos go,
since they now work with Adobe Flashplayer (I'll take your word for it) as well as without
the Flashplayer using flvstreamer.

Russell McOrmond (russell-flora) wrote : | #61 |
Do we have any sense when the new 10.1 r53 will be out of beta, and able to become standard with Ubuntu/etc? It is one thing for us geeks to know how to watch CBC videos. It is another to allow it to work for my mother as well (I don't want custom stuff on her machine, to make administering from remote easier).

Jack D (jdonohue654-ubuntu) wrote : | #62 |
FWIW, the url http://
I'm running a fully up-to-date Lucid with:
firefox 3.6.3+nobinonly
flashplugin-
flashplugin-nonfree 10.1.53.

Evan Huus (eapache) wrote : | #63 |
I'm going to set this to fixed, since Flash 10.1 had earlier been confirmed to fix the problem, and seems to have done so now that it is released.
Changed in firefox-3.5 (Ubuntu): | |
status: | Triaged → Fix Released |

cfriedt (chrisfriedt) wrote : | #64 |
Don't feel too bad Ubuntu'ers.
Their site doesn't work on Mac OS X (Chrome,
The only moment when the CBC video site had ever worked for me on my relatively new MBP was the day that I bought it, before any system updates were installed.
The CBC should really just hire somebody to redesign their site who has a clue.

Tarek Loubani (tareko) wrote : | #65 |
The problem is sorted in Ubuntu since ~2010 May.
But of course I agree it would be nice to move from Flash to something more open.
Obviously, Ubuntu is installable on your mac.
tarek : )

Ian Ward (ian-excess) wrote : | #66 |
This problem has returned.
adobe flash version: 11.2.202 on ubuntu 10.04 and 12.04 don't work with CBC videos. For some reason the bundled version of flash that comes with google chrome (have to disable the system plugin) gets a little further even though it's the same version (11.2.202)
However, an older flash version 11.1.102 on ubuntu 11.10 *does* work. Now I have to figure out how to downgrade my other flash versions.

Ian Ward (ian-excess) wrote : | #67 |
Sorry for the noise. Seems to be working again in all versions. Maybe a glitch on their end?
I can confirm this in Jaunty and Karmic 64-bit. Setting status to confirmed.