How to disable progressive downloads

We have FMS interactive configured to do RTMP and HLS streaming. However the clips still can be downloaded through http://domain.name.com/vod folder. Is there a way to disable progressive downloads? While at it is there a way to disable HDS also? I want to allow HLS and RTMP only.

Reason for your data available for progressive dowload is because its there in webroot. Webroot/<extendend-path> is by default available to any client via http://server-name/<extendend-path> unless you have taken measures to protect it inside Apache's httpd.conf.
You can do one thing. Keep your content outside Apache's webroot. Say C:/myvideos/. for example there is a video there sample.f4v i.e C:/myvideos/sample.f4v
Now you can change the location "HttpStreamingContentPath" pointing to from "../webroot/vod" to "c:/myvideos/" under hls-vod inside httpd.conf (Apache/conf)
<Location /hls-vod>
    HLSHttpStreamingEnabled true
    HLSMediaFileDuration 8000
    HttpStreamingContentPath "C:/myvideos/"
    HLSFmsDirPath ".."
    HLSJITConfAllowed true
   Options -Indexes FollowSymLinks
</Location>
Or you can disable(modify) content availibilty by making appropriate changes unders in httpd.conf
<Directory "../webroot">
    Options -Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
To disable HDS-Live, set "HttpStreamingEnabled" to false under hds-live location directive
<Location /hds-live>
    HttpStreamingEnabled false
To disable HDS-vod, set "HttpStreamingJITPEnabled" to false under hds-vod location directive
<Location /hds-vod>
    HttpStreamingJITPEnabled false
To disable HDS-vod offline fragmented content, set "HttpStreamingEnabled" to false under vod location directive
<Location /vod>
    HttpStreamingEnabled false
You need to restart the Apache server after making the changes to get them reflected next time..
Hope it help

Similar Messages

  • How to disable a downloaded pdf openned by Acrobat automatically?

    Hi,guys,
    How to disable a downloaded pdf openned by Acrobat automatically?
    Thanks.

    Thank you very much! JTANNA.
    2011/9/29 JTANNA <[email protected]>
       Re: How to disable a downloaded pdf openned by Acrobat automatically? created by
    JTANNA <http://forums.adobe.com/people/JTANNA> in Acrobat Windows - View
    the full discussion <http://forums.adobe.com/message/3944616#3944616>

  • Hi,guys,how to disable a downloaded pdf openned by Acrobat automatically?

    Hi, guys.
    Whenever a pdf is downloaded by IE, it will be openned by Acrobat automatically.
    This disturbs me to download the next pdf.
    Is there any way to disable it?
    Thank you very much!

    Thans a lot!
    2011/9/29 Jacob Bugge <[email protected]>
       Re: Hi,guys,how to disable a downloaded pdf openned by Acrobat
    automatically?  created by Jacob Bugge<http://forums.adobe.com/people/Jacob+Bugge>in
    Forum comments - View the full discussion<http://forums.adobe.com/message/3944337#3944337>

  • How to Disable the download a copy option of SharePoint Library Item .

    Hi
    I want to Disable the Download a copy sub menu for SharePoint Library Item.
    How would I accomplish that?
    Thanks...

    Hi,
    It is not recommended to implement the stated behavior. But, you can achieve it by following steps given in link below:
    Hide Context Menu "Download a copy" link
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • How to disable photo-downloader for ever ?

    Hi there,
    after installing Photoshop Album Starter Edition 3.0 my PC always shows an active downloader icon in the systray. I don't want this program to run for ever (or at each startup). Even deactivating is only valid until the next reboot.
    How can I disable this program ?
    Thanks for your help
    Casik

    Hi Casik,
    You can disable the downloader by right clicking the icon and selecting disable. After this the icon is still visible in system tray but Downloader doe snot launch automatically.
    There have been some posts in the past about removing the icon from system tray. However I have not tried the suggestions and cannot tell you for sure whether we they work.
    Here is the link to one of the posts:
    Colin Walls, "Stop automatic startup??" #6, 19 Sep 2005 11:19 pm
    Hope this helps you.
    ~Vibha~

  • How to Load Progressive-Download Video just when I press Play?

    I have set the Progressive-Download video instead of Streaming-Video (because my webserver provider "aruba.it" doesn't offer
    streaming videos), in Flash CS4 Professional, and exported to Dreamweaver CS4.
    I have also inserted the HTML code in Dreamweaver CS4 to enable FullScreen Playback of Flash .flv Videos.
    Now I have a problem:
    - When the webpage loads into Internet Explorer 7, it take much time to load all the videos at same time!
    Thus I want this:
    - I want that the videos start to load just when I press the Play button, individually, not at same time.
    - I don't not want that start the load immediately when the webpage opens in IE7.
    - I want that the videos start to load content in the same manner of YouTube videos, just when I press play.
    How can I do?
    What is the HTML code that I should insert into DreamweaverCS4?
    I have seen this help page:
    http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/fl/video/FLVPlayback.html#lo ad()
    At Chapter "Public Methods" I have seen this "load" function:
    "Begins loading the FLV file and provides a shortcut for setting the autoPlay property to false and setting the source, totalTime, and isLive properties, if given..."
    Can be useful this function?
    Horsepower0171.

    Excuse me, I am a beginner user of FlashCS4.
    OK!
    StepByStep:
    My site is http://www.cavallodario.it. Please see the third top section called "Sezione 3D">Maya>the last bottom video on the page is published as Streming video (I think)...
    There, are all the videos.
    I have understood that YouTube video is http streaming.
    Instead, in FlashProCS4, I have seen a second Option after ImportVideo Menu (is Flash Media Server streaming?):
    1) "Sul Computer" (on the Desktop, local); NOT CHECKED
    2) "Già distribuito su un server Web, Flash Video Streaming Service o Flash Media Server"; CHECKED and selected the URL: http://www.cavallodario.it/filmati_Maya/flv/Wagon_01_PAL_Letterbox.flv
    > Next > SkinBar with Fullscreen Button (called "SkinUnderPlayStopSeekFullVol.swf") > Next > End.
    But I have a doubt if this is a streaming function:
    -After published the webpage via FTP with Dreamweaver, in IE7 browser the loading progress bar appears immediately, and loads the video when the webpage appears, not when I press Play Button!
    Why this?
    How I can do to load the video just when I press the Play button?
    - I have seen the "NetConnection / NetStream" classes in the FlashCS4 Help, but I am a confused beginner user and I don't want write an ActionScript code to build a custom navigation bar.
    Please response me!
    Thanks!
    Horsepower.

  • How to disable data download?

    In my APEX reports, there is a drop down menu (on the cog symbol) for downloading data in CSV format.
    How can I disable this download option?
    Thanx

    Hi,
    In the Search Bar section of the Report Attributes, de-select "Download" from "Include in Actions Menu".
    --Jennifer                                                                                                                                                                                                                                                           

  • How to disable photo downloader in Elements 13 on Windows 8.1?

    Everytime I connect my GPS unit I have to wait as the photo downloader kicks in.  I can not find the setting to disable it.  Can anyone help.   Thanks.

    Try going to the Control Panel -> Hardware and Sound -> Autoplay
    You should be able to change the settings there.
    Brian

  • How to disable auto-download on whatsapp

    Hello everyone,
    I just bought my new Q10 recently, im trying to disable the auto-download functions for photos and video from the whatsapp but cannot find any setting that giving me chances to do that. Can anyone help me to solve this problem.
    Cheers.

    Perhaps someone who knows WhatsApp better may respond here, but have you asked the developer of WhatsApp that question?
    WhatsApp is not a BlackBerry developed app, but a private developer not associated with this forum.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HT4539 How to disable automatic downloads

    I want to stop automatic renewal of Farfaria.

    You want to stop an automatic subscription correct? Stopping automatic downloads will not end the subscription. Look here for the instructions.
    iTunes Store: Purchasing and managing auto-renewing subscriptions

  • How do I disable automatic downloading?

    When I am on iTunes,files that I have already purchased and downloaded automatically begin downloading out of nowhere.  It gets very annoying, and I would like to know how to disable automatic downloading.

    Which operating system are you using?

  • Deactivate progressive download in Adobe Flash Player

    Concerning progressive download in Adobe Flash Player, I have these questions:
    1) Is it possible to deactivate or disable progressive download in Adobe Flash Player? For instance, if I want to watch a 30 minute video on a video site, and I have Adobe Flash Player installed, then by clicking on the video link, Adobe Flash Player will automatically begin to progressively download the file, thus enabling me to watch the video while it is being downloaded. At the end of the download, the entire 30 minute video file is stored in a temporary folder on my computer's hard disc. Supposing I don't want that file to be fully downloaded unto my harddisk, what options do I have to prevent Adobe Flash Player from progressively downloading the said file?
    2) Since Adobe Flash Player utilizes progressive downloads, what happens to the downloaded file? Will it be automatically deleted when the browser is closed, or will it remain in the temporary folder?
    3) Are there any settings which I can to configure either on the operating system or in the browser which will prevent or deactivate progressive download?
    Thanks very much in advance for your reply.
    Best regards
    Jack

    What are local storage settings?
    Applications that run in Adobe Flash Player may want to store some information on your computer, but the amount they can store is limited to 100 kilobytes unless you agree to allocate additional space. Local storage settings let you specify how much disk space, if any, applications from a particular website can use to store information on your computer. Note that it is the person or company that has created the application you are using that is requesting such access, not Adobe (unless Adobe has created the application that wants to save the information). In the dialog box shown above, [website] represents the name of the person or company requesting access. It is the responsibility of the person or company requesting access to make it clear to you why they want access and how they plan to use the information they save. You should be aware of the privacy policy of anyone who is requesting access to your computer. For example, see Adobe's privacy policy. Contact the website requesting access for information on their privacy policy.
    It's important to understand that even though this settings panel is part of Flash Player, the information will be used by an application created by a third party. Adobe assumes no responsibility for third-party privacy policies, actions of third-party companies in storing information on your computer, or such companies' use of such data or information.
    What kind of data can an application that runs in Flash Player store on my computer?
    The kind of information stored depends on the application. Information can be anything from your user name to your current score in an interactive game to a list of stocks in your portfolio. The application should make it clear what kind of information it wants to store.
    Who has access to the information?
    This information may be accessed by an application that is currently running in Flash Player or by another application that runs in Flash Player on the same website. Adobe does not have access to this information (unless Adobe has created the application that wants to save the information).
    As discussed in What are local storage settings? above, it is the responsibility of the website requesting access to make it clear to you why they want access and how they plan to use the information. For example, will it be available only to you, or will it be posted in a public place? Who will have access to it in the future? Will it be deleted after a certain period of time? The privacy policy of anyone who is requesting access should address these sorts of issues.
    I've already set privacy and disk space options in my browser. How do these settings interact with my Flash Player settings?
    You may be aware that some websites work together with your browser to store small amounts of data, called cookies, on your computer for their own use in the future. For example, when you go to a website regularly, it may welcome you by name; your name is probably stored in a cookie, and you can use browser options to determine whether you want cookies or not. You may also have specified in your browser that pages you visit can take up only a certain amount of disk space.
    When SWF or FLV content is being played, the settings you select for Flash Player are used in place of options you may have set in your browser. That is, even if you have specified in your browser settings that you do not want cookies placed on your computer, you may be asked if an application that runs in Flash Player can store information. This happens because the information stored by Flash Player is not the same as a cookie; it is used only by the application that runs in Flash Player, and has no relation to any other Internet privacy or security settings you may have set in your browser.
    Similarly, the amount of disk space you let the  application that runs in Flash Player use has no relation to the amount of disk space you have allotted for stored pages in your browser. That is, when SWF or FLV content is being played, the amount of disk space you allow here is in addition to any space your browser is using for stored pages.
    No matter how you may have configured your browser, you still have the option to allow or deny an application that runs in Flash Player permission to store the information, and to specify how much disk space the stored information can occupy, as discussed in the rest of this document.
    What are my local storage options?
    If you don't want to let applications from this website save any information on your computer, and you don't want to be asked again, select Never. Note that applications from other websites may later ask to store information on your computer. If you don't want applications from any website that you haven't yet visited to store information on your computer, and you don't want to be asked again, use the Global Storage Settings panel.
    If you want to let applications from this website save information on your computer, but you want to decide on a case-by-case basis for each application, move the slider to the far left (None). Each time an application from this website wants to save information on your computer, you will see a question asking for more disk space.
    If you want to let applications from this website save as much information on your computer as they need to, move the slider to the far right (Unlimited).
    If you want to let applications from this website save information on your computer, but want to limit the amount of disk space they can use, move the slider to select 10 KB, 100 KB, 1 MB, or 10 MB. If an application needs more space than you have allotted, you will see a question asking for more disk space while the application is running.
    If an application from this website has already saved some information on your computer and you select a value that is lower than the amount of information already stored, Flash Player informs you that any information that has already been saved will be deleted.
    If you don't want existing information to be deleted, click Cancel to return to the Local Storage Settings panel, and then select a higher value. Otherwise, click OK to delete the information and return to the application.
    How can I change my local storage settings?
    You may want to change your local storage settings if, for example, you want to allot more space for information from this website. To display the Local Storage Settings panel:
    Right-click (Windows) or Control-click (Macintosh) the application image while it is running.
    From the context menu, select Settings, and then click the Local Storage tab.
    You can also change storage settings directly with your browser here: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.htm l

  • Disable Photo Download Link

    Does anyone know how to disable the download button in the albums? I looked around and I couldn't find any way of removing the button. I don't really want to have to password protect my site and only allow specific people access, but it is the only alternative I see to stopping people from being able to download my images at will. They are of course small res images, not usable for printing, but still, I'd rather not give people the opportunity to snag my work. Any ideas on how to work around this?
    Any advice on these issues would be greatly appreciated.
    Thanks very much.

    So, I gave this a try - putting a box over the download button that is the same color as the background to mask it and it works to a certain degree. The problem with it is that the download button on that third view (the larger image with the thumbnails that scroll across the top) is in the same spot at the subscribe button on the previous page (the page that is the actual album page with all of the photo thumbviews on it). So if you put a box over the download button, it also covers up the subscribe button on that previous page, because somehow the two pages are linked. Now if you don't care if people can subscribe to your pages or not, this solution works. But, if like me, you would like to encourage people to subscribe to the feed (rather than having to send out a massive email every time a new photo is uploaded) then this method will not work.
    Thanks for the suggestion though Roddy, on the basic level it makes perfect sense and is a viable work around to the problem.

  • HT5625 my apple id has been disabled and i do not know how do i can download app from app store again

    my apple id has been disabled and i do not know how do i can download app from app store again

    If changing your password does not resolve, then contact itunes support

  • In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone.

    In My iphone 5s,i have disabled automatic download from whatsapp app.So whichever images,video i feel is good i download them and then save them to my camera roll section.So i want to know how can i remove the images from cache of my phone which are downloaded and not saved,but they remain in cache.
    Even in some apps i have data which i want to remove,but cant find a way to remove them and they are in my cache eating up my memory.

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

Maybe you are looking for

  • Jndi data source references at deployment time

    hi, i have been thinking and trying for days now, so any hint is greatly appreciated. we have an enterprise java application with adf faces, bc4j and jpa all in one ear which runs on weblogic 10.3. we want several instances of the same application ru

  • Web Services and data flow on Multicast

    Need to find out a few options for how a Web Service application could send data (XML) to a multicast configuration (PIM). I first thought about SOAP over some protocol like HTTP but wanted to get more input and ideas based on other experiences. Also

  • CUCM Administrator Account

    Hi, We have CUCM syched with AD and our IT staff log in with their AD credentials to make changes. I have found that when we log in with Ad credentials we sometimes don't have access to add/modify stuff (despite having the appropriate Role). Once we

  • .mp4 Video File Import Question

    I have imported my .mp4 home moves into itunes many times with no incident. I've used both the Roxio Popcorn app and also just add a .mp4 file to Library with no problem. Now I have a home video that I've just completed and want to add to my movie li

  • Getting Automator or AppleScript to start up QuickTime and play a radio sta

    I am new to Automator and have never tried AppleScript. I would like my Mac to start up and play a radio station. I have been successful in getting the link to work in QuickTime or play directly in Safari. However, when I try to use Automator to star