HTTP Streaming Media Server 4.5 help

Hello!

We use Flash Media Server to successfully transmit our station of local television on the internet for a few years.

In the past, we have achieved just a client player flash video to point to stream RTMP live on the server.

However, we want to start taking over iOS devices. I then upgraded to version 4.5. (We use RHEL... Linux FMS server)

I understand that we need to switch to HTML streaming. For starters, I can't get videos to stream line more! At this point, I'm not worried about tests on an iOS device. For the purposes of this discussion, I'm just trying to get streaming to work again on a client flash on a computer using the Adobe Media Player video to sample. Any way I get will not display the video stream. I'll provide details below:

On the Flash Media Encoder, it's successfully encoding the stream using the VP6 with audio as mp3, (essentially same settings as we have always used). Given the new Server 4.5, we use different values to connect to the server:

FMS URL: rtmp://10.16.16.1/livepkgr

stream: livestream? ADBE-live-event = liveevent

It was the encoding with no errors for several days.

I can confirm that the FMS service is running on the server. Video On Demand works very well for him. Our videos will flow from the application of the VOD.

However, when we enter the following streams of the Player URL video example: http://10.16.16.1/HDS-live/livepkgr/_definst_/LiveEvent/Livestream.F4M , it fails to connect.

I tried to go back to the old path of data flow we used just to get the workflow once again, which was simply: rtmp://livepkgr/livestream, but this will no longer work.

I am unable to explain why it does not work.

Any help will be appreciated!

Alan

P.S. you can test the stream using the address of the external server IP of 66.186.186.18. This path must be working from the outside, but it is not: http://66.186.176.18/hds-live/livepkgr/_definst_/liveevent/livestream.f4m

Just suspend their publication in livepkgr app, and then delete the file .stream under /applications/livepkgr/event/_definst_/liveevent / Also delete the folder of waterways under /applications/livepkgr/then connect to app livepkgr and start publishing. Then check the reading.

Tags: Adobe Media Server

Similar Questions

  • How to get the RA media server password in Windows 7

    When I bought, after I have install windows 7 now for something in the installation he wonder about ra media server password, plese help if you have an answer for this mine was vista Home premium.

    See if this thread is useful:
    http://social.answers.Microsoft.com/forums/en-us/w7security/thread/4ddb919f-9A2A-4017-b825-88d66cc7b7b0
    "RA Media Server Administrator Password".

  • WMP streaming media is off again to display other unknown computers

    Hello im using Windows 7 (64-bit).

    My wmp streaming media has been disabled by me, since I want except or stream or play my media files with other users.

    Also in my computer > network > Network Center and shares settings > advance change sharing settings >
    discovery of network and file sharing are turned off.

    But today, when I opened my wmp (internet disconnected at this time), I saw the name of an unknown person/user/computer, under the option "other libraries" WMP. After a few minutes, it disappeared from the list. But after a few minutes, a few other names appeared.

    By unknown user/person/computer, I mean people who do not live in our House, but are on the same network (where I am)

    Im a little worried here. Can PCs/unknown users connect to my system or they can access my support if they appear in my wmp, even though my file sharing or streaming media is off? Help, please.

    Here is the screenshot

    Hello!
    Here we explain how to change the provile network in Windows 7: http://www.sevenforums.com/tutorials/43629-network-location-set-home-work-public-network.html

    See you soon
    Julia

  • live streaming with Flash media server

    Hello

    I'll work on a live project streaming with Flash Media Server. The idea is to see the video of a user to several Viewer.

    I have a few questions.

    Which protocol should I use (PLMN, rmtfp, etc.).

    Is there a tutorial for that. Help, please.

    Amit

    You can use rtmfp to do all this.

    Start here: http://labs.adobe.com/technologies/cirrus/

  • Flash Media Server 3 - Can RTMP and HTTP tunneling be set up?

    I have read a few forums posted here and also searched the Web widely but can not find a clear answer or get HTTP tunneling to work with Flash Media Server 3.

    Q1: Flash Media Server 3 can be configured for the Protocol RTMP and HTTP tunneling to work? The reason why I need to know if this will work is due to more and more customers report that the videos do not play for them, and I have concluded that these customers are sitting behind a firewall that has blocked port 1935. So I would like to set up the FLV playback control to try to spread the file on RTMP and if this does not work, use the HTTP protocol.

    Can someone please! Is there a whitepaper that you can tell me or even provide an example for me.

    Here is my asctionscript I've tried to make it work, but it does not.

    A few other notes are, the. The online FLVs in this folder: D:\Adobe\Flash Media Server 3\applications\vod\media

    The videos are recorded and then converted. FLV files and loaded into this folder.

    I have all hard coded below to try to get to operate this way first and thought that would be easier for you to help me. The ultimate solution is I use FLVPlayback control and transmit the location and. Name of the FLV file on the query string "http://www.Microsoft.com/downloads/details.aspx??" " VIDEO = rtmp://216.203.12.15/vod/flv. I pasted the code object * to show this example below the asctionscript.

    package
    {
    import flash.display.Sprite;
    import flash.filters.BlurFilter;
    Import fl.video.FLVPlayback;
    import flash.display.LoaderInfo;

    import flash.net.NetConnection;
    import flash.events.NetStatusEvent;
    to import flash.net.NetStream;
    import flash.media.Video;


    public class stream extends Sprite
    {
    var nc:NetConnection;
    var stream: NetStream;
    var playStream:NetStream;
    var video: Video;
    Variable that goes into .flv to query string
    var videoPath:String = «»

    public void Streams()
    {
    NC = new NetConnection();
    nc.addEventListener (NetStatusEvent.NET_STATUS, netStatusHandler);

    This is where I am trying to connect via RTMP and if it does not try RTMPT on port 80 HTTP

    NC. Connect ("rtmp://216.203.12.15/vod");

    NC. Connect ("rtmpt://216.203.12.15:80/vod"); ")

    }

    private void netStatusHandler(event:NetStatusEvent):void
    {
    trace ("connected is:" + nc.connected);
    trace ("event.info.level:" + event.info.level);
    trace ("event.info.code:" + event.info.code);

    Switch (event.info.code)
    {
    case "NetConnection.Connect.Success":
    trace ("congratulations! you are connected");
    connectStream (nc);
    createPlayList (nc);
    Instead you can also call createPlayList() here
    break;
    case "NetConnection.Connect.Failed":
    case "NetConnection.Connect.Rejected":
    trace ("Oops! the connection was rejected");
    break;
    case "NetStream.Play.Stop":
    trace ("the stream has finished playing");
    break;
    case "NetStream.Play.StreamNotFound":
    trace ("the server cannot find the stream you specified");
    break;
    case "NetStream.Publish.BadName":
    trace ("the name of the stream is already used");
    break;
    }
    }

    read a stream stored on the server
    private void connectStream(nc:NetConnection):void {}
    Stream = new NetStream (nc);
    stream.addEventListener (NetStatusEvent.NET_STATUS, netStatusHandler);
    Stream.client = new CustomClient();

    video = new Video();
    video.attachNetStream (stream);

    Stream.Play ("Peter_Christie_widescreen_bloomberg_hr", 0);
    addChild (video);
    }
    }
    }

    * OBJECT EXAMPLE TO SHOW HOW. FLV IS PASSED in THE QUERY STRING for WHICH THE FLVplayback control reads:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="480" height="440" id="MediaPlayer"> 
    <param name="movie" value="/Media/VideoPlayer_Large.swf?VIDEO=rtmp://216.203.12.15/vod/Peter_Christie_widescreen_bloomberg_hr&MM_ComponentVersion=1&autoPlay=false&autoRewind=true" />
    <param name="FlashVars" VALUE="rtmp://216.203.12.15/vod/Peter_Christie_widescreen_bloomberg_hr&MM_ComponentVersion=1&autoPlay=false&autoRewind=true" />
    <param name="allowScriptAccess" value="sameDomain" /> <param name="quality" value="high" />
    <param name="VIDEO" value="rtmp://216.203.12.15/vod/Peter_Christie_widescreen_bloomberg_hr&MM_ComponentVersion=1&autoPlay=false&autoRewind=true" />
    <embed src="/Media/VideoPlayer_Large.swf?VIDEO=rtmp://216.203.12.15/vod/Peter_Christie_widescreen_bloomberg_hr&MM_ComponentVersion=1&autoPlay=false&autoRewind=true" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" flashvars="&MM_ComponentVersion=1&autoPlay=false&autoRewind=true" type="application/x-shockwave-flash" width="480" height="440" name="MediaPlayer">
    </embed>
    </object>

    Assuming that your FMS is configured to bind to port 80, and there is nothing else on the binding of FMs machine to port 80 on the same IP address, your FMS should be ready to accept applications for tunnel using rtmpt on port 80 Protocol.

    Where you go wrong, this is how you make the connection in your client-side code. You don't want to connect several statements that you are... you want to do one, and then let the flashplayer running in its default login process, or set up a timer to manage failures of Protocol in your own code.

    When you call NetConnection.connect() without specifying a port (or an other rtmp Protocol) in the url, the flashplayer first attempts a connection rtmp on port 1935. If this fails, the flashplayer will automatically attempt a connection by tunnel via port 80. The status event will not be distributed until the Flashplayer Gets a successful login, or fails on all combinations of port/protocol. So, you just make a call to the connect() function.

    If you prefer to try combinations of port/protocol specific and define your own time-out, you can set the port/protocol in the url

    NC. Connect ("rtmp://myserver.com:1935/app/instance"); ")

    or

    NC. Connect ("rtmpt://myserver.com:80/app/instance"); ")

    When you set the port/protocol, the flashplayer will attempt to establish the connection on this port/protocol only and the status event based on this single attempt to shipping.

    So, if you don't want to rely on the flashplayer to treat this, you would first try rtmp/1935. In your State Manager, you inspect the event info.code property. If you don't get a successful connection, then try rtmpt/80

  • Flash Media Server 2 - protect the RTMP stream...

    Hello

    I'm working on a project involving Flash Media Server 2 and streaming
    videos using the RTMP protocol.


    At first I thought I could just use the FLVPlayback control, but it
    doesn't seem so safe. I don't even need to connect to the
    NetConnection object before their passage along a value in the .source
    property or .load method.


    Then I started watching NetStreams and then using attachNetStream to
    a video object. In this way, it will only connect in the stream if it
    successfully hooked up with the NetConnection
    (application.acceptConnection). am I correct in assuming that this is more
    ensure that the use of a control of FLVPlayback?


    Is it possible to pass a stream to a FLVPlayback control, so the user interface is
    already created, including the implementation of start/stop/pause and the read head they can
    use to Polish? Or y at - it an easy way to build the user interface on a custom
    video object? All links to examples would be greatly appreciated.


    I currently if users can click on the thumbnails (loads through XML)
    to. seek() to specific tasks in the workflow. Which works very well. But
    the main feature I need now is a head of reading and scrub bar. I know
    I could quite easily create a Play/Pause/Stop button.


    Sorry if this question does not make much sense. For now, I'm
    feeling a little lost in this project :)


    Thank you


    Chris T.

    I wanted just to update (in case someone else through it), but it seems that http://www.gotoandlearn.com/ accurate tutorials, I needed about how to build my own custom player using a video object and NetStream. At the bottom of the list of tutorials, there are 6 video tutorials which helped.

    Already well on my way to fill!

  • How to disable Media Server streaming

    all I want to know is how to disable streaming media servers

    Hello

    I suggest you to refer to this link and check if it helps:

    http://social.technet.Microsoft.com/forums/en-GB/w7itpromedia/thread/76cedde5-4E93-4B11-BF8B-168a41d377d7

    It will be useful.

  • Problem with the help of HLS HTTP Streaming on AMS 5

    Hello

    I use 5 AMS and try using HLS http streaming to devices mobile iOS.

    When I try to open URLs of flow hls http://host-NAMEL/HLS-live/livepkgr/_definst_/LiveEvent/Livestream.m3u8 I noticed as " " Livestream.m3u8 was not found on this server"."


    http://host-name/HDS-live/livepkgr/_definst_/LiveEvent/Livestream.F4M Watch

    " < manifest xmlns =" http://ns.Adobe.com/F4M/1.0 ">

    livepkgr/events/_definst_/liveevent < id > < /ID >

    < mimeType > < / mimeType >

    < streamType > live < / streamType >

    < duration > 0 < / time >

    < / manifesto >

    When I start streaming via OUT AMS living newspapers I see

    Name of the stream is: liveevent and the event is live: liveevent

    F4F:LiveEvent - NetStream.Data.Start

    F4F:LiveEvent - NetStream.Publish.Start

    F4F:LiveEvent - NetStream.Play.Reset

    F4F:LiveEvent - NetStream.Record.Start

    F4F:LiveEvent - NetStream.Codec.Error

    But there is no information on *.m3u8

    I use the configuration of default adobe with appache included for installation of AMS.

    What can reason do not work HLS.

    Also cannot find information on CTS in appache logs

    Sorry for my English.

    Well, it's good looks.

    m3u8 is a kind of playlist where the player to get the meta-to play different pieces in order to view a livestream.

    Initially, you will have to wait a few seconds (I think 30 by default) the AMS can display these pieces.

    M3u8 Url´s can only be displayed in specific players (JWPlayer for example) or on browsers as native Safari (osx / ios). I'm not sure playing m3u8 Url´s on Android devices.

    But I you enter this URL in your safari on a mac or iphone / ipad, you will see the livestream.

    Another problem could be the mode "full screen", which is forced on iOs for some reason. On the iPad, you can play the inline flow as well as an additional parameter (webkit-playsinline = "1"-> works only on ipad).

    Hope that helps a little... If you don't have any OSX / IOS device for the test, just start a data stream and send me your url via private message. I can test it for you if you want

    !

  • Setting up Flash Media Server stream

    I have Adobe Media Server 4, and I use Flash Professional CS5.5 to create an application streaming. To test, I use Adobe Page where you can insert stream url and the name of the stream to connect to the source continuously, for an overview of default. This page at the start, where you have two blocks of videos, left a broadcast and a right to see the flow.

    Here's the AS3 code inside my application:

    var bandwidth:int = 0; 
    var quality:int = 50;
    var camera:Camera = Camera.getCamera();

    camera
    .setQuality(bandwidth, quality);
    camera
    .setMode(430,320,15, true);

    var video:Video = new Video();
    video
    .attachCamera(camera);
    addChild
    (video);
    video
    .width = 430;
    video
    .height = 320;

    var nc:NetConnection = new NetConnection();
    nc
    .connect("rtmp://***");
    nc
    .addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);

    function netStatusHandler(event:NetStatusEvent):void{
       
    if (event.info.code == "NetConnection.Connect.Success")
       
    {
        label10
    .text = 'Connected';
       
    var ns:NetStream = new NetStream(nc);
        ns
    .attachCamera(camera);
        ns
    .publish("NewStream1", "live");
       
    }

    }

    When I run this file I get "connected" in label10, this means that it is connected to the server rtmp connection.

    When I insert this specific rtmp link and NewStream1 (from ns.publish ("NewStream1", "live") ;) within the Adobe page by default, it does not work... It connects, but it shows only white box black.

    And when I use this page by default for stream, the left diffuser, it works very well.

    Also, I have made my own watcher and it connect too, but there is no data streaming.

    Can someone help me with this, tell me what I am doing wrong?

    Or can someone tell me how to test the camera sent to the server data?

    Thank you.

    Are you sure that when your client is running - camera is not attached to another client?

  • receive UPnP streams in WMP 11 - Twonky Media Server

    Unlike most people, I try to use WMP 11 as customerDLNA.

    Currently I have a NAS running Twonky 4.4.11 and try to see the media on WMP 11 in Windows Vista Ultimate x 64.

    WMP11 at the start, it only sees the media server about 50% of the time, and when he see it, he encounters an error about 5 seconds later and stops.  Within 5 seconds, I can see the covers and summaries from coming television series, but of course, everything stops, dead with the error is encountered.

    I know that Twonky is not to blame because I am able to access the same media via my PS3 with no problems.  Also, I put in square Twonky so that he knows that my client is Windows Media Player (there is no option to set the version).

    In the windows application log, I get the following error:

    Failed application wmplayer.exe, version 11.0.6001.7110, time stamp 0x49360d30, failed module wmp.dll, version 11.0.6001.7110, time stamp 0 x 49362665, exception 0xc0000005, offset error 0x000000000043bbac, process 0x1f3c id code, start the application time 0x01c9b37f38c589f9.

    I guess it's maybe a driver issue, but I'm not really sure now a search is farther away.

    Any suggestions?

    THX,

    -Sheldon

    PS. I note that WMP lists my NAS as "PVConnection... Server %nom%", do not know if this is another way of showing that it's a UPnP connection.

    Hello HeartOfGold,

    Thank you for posting.  I have additional information.  Maybe we could try using the 32-bit version of Windows Media Player to try to resolve some possible compatibility issues.  You can access the media player from 32-bit to

    by clicking on start/Orb and computer selection.
    Open the disc space (c), and then open the files of x 86 programs.
    Once there, you can see the file on Windows Media Player.
    Wmplayer.exe is the 32-bit version of media player.
    You do a right click and pin to start menu for easy access later.

    I found that using the version 32-bit solves a lot of my codec and compatibility problems, because most of the codecs do not support the really 64-bit right now.

    64-bit Vista includes 64 and 32-bit Media Player and Internet Explorer only for cases like this.

    Hope this helps you. Zack
    Engineer Microsoft Support answers visit our Microsoft answers feedback Forum and let us know what you think.

  • Need help to choose between Streaming &amp; Interactive Server

    Hi all

    We are the Windows Media to Flash Media Server server migration and so I need advice. Here are my requirements:

    1. Be able to deliver videos in playlists. For example: Insertion of ads before the main video
    2. Restrict access to certain videos will be available for only paid customers
    3. Be able to create applications where users can upload their own videos. I guess that this requires that the server of the company. However, this requirement is not critical.

    Another tip for the first time is more than welcome. Thank you for taking the time to read this post.

    Thank you

    Mushtaq

    You will need the interactive version of create playlists on the server side. Your other option is to get the streaming version and create a playlist in an XML file (for example), which supported the client-side custom player video (you need to have this done) and go from there.

    To create a playlist that automatically runs as TV and people just "connect" each time, you need to use good FMIS. I don't see why you need the Enterprise version, so you don't have to buy.

  • How to save songs on Flash Media Server streams?

    I want to record a stream that is published with Flash Live Encoder FMS 3.5, but divide the recording into files with predefined length. For example, if a 'webcam' feed is published I want to save it in 10-minute segments: "webcam1.flv", "webcam2.flv"... From what I can tell there is no possibility of working with timers. The only solution I could think about was via stream.record () with a delay setting, but which seems to be a hack because it triggers the NetStream.Record.DiskQuotaExceeded on the stream when the recordin should stop and start recording another piece. If someone has done something similar?

    I would like to approach it by saving in a new stream side server instead of directly the customer record to publish feeds. A rough example would be something like this (I'm testing the code... it's just an example):

    application.onPublish = {function (client, stream)

    client.publishingStreamName = stream.name;

    application.chunkRecording (customer);

    }

    application.onDisconnect = {function (customer)}

    clearInterval (client.chunkInterval);

    {if (client.recordingStream)}

    client.recordingStream.play (false);

    client.recordingStream.record (false);

    }

    }

    application.chunkRecording = {function (customer)}

    clearInterval (client.chunkInterval);

    Stop the recording of any old

    {if (client.recordingStream)}

    client.recordingStream.play (false);

    client.recordingStream.record (false);

    }

    Start the new record. Create a new name for the stream based on the time.

    var recordStreamName = client.publishingStreamName + '-' + new Date () .getTime ();

    client.recordingStream = Stream.get (recordStreamName);

    client.recordingStream.record ();

    Me throw again in an hour.

    client.chunkInterval - setInterval (application, "chunkRecording", 3600000, client);

    }

  • 40TL838 - DLNA problem files on DLNA and Plex Media Server

    Hello
    I have a problem with streaming * avi files * via * DLNA * on my TV * 40TL838 *. My * Ubuntu Server 12.04* is my Media Server with a * Plex Media Server * running on it. The Plex Media Server is my DLNA server. I am able to view the mkv, m4v, m4v... videos, but my avi files I can see, but if I select a nothing happens.
    Streaming via DLNA on my iPhone or iPad is no problem.
    Perhaps some can help me here.
    Thank you...

    Hello

    First I would recommend you to check the records of media supported player.
    This is mentioned in the manual on page 67/68
    http://www.Toshiba-OM.NET/LCD/PDF/English/TL838-324046-English.PDF

    There, you will find all the details on the format of media supported, video codec and audio codec USB and DMS (digital media server is a device that can function as server for a player) reading.

    The basic operation is also described in the 40-43 user manual page.

  • Cannot depend on the network discovery and streaming media

    I use Win7 Pro., SP1.

    Some time ago, the I realized that I can not use home network more. I can't turn on my discovery of home network and streaming media. The network discivery always returns OFF.

    The following services are all on (automatic): support TCP/IP NetBios and DNS Client, Function Discovery Resource Publication, SSDP Discovery.

    Please notify.

    Hello Dudi,

    I would like to know some information about the problem so that we can help you better.

    What is the brand and model of your computer?

    Thank you for details on the question and your efforts to resolve.

    I also know that the inconvenience that you are experiencing because of the discovery of the network and streaming media problems. I'm going to

    certainly will help.

    Network discovery is a network setting that determines if your computer can find other computers and devices on the network and whether other computers on the network can find your computer.

    This problem can occur because of incorrect network discovery and streaming media settings.

    For network discovery, I suggest you use the steps in this article and check if it helps.
    Reference:
    You can't turn on the discovery of network and Sharing Center in Windows Server 2008, Windows Server 2008 R2 or Windows Server 2012
    https://support.Microsoft.com/en-us/KB/2722035
    (Also valid for Windows 7)

    For media streaming, refer to the suggestions of gifted xI replied on 24 December 2010 and check.
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-Networking/cannot-turn-on-media-streaming-another-Windows-7/b765ec7a-8c7a-4147-8645-fedc3a5fc991

    I hope this information helps.

    Please let us know if you need more help.

    Thank you

  • Windows 7; Windows firewall prevents the discovery network, files and printers, sharing, public folder sharing and streaming media

    Windows Home Premium SP1, completely up to date.  Windows Firewall is enabled.

    Try to keep the file sharing and printers on a home network.  Try changing the settings on the control panel; All Control Panel items: Center network and sharing; Advanced sharing settings.

    When I try to change the option buttons for sharing, then click on save changes at the bottom of the page, the screen jumps to the network and sharing Center.  Object entering the settings advanced, no parameters have been recorded.   The comoputer restarting does not help.  I checked that the following services are running and set to automatic according to the http://answers.microsoft.com/en-us/windows/forum/windows_7-networking/cant-turn-on-network-discovery-and-media-streaming/98654e71-4bff-4dd3-acec-ffc3524d44a4;

    The base filtering engine
    DNS client
    Function Discovery Provider Host
    Function Discovery Resource Publication
    HomeGroup listener
    HomeGroup provider
    Server
    SSDP Discovery
    UPnP device host
    Windows Firewall

    When I stop the Windows Firewall service, I can activate the sharing I want.  Of course the windows firewall prevents sharing I would do on my network.

    I'm uncomfortable with Miss having a firewall work on my computer.  How to configure my Win 7 machine windows firewall to allow communications with my homegroup?  I tried to restore the default values.  This did not allow the communication.  I tried to find the homegroup settings in the advanced settings of the windows firewall.  No luck there.

    What should I do to configure my windows firewall to allow network discovery and file sharing of printers and media streaming and sharing?

    Hi stephanie,.

    Thanks for joining us out on Microsoft Community Forums.

    Looks like the Windows firewall prevents the discovery network, files and printers, sharing, public sharing of files and streaming media. We will analyze and identify the cause of the problem.

    You have a third-party antivirus installed on the computer program?

    Method 1:

    To turn on network discovery

    1. Open advanced sharing settings by clicking the Start button, then Control Panel. In the search box, type network, click Network and sharing Center, and then, in the left pane, click on change settings for sharing advanced.
    2. click on the chevron to expand the current network profile.
    3. click turn on network discovery and then click on save changes. If you are prompted for an administrator password or a confirmation, type the password or provide
    confirmation.

    The article below explains all about the network discovery:
    http://Windows.Microsoft.com/en-us/Windows7/enable-or-disable-network-discovery

    If any of these responses not solve the issue, let us then run the sfc scan and check if any file system is corrupt. I also recommend to perform a clean boot in order to find the root cause of the problem.

    Method 2:

    Use the (SFC.exe) System File Checker tool to determine which file is causing the problem and then replace the file. To do this, follow these steps:

    a. open an elevated command prompt. To do this, click Start, click programs, accessories principally made, right-click Guest, and then click Run as administrator. If you are prompted for an administrator password or a confirmation, type the password, or click on allow.

    b. type the following command and press ENTER:
    sfc/scannow

    The sfc/scannow command. analyzes all protected system files and replaces incorrect versions with appropriate Microsoft versions.

    More information on SFC scan found in this document:
    http://support.Microsoft.com/kb/929833

    See also:

    Open a port in Windows Firewall

    http://Windows.Microsoft.com/en-in/Windows7/open-a-port-in-Windows-Firewall

    Allow a program to communicate through Windows Firewall

    http://Windows.Microsoft.com/en-in/Windows7/allow-a-program-to-communicate-through-Windows-Firewall

    Hope this information helps. Get back to us if you have more queries about Windows.

Maybe you are looking for