Media Server :: Error: Missing ; Before Statement: Var __CONFIG__.isConfigLoaded = False
Dec 8, 2009
I have installed FMS 3.5 (by download from Adobe's site) I am trying to develop a simple chat application.It's quite strange that why the following error is producing
main.asc: line 4: SyntaxError: missing ; before statement: var __CONFIG__.isConfigLoaded = false;
[Code]...
View 1 Replies
Similar Posts:
Mar 30, 2012
'URL missing from Media tag' on FMS4.5 HTTP Live Stream playback.I have spent a whole day trying in vain to publish f4m live http streams from FMLE using FMS 4.5, and almost everything I try results in the error .The F4M document contains errors URL missing from Media tag...in both Flash Media Playback and the fms videoPlayer app.Other people seem to have seen this and solved it, but I've found nothing that helps. I have tried to publish a single stream, and with multiple bitrates. For the latter, I followed the Adobe video tutorial as follows:
Multiple bitrate live
================
I'm publishing 3 streams from FMLE, using
FMS URL: rtmp://[serveraddress]/livepkgr[code]..........
View 1 Replies
Dec 12, 2011
I feel like I'm getting close to finally get a live stream to work correctly in 4.5. I can see the streams being recorded in the following directories
C:FMSHOMEapplicationslivepkgrstreams\_definst_liveevent1
C:FMSHOMEapplicationslivepkgrstreams\_definst_liveevent2
C:FMSHOMEapplicationslivepkgrstreams\_definst_liveevent3
Each directory contains five files: bootstrap ,control, meta, f4f, and f4x.
I have a single file called Event.xml in the directory: C:FMSHOMEapplicationslivepkgrevents\_definst_liveevent
<Event><EventID>liveevent</EventID>
<Recording>
<FragmentDuration>4000</FragmentDuration>
<SegmentDuration>16000</SegmentDuration>
<DiskManagementDuration>3</DiskManagementDuration>
</Recording>
</Event>
However the client player receives the exception F4M document contains errors - URL missing from Media tag. If this file is dynamically generated on the fly by the server what do I need to change to resolve this issue?
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL]"
width="600"
height="409">
<param name="movie" value="StrobeMediaPlayback.swf"></param>
[Code] .....
View 13 Replies
Oct 13, 2011
Currently we have updated to FMS4.5 and doing some evaluation on HDS. We published our RTMP streams to the livepkgr application and successfully setup and playback HDS. However, we found that a we can't access some onMetaData Properties during playback. Our player use onMetaData - "videodatarate" and "audiodatarate" properties. We are trying to migrate it to playback HDS, however, we don't seems to be able to get back the two fields?
View 7 Replies
Oct 2, 2010
I try to learn Package in AS 3.0. I copy and paste the following code into .as file [URL] When I test it, it doesn't work. It has the message "Javascript Errors. Missing ";' before the statement". I looked into the code, I didn't see any missing ";". Anyone has run this code successfully?
View 1 Replies
Nov 13, 2009
The company I work for installed FMS on a server running Centos for a customer who needed streaming media capabilities. It worked fine for 3 months until today the customer called us and informed us that their client program can no longer connect to the streaming media server. No one has done anything to the server to cause this to happen. When attempting to access the admin console to diagnose the program, the streaming server returned a 500 Internal Server Error. So I tried another page. Same result. Reboots of both the hardware server and the FMS have changed nothing.
View 5 Replies
Dec 16, 2011
I am developing application for recording the video in mp4 format with h.264 codec and I am able to record video in mp4 format with h.264 codec, but when I am compiling the Swf by "CTRL+Enter" at that time I am facing error "VerifyError: Error #1014: Class flash.media::H264VideoStreamSettings could not be found" and when I am publishing Swf by "ALT+Shift+F12" then I am not facing any error,what step I need to do for removing the error.
View 3 Replies
Oct 10, 2009
i have made a navigation banner in flash for a blog site, but the banner is giving me trouble in Internet Explorer. The Flash file has two buttons, one for "Log In" and one for "Log Out", that are supposed to be visible/invisible depending on whether or not the user is logged in to the blog or not. To achieve this, I have set up a Param tag that checks to see if the user is logged in or not, and then reports this true or false data to the Flash movie as being either "1" or "0" in the form of a variable. The Actionscript in Flash then uses this data to make one button visible, and the other not visible.This is working perfectly in Firefox, but for some reason in Internet Explorer (tested in IEv8) both buttons are visible at all times. Both Firefox and Internet Explorer are running the same version of FlashPlayer (v10).[Code]...
View 5 Replies
Mar 5, 2012
Dear community, i am searching for 6 days for a solution but i couldnt find. I installed the trial version of Adobe Media Server 4.5. I am trying to host live stream and it is working without error. but when i activate protection (PHDS), server gives en error code: 20...
Here is the server log...
After i could take the Live HDS, i made these settings as described at [url]
My application.xml and event.xml files are:
View 1 Replies
Aug 7, 2011
im using FMS4 as origin server and connect to FVSS from CDN, whose FVSS version's FMS3.5. with this all, when it's played with flashplayer from CDN every each connect require just wrote sth in the server log file as below:
Mon 09:51:56 AM: Assert failed in .TCMsgHandler.cpp line 70Mon 09:51:56 AM: Assert failed in .TCMsgHandler.cpp line 70Mon 09:51:56 AM: Assert failed in .TCMsgHandler.cpp line 70Mon 09:51:56 AM: Connect : rtmp://live.mywebsite.com:1935/2011/monitor/
and due to these frequent errors the CDN Edge service would get shuted down. but after i changed the FMS4 into FMS3.5 with origin server everything just worked well.Now my question is, is that a bug with FMS4 or? and what can be done so far if we want to go on use FMS4?
View 3 Replies
Jun 11, 2010
Some users are unable to access any of our video content, getting a Server Not Found error.We have our FMS configured to use ports 1935, 433, 80. Our firewall is allowing RTMP traffic to each of these ports. Is there something more I can do from my end to make sure users can access our FMS?
View 1 Replies
Mar 10, 2009
I am using the NetStream class with FMS to record the audio stream from the client's microphone to the FMS server.So far so good, the stream gets saved to the server as a .flv file. A php script grabs this file via ftp and copies it to the user's file store.What we need now is to either record the stream directly as .mp3 OR convert the recorded .flv to a .mp3 file - and this is where it gets interesting.
POSSIBLE SOLUTION 1 (preferred solution), Recording stream directly as .mp3:refer to Actionscipt Reference for Flash CS4:
The documentation suggests that it should be possible to directly record the audio stream as a .mp3 file. NOTE: this is with the new version, Flash CS4.I have tried this with both an Influxis account and with FMS 3.5 dev on my local machine. Both return this error:
Error #2044: Unhandled NetStatusEvent:. level=error,code=NetStream.Publish.BadName
When I publish and record just as .flv it all works fine on both servers.Is this a mistake in the documentation,
View 4 Replies
Mar 8, 2010
We are recording live streams on a Flash Media Interactive Server 3.5.3 r824. In general, everything works fine, so there are no appliaction-issues. But sometimes (it is not reproducable yet) a stream stops recording without any notice or event in the application. All we can find is such a message in our core.log: 2010-03-05 03:30:00 4747 (e)2611178 Error from libmp4.so: No Space left in the stsd box. - 2010-03-05 03:30:00 4747 (e)2611423 Failed to record [...]16891_14351_RGtBCODxPR4cM8QfML9CuxqhHqutMwWX.f4v (Unknown Error). where i could start searching for the cause of this error? These streams are in general sent by Adobe Media Live Encoder.
View 4 Replies
Jun 22, 2011
I am trying to set up DVR streaming using FLME. I'm following this tutorial: http:[url]........I'm up to Step 2,
I put in the following information into the FLME:
FMS URL: rtmp://222.222.222.222/dvrcast_origin
Stream: mp4:sample.f4v
Then click 'Connect' , but I get an error "Failure to connect to primary server verify that your server URL and application name are valid and that your internet connection is working and retry". My server is a 32-bit windows 2007 VPS , with FMS running.I don't know if I set up the DVR Cast application correct. All I did was copy the dvrcast_origin into the installationdirectory/applications, then I started a new instance of dvrcast_origin with _definst_...Also, I am running the trial version of FMS, and DVR needs FMIS. Is there a way I can just run FMIS?
View 16 Replies
Jun 27, 2011
Given this: if(myVar){}, what will pass as true or false?In JavaScript for example, false are values like null, undefined, 0, '' (empty string), false.
View 2 Replies
Apr 25, 2003
How do you get a True/False statement to be recognized inside a movie clip with a button on the main timeline as the control. I want my movie clip to stop at the last frame if the movie clip reaches the last frame. Otherwise gotoAndStop at the first frame of the clip. I was using
on (press) {
_root.m1.gotoAndPlay(2);
_root.m2.gotoAndPlay(1);
[code].....
View 9 Replies
Jan 12, 2011
Code:
var run:Boolean;
var jump:Boolean;
if (run && jump){
//
}
is flash smart enough to flag the if statement as false based on the first parameter? or will it still process both booleans, even though it is known the if statement must return false based on the "run" Boolean alone. just wondering if its a waste of processing, although trivial at this level.
View 7 Replies
Jun 20, 2009
I try to establich the connection with asc file from applications/videochat $connection_string="rtmp://videochat/"; And I'm getting the result from media server
Connecting to the video server...>>The client does not have permission to connect to the application, or the application expected different parameters from those that were passed.>>The connection was closed successfully
View 9 Replies
Aug 24, 2010
We have a very simple webcam recording/playback application we're using in a mission-critical user assessment application.Users are given the ability to record themselves using their webcam and microphone, then review their recording and submit it for graded review.The recording application appears multiple times per HTML page, and while we can record and play back video, we have large numbers of instances in our core.log of the following error
Server detected a backward timestamp from [####]to [####] in file: [filePath]
While these videos will play back with varying degrees of reliability, they will often "hang" for several seconds at the end of playback before sending the appropriate NetStream.Play.Stop and NetStream.Buffer.Empty events, and will sometimes hang indefinitely.Further, they report inaccurate runtime metadata, causing our playback indicator and progress/scrub bar to function erratically.In any case, the functionality and user experience of the recording tool is substantially degraded and must be fixed in order to successfully deploy this tool.
Disabling NTP services is not an option, and further does not appear to be the culprit, as these errors occur on a large number of recordings.As recordings need to be immediately available for self-review before submission, running flvcheck on each recording is also not an option.We have tried a variety of fixes, including waiting to unpublish until the buffer is empty,reconnecting after every recording, forcing FMS not to reuse connections, and using separate NetStream objects for recording and playback.Nothing has eliminated these errors.Adobe support referred us to Tier 2 support, and I am in the process of contacting them, but I'm looking to exhaust all my options before continuing.Is there any reliable solution to the backwards timestamp recording issue, or do we need to find a different media server application for our needs?
View 3 Replies
Aug 25, 2011
I am trying to display database details in a Flex datagrid and connected using HTTP Service. It was able to display details without any issue when I was working in the FlashBuilder 4.5, however, I deployed the bin-debug part in the Tomcat webserver to access it globally.
I am experiencing this error message when I am trying to access the swf file "HTTP request error Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]. URL: http://localhost:8084/UA/details.jsp"
I tried to create the crossdomain.xml file and deployed in the root directory but still experiencing the same error.Here is my crossdomain.xml :
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>[code].....
View 1 Replies
Jan 11, 2010
We have two servers - one stores the media files and runs FMS. The other creates dynamic webpages. I have edited the 'dynamic stream' SMIL example on the media server, to include a full URL:
[code]...
If I open the standard FMS index page, the 'dynamic stream' example works fine. However, if I copy that code over to a page on my webpage server (linking back to the media server of course), I get a 'connection error'. The weird part though is that if I limit the 'switches' in the SMIL file to just one video, it works again, eg:
[code]...
It makes no difference which file I choose, as long as there is just one.I am using the same video player that all the examples use (FMS 3.5), so my thought is that something in that player is causing a cross domain security exception when it has more than one stream to choose from. I tried disabling the firewall, so it's not that, and I updated server.xml to point to a custom crossdomain.xml file:
<?xml version="1.0"?><!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"><cross-domain-policy><allow-access-from domain="*.mywebpageserver.com" /></cross-domain-policy>
But that doesn't seem to have had any effect.
View 13 Replies
Jul 29, 2011
I'm trying to stream my webcam to my FMS Server, using AS3, but I get this error message:
[Code]...
View 2 Replies
Sep 24, 2010
I searched the forums for the error, but the methods they used couldn't help my program, it's an Actionsctipt file in AS3 with CS4.
I am receiving error 1158: Syntax error: missing left brace ({) before the function body.Source: public function DirectBlock (e:Event) extends MovieClip :void{ //DirectBlock[code].....
View 1 Replies
Mar 8, 2011
I'm new in FMS Recently, i create an application to record videos from my camera and recorded it But, when i tried to play it in an HTML, i met errors. The .flv jumps to the end when the progress is in the middle.And i tried to play in an .exe, it plays well.
View 5 Replies
Apr 15, 2011
We got in below message in the eventViewer. "Faulting applicaion FMSAdmin.exe, version 2.0.5.88, faulting module unknown, version 0.0.0.0, fault address 0x00d1bee0."
View 2 Replies
May 4, 2011
While streaming the DVR i get the following error "ReferenceError: Error #1069: Property onTimeCoordInfo not found on dvrlive and there is no default value." here i have attached the code i did am i want to do anything more? i didnt use any server side code. DVR publishing script
[Code]....
View 5 Replies
Jul 12, 2011
We got in below message in the eventViewer. "Faulting applicaion FMSAdmin.exe, version 2.0.5.88, faulting module unknown, version 0.0.0.0, fault address 0x00d1bee0."
View 2 Replies
Oct 12, 2009
I'm running FMIS and I'm getting a connection error in my video player while connected to a wireless network. Works like a charm when I have a hardwire connection.
Is it just because I'm on a terribly slow network? are there some firewall settings on the network that need to be opened for rtmp streaming?
View 1 Replies
Mar 4, 2010
The installation of FMS 3.5.1 r516 Development fatally failed on our Windows 2008 R2 Server. We tried an R1 server and that one installed with no issues. It gets past the MS C++ installer, then shortly after:
[Code]...
View 1 Replies
Jun 11, 2010
We are using a Origin/Edge configuration for massive video delivery, and we are experiencing problems with huge audiences. Basically, when the edge server reaches thousands of users watching (6000) a live video in a single application, this instance is unloaded by the server with the following error:
==> edge.00.log <==2010-06-1115:51:1018614(i)2701054Virtual host Disconnecting unresponsive core live/stream (28860) after 30 seconds is not available.-==> core.00.log <==2010-06-1115:51:1028860(i)2581233Core (28860) disconnecting from admin: 200.-==> master.00.log <==2010-06-1115:51:1018593(w)2581257Core (28860) _defaultRoot_:_defaultVHost_:::_0 is not responding and is being restarted!-2010-06-[code]......
In this situation, the CPU usage is something around 30%, the memory is almost unused, and the load average is very low. We are using FMIS 3.5.3 854a running in the CentOS.
View 2 Replies