August 13th, 2011
Lately i noticed a gray border around the flash objects from on of my sites. I remember this problem from a few years ago with IE, however now it happened with Firefox.
Here’s an easy fix for this: add the following code to your CSS file to kill the border on focus:
object, embed {
outline: 0;
}
Posted in Flash | No Comments »
July 17th, 2008
Here’s another one:
Server detected a backward timestamp
FMS server went frozing , actually only some applications got frozen and this showed up in the fms logs.
This was a huge issue as there were lots of applications running on the server and finding the frozen ones and reloading them wasn’t an easy job.
I’ve done some research on this error and found what might have been the cause for it. Seams that - in my case at least - i have an autorecord script running on each application and if the stream from witch i record gets reset (play/reset status messages) causes this error to come up and eventually frozes the application as some point.
Solution: i had to rewrite the streaming code and avoid the play/reset on the recorded stream , also stop the record before such a status message came up. This seamed to solve my problem.
I’d love to hear from you if you have any information about this error.
Tags: Flash, Flash Media Server, flash media server, record, server, stream, timestamp
Posted in Flash Media Server | No Comments »
July 17th, 2008
Another day, another FMS issue.
Today the cpu load went over hills again and when checking the admin logs i stumbled into this error:
Assert failed in /util/TCProcess.cpp line 612
On a search on google i didn’t find any info about it.. actually no site came up in the search
Tried a server restart , changes in the conf , nothing helped.
I still don’t know exactly what might be causing this but eventually disabling the logs did slow it down. At least for today!
If any of you got the same error or/and have any information on this I’d love to hear about it.
Tags: assert, conf, Flash, flash media server, server, TCProcess
Posted in Flash Media Server | 164 Comments »