Media Server :: Proxying To HTTP Stops Working After A Few Hours

Jul 14, 2009

I'm using FMS Streaming 3.5.0 r405 on linux servers to stream videos with RTMP/RTMPT. We have decided to use the new proxying function to redirect HTTP requests to a Web server. We did not install the included Apache server, but used a lighttpd server installed on the same machines and configured to listen on port 81. So when a client connects with our player, it tries first RTMP, RTMPT and if it times out on these attemps, we try to go through with HTTP. FMS proxies the HTTP request received on port 80 to the lighttpd server on port 81.
 
My fms.ini file contains: # Whether to start and stop the included HTTP server along# with FMS.#SERVER.HTTPD_ENABLED = false

# IP (address and) port that Flash Media Server should proxy# unknown HTTP requests to. Leave empty to disable proxying.# With no address, specifies a localhost port.# For example:#    HTTPPROXY.HOST = webfarm.example.com:80#HTTPPROXY.HOST = :81
 
This works well, but after a few hours, the HTTP proxy of FMS does not work anymore. Lighttpd is still responding on port 81. There is no error in all log files. Just stops working! I have to restart FMS to enable again the tunnel. This behavior happens on all my streamers.

View 5 Replies


Similar Posts:


Media Server :: HLS And External Apache HTTP Server Not Working?

Sep 19, 2011

I installed the FMS 4.5 on a debian system already running an apache web server. I configured the httpd.conf as mentioned in d6093a7e2f8312a374a1bde-8000.html but when i call a streaming url e.g. http://<IP>/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8 the request is still handled by the old apache, not by the FMS

View 9 Replies

Media Server :: 3.5.3 Does Not Discard Clients, Streaming Stops Working?

Apr 29, 2010

We have a FMS 3.5.3 running on a production server, a 2x quad-core Xeon E5345 CPU based hardware with Windows Server 2008 R2 64-bit OS.

The FMS service streams live streams to hundreds of simultaneous Adobe Flash Player 10 clients through RTMP at port 1935.ally with a higher number of simultaneous clients connected (around 1, one can see a rising number of clients of the loaded (single) application (never diminishing) through the Administration Console. It appears that the clients "linger" - i.e. the number only counts up, never down, from then on.

As if this was not sign of problems enough in itself, the bandwidth graph drops to near zero - i.e. it appears that streaming stops working too. Restarting application helps. The logs do not show anything UNTIL AFTER application is attempted unloaded via console. There are messages of various importance in the event log, among these the weird warning "Asynchronous I/O operation failed (Failed to attach to completion port: The parameter is incorrect. 87)." There is more too, which I can provide on demand.

The application is pretty rudimentary. Of the entire API, we only use Application, Client and SharedObject classes. There is a single persistent shared object, and that's it.

We are using a clean install. Only Microsoft supplied and FMS processes are running. Windows Firewall is on though, and has rules for letting in connections on ports 1935 and 1111. We need a stable server, and I have to restart it manually every day, sometimes twice in an hour, which frustrates me.

View 14 Replies

Media Server :: Unable To Play HTTP Sample,RTMP File Is Not Working?

Aug 12, 2009

i have installed flash media server 3.5 ..windows vista and using FLASH 10right now in Flash Media Server page I am only able to play HTTP sample,RTMP file is not working , i check the sample folder >> and open HelloWorld >> that shows error :: Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Connect.Failedat HelloWorld/connectHandler()what should i do now need ur help urgent

View 5 Replies

Media Server :: "Server Rejected An Invalid Flow" - RTMFP Stops Working?

Apr 30, 2011

Sometimes RTMFP stops working on my server, and I have to restart it for RTMFP to work again.Here is what I saw in the error log :

2011-04-29 05:43:17 26120 (i)2631502 The server rejected an invalid flow. -
2011-04-29 05:44:22 26120 (i)2641213 Connection rejected by server. Reason : [ Server.Reject ] : Adaptor: _defaultRoot_, VHost: TheFMSServer, App: Application/_definst_, (onConnect call

[code].....

View 25 Replies

Media Server :: Medium-load Chat Server Using Shared Objects Segfaults Every Few Hours?

Aug 25, 2009

Medium-load chat server using Shared Objects segfaults every few hours. Runtime size has been increased to 30MB (this saves it from crashing every 10 minutes). I have the core dump but don't understand what it means.

View 9 Replies

Flex :: Calculate Total Working Hours Where Hours Passed As A Number?

Dec 9, 2011

I am using FLEX version 3.0I want to calculate the total working hours. I am giving you the details and what i have done in it.

var a:Number = 2.00;
var b:Number = 2.00;
var c:Number = 1.45;

[code].....

View 3 Replies

Media Server :: Flash Media Server Stops Accepting Connection?

Oct 21, 2010

We have one application in which we are using flash media server 2.0.5. We dont know why it's stop taking connection occasionally at that time we can't enter into the managment console. We get a white screen. When we try to enter user name and password it's does not accpet the credentials. We are not getting anything in the log.Port number 1935 and 1111 of the particular system where FMS has placed are working fine.

View 7 Replies

Media Server :: Recording Video/audio Files Using Flash Media Server Through Rmtp, And Allow Users To Access The Recorded Files Through Http?

May 25, 2009

As titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?What I am trying to do, is to record a user's microphone's input and save it to the server.fterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?

View 1 Replies

Media Server :: 'URL Missing From Media Tag' On FMS4.5 HTTP Live Stream Playback?

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

Media Server :: Use RTMP Over HTTP - Outside Client Gets The Internal IP Address Of The FMS Server?

Jan 8, 2010

i am new on steaming & flash server; when we try to use RTMP over HTTP the outside client gets the internal IP address of the FMS server instead of the NAT one or public IP address, how can we solve this.

View 1 Replies

Media Server :: Apache Or Windows Server For HTTP Streaming?

Jun 17, 2011

Does is matter what HTTP server I use?In the process of upgrading from FMS 3.0 on Windows using IIS 5 to FMS 4.0. Will dynamic HTTP Streaming work from a Windows server?

View 1 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 :: Restream Stops After A While?

Mar 20, 2011

I configure my server to republish all streams from live to multicast using this tutorial.When the streamer connects to the server and starts publishing something to "live" the server automatically restreams it to multicast. But after a while p2p stream suddenly freezes. The main stream continues to work. In the server logs nothing interesting, just onUnpublishing

View 7 Replies

Media Server :: Stream From FMS 3.5 Flv Files Through HTTP?

May 13, 2009

We tried to stream from FMS 3.5 flv files through HTTP,How can we prevent Progressive download when we stream flv via HTTP?We tried some configuration but it seems that files are always download to the local computer temp folder Can someone point to documentation that explain how to stream flv without Progressive download ?

View 7 Replies

Media Server :: HTML 5 And Use Of HTTP Protocol

May 23, 2011

In our company we upgraded to fms 4 and installed the apache that comes bundle up with the installation. We had it configure and now we can play videos in html 5 by using the http protocol. The question I have is, can we use https protocol instead of rtmps? I've been doing a lot of research and I found documentation that says to put a minus sign in front of port 443 (-443) in the fms.ini file in the ADAPTOR.HOSTPORT line but it also says that with this configuration port 443 will only receive rtmps connections. My next step is to put the minus sign in front of the port number and restart the server and just try to establish connection using https to see if i works.

View 1 Replies

Media Server :: How To Stream Http Videos From FMS

Oct 11, 2011

I have FMS installed on windows server 2008. I have a large number of videos which are served to my clients using rtmp protocol.Now we have designed a new player with some controls which apparently do not work while an rtmp video is playing.

View 2 Replies

Media Server :: HTTP Streaming With No Audio?

Jan 3, 2012

We have setup a brand new FMS 4.5 for http streaming to ios devices. We are feeding the source via rtmp to livepkgr application. Upon digesting the iOS feed via the url below, there is no audio being passed. I can check the stream using the rtmp protocol and there is audio. [URL]..

View 5 Replies

Media Server :: Multicast Stops After About 2 Minutes?

Feb 28, 2011

We are testing IP Multicast, with Flahs media player 4.0. We set up the encoder and generated the manifest file. Multicast start, but we see lot of bufferring and video running fast. After about 2 minutes, the encode stops publishing to the server. We are using digital rapids as the encoder.

View 3 Replies

Media Server :: Accessing Application Folder By HTTP

Aug 18, 2009

I did an application here to record the user's webcam and store an .FLV at my applications folder. That's ok. But I want to retrive this .FLV using HTTP mode, to load the .FLV progressively, not by streaming. Got it? For example, if I record a user webcam called "myWebcam": myVideoClass.load("[URL]");
Using http (progressively), not rtmpt (streaming). There is some way to do that? Or to move the file from applications folder to webroot?

View 1 Replies

Media Server :: DVR Storage When Using HTTP Dynamic Streaming

Nov 20, 2010

When using DVR with RTMP streaming the stream could/would be saved as single big file on the server, but when using HTTP streaming the stream will consist of numerous chuncked files; in this case how will the stream get saved, will FMS 4 assemble the chunks? unlikely, will the chunks of stream get saved? in this case I wonder which tool could be used to access it and make VODs of it. What is the exact behaviour of FMS4 when dealing with storage of DVR HTTP streaming?

View 9 Replies

Media Server :: Get Embeded Timecode From HTTP Stream?

Jul 25, 2011

i am wondering is it possible to get embeded timecode from HTTP Stream?Flash Media Live Encoder contains a special built-in handler, onFI, that subscribing clients can use in their ActionScript code to access timecode information. The following client-side ActionScript code shows how to get timecode information using the onFI handler. The object ns is the NetStream object. You can get timecode and system date and time information, if timecode and system date and time were embedded in the stream, by accessing the tc, sd, and st properties of the info object that is passed as an argument to onFI():i am using this onFI method succesfully with netStream object when i am getting stream from RTMP.is it possible to get somehow same results with HTTP Streaming (f4m and osmf)

View 3 Replies

Media Server :: HTTP Streaming After Entering License

Sep 29, 2011

I just install 2 FMS 4.5 server and HTTP streaming is not working Tried using OSMF with HDS-LIVE ... failed Tried using SAFARI with HLS-LIVE failed too but when tested on my trial server, everyting is working fine. The open ports are 1935 and 80 Do I need to restart the server to make it works?

View 2 Replies

Media Server :: Videoclips - HTTP Dynamic Streaming?

Nov 8, 2011

I am a video producer for a Non-Profit and in the next couple of weeks we are launching an online training, half of which requires watching multiple different video clips for this particular training around 50 deferent online videos. I'm a bit experienced with encoding video for the web (FLV, H.264) but would love to know more about HTTP Dynamic Streaming. As of now we just use a progressive download type of playing.

We recently hired a web dev and knows servers a bit but didn't seem like he knew anything about HTTP Dynamic Streaming said maybe we should search the internet for an auto detecting flash player? Anyways, is this something that I should be looking into for our organization if we do a lot of online video? If we purchased Flash Media Server would this be all we need? Is there like a Dummies book on this subject?

View 7 Replies

Media Server :: 4.5 Http Broadcast Delay Is Too Long

Apr 12, 2012

HTTP broadcast delay is too long, I do a test in the LAN, send video using FME 3.2 the flow FMS4.5 server, use the sample folder under the videoplayer to play live video streams, using HTTP delay of 10 seconds or more,(RMTP play live rarely delay), who can tell me, how can I do this problem can solve the delay!

View 1 Replies

ActionScript 3.0 :: Loader Stops Working On Server?

Oct 23, 2009

In my current flash application I and my co-workers are using Loader to load some SWFs from our server. It works perfectly while we have the flash application on our computers running it trough Adobe Flash CS3 but when we publish it and move the html page to our server and try and run it from there the loading doesn't seem to start. I have the firebug plugin for Firefox so I checked if flash actually loaded the images and according to firebugs network monitor it found all needed resources and downloaded them successfully. But the behaviour of our application is as if the loading starts but the complete event is never sent.

View 3 Replies

Media Server :: Serverside Recording Suddenly Stops?

Jun 3, 2009

I've implemented a serverside script that records the current stream to disk. This record method is called from another clientside flash application. On some occasions the recording suddenly stops after a few hours without giving any errors, and without there being any network dropouts (Flash Media Encoder doesn't report any dropouts). What can be the cause of this, and what can I do to make the recording more stable?

View 7 Replies

Media Server :: The Video Plays With Constant Stops?

Mar 19, 2010

the people from my server installed fms 3.5, but the demo video with that train stops every other second. Should I adjust something in settings?

View 8 Replies

Media Server :: After 70 Minutes, The Video Stops Playing?

May 13, 2010

I bought Adobe Flash Media Streaming Server 3.5 and I have problems with large video.After 70 minutes, the video stops playing.

View 8 Replies

Media Server :: Recording Stream Suddenly Stops

Sep 2, 2011

Our team is developing an application that allows users to communicate via their own camera, and make a record of all user's cameras that are in the same room. However we have come across an issue with our FMS 4 server. The issue is that sometimes when a user records all streams in a room at one point the recording process for particular streams suddenly stops but at the same time streaming is still working. For example, 2 users were broadcasting and one of them was recording their streams. At the end of the recording there were 2 flv files, however one of them was only a quarter of the actual length. The logs for the damaged stream were:

- publish stream at 10:48:38
- play stream at 10:48:38
- record stream at 10:48:44
- unpublish stream at10:53:11
- stop stream at 10:53:12

Total length of the flv file should be more than 4 min but actually it is only 1 min 12 sec.

View 3 Replies







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