Media Server :: Sending Error Message: Method Not Found (FCSubscribe)?

Nov 26, 2011

Accepted a connection from IP:42.159.56.116, referrer: http://hh.dyndns.org/swfs/StrobeMediaPlayback.swf", pageurl: "http:/hh.dyndns.org/live.htm?source=rtmp://hh.dyndns.org/live/livest ream&type=liveSending error message: Method not found (FCSubscribe).

View 1 Replies


Similar Posts:


Media Server :: Live Streaming - Sending Error Message: Method Not Found (getStreamLength)?

Nov 10, 2009

I got this error when i am trying to connect on rtmp://172.31.14.91/live/livestream. Accepted a connection from IP:172.31.14.91, referrer: , pageurl: Sending error message: Method not found (getStreamLength). I don't have any problems with vod but on live streaming is so hard for me to get it.My encoder is a Media live encoder 3 and the media server is media server 3.5.

View 1 Replies

Media Server :: Error Message: Method Not Found(getStreamlength)?

Mar 1, 2010

ok, so I got the broadcast running as SE suggested, everything is running smooth local and live except for one thing.every 45 seconds or so, I the encoder displays an error while broadcasting. the broadcast however continues, so I went to the error log in application.00.log. and this is what was there:I'm assuming it has something to do with the length of the file, when I look in the folder that saves the broadcast, is dozens of files that have approx size 1 mb. As the broadcast goes, I see the file being created, and then when it reaches about 1 mb, a new one is born. it ?

View 10 Replies

Media Server :: Error #1014: Class Flash.media::H264VideoStreamSettings Could Not Be Found

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

Media Server :: FMIS 3.5 Unable To Access Any Of Video Content / Getting Server Not Found Error

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

Media Server :: OnTimeCoordInfo Not Found Error While Doing DVR?

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

Media Server :: Error #1069: Property OnBWDone Not Found On Flash.net.NetConnection

Jun 7, 2011

function Function() {}Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095: flash.net.NetConnection was unable to invoke callback onBWDone. error=ReferenceError: Error #1069: Property onBWDone not found on flash.net.NetConnection and there is no default value.    at MinCam()

[Code]...

View 17 Replies

Media Server :: Error: Failed To Execute Method (NetStream)

Oct 29, 2010

I've googled this and come up empty. All I am trying to do is create a netstream and assign a group to it like so:
 
var netstream;
var groupSpec;
groupSpec = new GroupSpecifier("foo");
trace("groupSpec: "+ groupSpec);

[Code]...

If I remove the groupSpec optional parameter I successfully connect the NetStream. According to the docs [on this page] I should be able to identify a GroupSpecifier in the NetStream constructor.
 
Is this a bug? Is there another way to do this?

View 8 Replies

Media Server :: Getting "Message Callback Is Not Set." Error In Windows Application Log Cause?

Jan 12, 2012

I am running a very low volume (3-4 simulaneous users) video chat application on FMS version 4 and am seeing the following error generated from FMS (Core) about once or twice a week.Message callback is not set.Any idea what the cause of this might be and whether or not it is impacting anything?Additional information from the event log is as follows..
 
Log Name:Application
Source: FMS (Core)
Date:1/12/2012 9:07:28 AM

[code].....

View 1 Replies

Media Server :: TypeError: Error #1009: Cannot Access A Property Or Method Of A Null Object?

Oct 7, 2010

I have this set of codes for a simple chat program using SharedObjects. When I run the program, I type my name into the 'chatName' box and my message in the 'textInput'box. However when click on the 'Send' button or press the Enter key, I am getting the following error:
 
" TypeError: Error #1009: Cannot access a property or method of a null object reference. at TextChat/sendMsg() "
 
As mentioned in the error message I looked at the 'sendMsg()' function. I realised the problem was comming from the line :
 
text_so.setProperty ("msg",chatName.text +": "+ textInput.text);
 
I am wondering how 'text_so' can be a null object reference. It was already instantantiated and setup earlier in the code. I hope someone can shed light on this. The relevant lines of code are below.

[Code].....

View 3 Replies

Java :: Error #2173 When Sending Gravity Message?

Mar 23, 2012

I have a problem with Map objects, while using Gravity. All messages works ok, except the ones which includes Map objects. They throw the following exception:ArgumentError: Error #2173: Could not read the object in the stream. though lass:org.granite.collections.BasicMap do not implement flash.utils.IExternalizable,but we know that it's Class:externalizable by its alias.I've found that this error occurs when you do not include granite-essentials.swc, but I don't think that's the case, because normal messaging using RemoteObject works fine, even with Map objects

View 1 Replies

Media Server :: TypeError: Error #1009: Cannot Access A Property Or Method Of A Null Object Reference

Mar 19, 2010

i use the code below to publish my cam, and i can play it in the same application. Then i copy and renamer it videoPlayer2.as then i use displayPlaybackVideo(); method but it says "TypeError: Error #1009: Cannot access a property or method of a null object reference.". How can i get the published live video from another app. 
 
videoPlayer.as // publish and play
package {      import flash.display.MovieClip; import flash.net.NetConnection;      import flash.net.NetStream;   import flash.media.Camera;  import flash.media.Microphone;     import flash.media.Video;      import flash.events.NetStatusEvent;   import

[code]...

View 4 Replies

Professional :: Error Message: #1014: Class Fl.video::UIManager Could Not Be Found

Jun 1, 2011

When opening a fla - made in cs5 - in flash cs 5.5 a message asks if I agree that the file will be converted to cs5.5. I agreed to the conversion and saved the file.When opening this "converted" fla I get an output error message: #1014: class fl.video::UIManager could not be found.The file is 08End.fla from Classroom in a Book Lesson 8.

View 3 Replies

Actionscript 3 :: Error Message Type Was Not Found Or Was Not A Compile Time Constant PodLayoutManager

Apr 2, 2011

In my flex code there is an error message : type was not found or was not a compile time constant:PodLayoutManager what will be the reason for these error message?I am using flashbuilder 4 for scripting

[Code]...

Now the above problem is solved.But while running this code the problem window shows type was not found or was not a compile time constant:managers

View 2 Replies

Actionscript 3.0 :: Method Not Found Error

Mar 12, 2010

I bought this oreilly book on FMS and one of the examples that I am trying to recreate is giving me the following error.

Accepted a connection from IP:1.1.1.100
Sending error message: Method not found (streamSelect).

This is the simple two way video chat example using the code pasted below. I assume it has something to do with the directory/path structure

NOTE: THIS IS NOT my code creation. I got it from a book with the intention of learning by example. Unfortunately the example is not working for me.

ServerSide .asc sits in a folder "applications/deux" i.e "rtmp://10.10.10.12/deux"

Code: Select all//Two-element array
vidStreams=["right","left"];
//Application first starts

[Code].....

View 2 Replies

Media Server :: Client Returns Server Not Found:rtmp://192.168.10.1:/live When Accessed From Another Pc?

Jun 29, 2010

i have a small LAN of about 8 computers all of which are running windows 7. I have installed FMS and XAMPP webserver on one of the machines. I want to stream live from one PC to all the other PCs on the LAN. I have a webpage with jwplayer embedded in it on my XAMPP webserver that is able to see the live stream when i start it locally. I mean the live stream works fine on the machine with the servers on it. But when i want to view the live stream from another machine in the LAN by accessing the webpage that has the jwpalyer from another machine, The jwplayer returns "server not found:rtmp://192.168.10.1/live" error. I was thinking that maybe a firewall is blocking the 1935 port but i have turned off the firewall of every PC on the LAN. I have unistalled any antivirus program on all the PCs. But i still get the same error when i try to access the live stream from another PC on the LAN.When i run netstat -a -n|find ":1935" i get 192.168.10.2:49184 192.168.10.1:1935 SYN_SENT and i think the request for the stream is sent but the conection is rejected.

This is the code for the webpage with jwplayer embedded in it. maybe it:
<html>head> <title>JW FLV Media Player</title>    <script type="text/JavaScript" src="swfobject.js"></script>

[code].....

View 3 Replies

Media Server :: Sending Information From Server-side Script To Client?

Apr 18, 2010

I have created a script for an Adobe FMS application to broadcast a playlist of video files as a live stream. (internet tv)
 
I am now working on a custom Flash-based video player to play my stream.

How do I send information from my server-side FMS application (main.asc) to the client-side video player? (e.g: title, duration of current video player)

View 2 Replies

Media Server :: FMIS 3.5 - No Response When Sending Seriel To Server For Approval?

May 6, 2010

I have upgraded from FMS2 > Flash Media Interactive Server 3.5 I added both the seriel number for FMS3 and FMS2 during the installation process.  When I logged onto the admin panel there was no licence listed, and a link saying "to upgrade to unlimited connections now, click here".
 
So, I checked the fms.ini and no seriel was there.  I put the seriel number in and restarted the server through the FMSadmin tool.  Still, no licence file was showing. I then added the licence file via the admin panel and got a dialogue saying "Seriel Key "blah" Sent To The Server for approval".  The seriel key now appears with a valid status of false.  And no further progress after that.   The documentation states that when you add the seriel key in this manner it should recognise it immediately.
 
Can anyone suggest what I might have done wrong?  I have trebble checked the seriel number, and copied and pasted it to make sure it is exactly right.

View 3 Replies

Media Server :: Fms Live Stream Server Stops Sending Data Around 4+hrs?

Mar 21, 2012

My rtmp client connects to the server ok and rtmp data flowing ok for about 4hours, in the wireshark trace I can see that the server just stops sending data roughly after 4hours. The server version is 3.5.1, and I also try it on a 4.0 server the data stops coming from the server as well after 5+hours. There are no errors or any indication of session disconneciton in the diagnostic logs. I have also looked thru the settings in applicaiton.xml and server.xml I just don't see any obviious reason for the issue. I do send rtmp Acknowledgement to server after the client receives "window size" bytes, and the client sends ping response to server.

View 1 Replies

Media Server :: Slow Stream Start Times / Or Server Not Found With FMIS Upgrade

May 7, 2010

I recently upgraded from FMS 2 - FMIS 3.5.Over our internal network videos stream like a dream!However, accessing them from outside our own network means that they take about 20 seconds to load, or sometimes just get a message saying the server isn't found.This wasn't a problem with the FMS2 and there have been no changes to firewall settings or anything like that since the old server was up and running without problems.I have the new server set to use exaclty the same ports, but wonder if there are some other settings which could be causing this?Networking isn't really my area of expertise, and I have no idea where to start looking to improve things.

View 2 Replies

Media Server :: FMS Admin Console Won't Load - Server Not Found

Jul 18, 2011

Randomly on Sunday night the FMS Admin Console which you can access via [URL] stopped working, as in it would not load. It times out and Firefox says 'Server Not Found' It was working fine on Sunday morning and has been doing for a year now, I rebooted the server and that did nothing. I have no idea why it will not load as the server runs fine and I can still stream and everything.

View 20 Replies

ActionScript 3.0 :: Error Message 1180 Call To A Possibly Undefined Method?

Jan 26, 2010

i have tried to create a sakura petal falling using flash AS3 along with flash my codes always get error message "1180: Call to a possibly undefined method Sakura1." line 16, could anyone tell me why is that happen?

[Code]...

View 6 Replies

ActionScript 3.0 :: Getting This Error #1009 Message : Cannot Access A Property Or Method Of A Null Object Reference ?

Aug 3, 2009

how to use actionscript 3.0 and my copy of flash CS4 to create games. I wrote my code exactly like it showed in the tutorial, but for some reason I will occasionally receive an error that says
 
"TypeError: Error #1009: Cannot access a property or method of a null object reference. at Monster/die() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at fl.motion::AnimatorBase/end() at fl.motion::AnimatorBase/handleLastFrame() at fl.motion::AnimatorBase/nextFrame() at fl.motion::AnimatorBase/handleEnterFrame()"
 
It doesn't happen all the time but it will every once in a while. There doesn't really seem to be anything specifically that triggers it either. I also happened to notice that not all of the enemies respond to being clicked on. I don't know if these two things are related or not. I don't know if the error is caused by the code for the monster library item or the code for the main timeline. This is my code for the monster library item:
 
import fl.motion.Animator;import fl.motion.MotionEvent;var this_xml:XML = <Motion duration="30" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*"> <source>  <Source frameRate="10" x="275" y="200" scaleX="1" scaleY="1" [code]....

View 9 Replies

ActionScript 3.0 :: Error Message "Type Was Not Found Or Was Not Compile-time Constant:XML"

Jun 26, 2009

I error message "Type was not found or was not compile-time constant:XML". While I run LOADXML.as. I think there is missing of libary file. Any body know the required files

[Code]...

View 1 Replies

ActionScript 3.0 :: Error Message "Type Was Not Found Or Was Not A Comile Time Constance"

Jul 10, 2009

I have two movie clip instance "BigImage" and "SmallImage" . I got error message "Type was not found or was not a comile time constance"

[Code]...

View 1 Replies

Media Server :: Clients Not Allowed To Broadcast Message?

May 18, 2009

This is showing up in my logs, and i have no idea what is causing it and can't find any more Dropping application (stream_app/_definst_) message. Clients not allowed to broadcast message. It doesn't happen very often, about once every 1 to 2 days.

View 1 Replies

Media Server :: Deliver Message To All Peers In Rtmfp

Jun 5, 2011

How can I send some data to ALL peers via p2p-network?I tried using netgroup.post() but not all users recieved this messages.Then I tried to get peers to resend ( via post() ) all the data they have received - this works well, but produces large amounts of additional traffic for all peers (3Ñ…-5Ñ… and more)Is there a way guaranteed to deliver a message from the server to all peers? (not sending data from a server directly to each peer)

View 7 Replies

Media Server :: Send Message To Direct Connected Users?

Jan 17, 2011

working on a text Chat application with FMS4 "RTMFP" connection and i am looking a functionality to send direct message to one to another peer

View 6 Replies

Media Server :: FMS 4.5 Installation (libcap Not Found)

Oct 10, 2011

I am trying to install FMS 4.5 on Fedora 15 x64 server. I have downloaded the fms 4.5 development server and extracted the files. Now, when I type the command:

[Code]...

View 10 Replies

Media Server :: Getting Message Connection Has Been Rejected Due To License Limit In Flash

Aug 4, 2011

We are getting message "Connection has been rejected due to license limit" in flash media server 2.0.5 at the time of connecting to the server. Previuosly that server works fine but today when we tried got above message. May be some changes occur on the system as we dont have controll for that system. But we can check FMS 2.0.5 on that system through managment console of FMS.  Please suggest us in which direction we have to look.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved