Apache or Windows server for HTTP streaming

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?

Hi,
Thanks for your interest in HDS.
HTTP Dynamic Streaming only works with Apache web server. The basic Apache web server is already bundled along with FMS from the 4.0 versions where the HTTP Dynamic streaming modules are loaded by default. Alternatively, any external apache installation also can be used, by copying the required module files and changing the configuration apache files to enable them..

Similar Messages

  • Setting up Debian server for HTTP Dyn Streaming (without FMS)?

    Hi!
    Is it possible to set up a Debian server for Http Dynamic Streaming without Flash Media Server?
    (I realize that this means video on demand only, no live streaming!)
    Are there any walkthrouhgs or tutorials on how this can be done?
    Regards / Jonas

    I just found this tread, that answers my question:
    http://forums.adobe.com/thread/747115

  • Configurations Flash Access Server for Protected Streaming

    Do anybody have informations, how configurate files flashaccess-global.xml and flashaccess-tenant.xml?
    I now that Flash Access Server for Protected Streaming ignored content policy, and policy have to set in that configurations files.
    Where can I read about that? Very small informations are about that
    Thanks

    Hello,
    Please check chapter "Deploying the Flash Access Server for Protected Streaming" in http://help.adobe.com/en_US/flashaccess/2.0/protecting_content.pdf.
    Best regards,
    Wang Chao

  • Why don't my DRM policies seem to work? Using "License Server for Protected Streaming"

    Do you find yourself setting rights/restrictions in a DRM policy (like disallow playback on Linux), only to see that the right/restriction isn't being enforced when you play your content?  There may be several reason causing this to happen:
    1. If you are using the "Adobe Access Server for Protected Streaming" that came on your ESD/DVD, this streaming-only server is configured to specifically ignore any policy that was used to package content.  Instead, the server itself overrides the entire packaged policy and instead, reads rights from its tenant configuration XML file (flashaccess-tenant.xml) to generate licenses issued back to the requesting device.
    2. Is your license server configured to use a PolicyUpdateList?  This is a list that can be used to override any old policy (according to its Policy ID) and to use a newly defined policy instead.  This is useful if content was pacakged with a policy and then afterwards, the business rules have changed for the particular policy, warranting an across-the-board change to all content packaged with that particular policy.  Using a PolicyUpdateList is essentially a way to version your older (already used) policies.
    3. is your license server overriding the policy manually in its code?  If you're using the Reference Implementation license server (or building your own server from the SDK), your server has direct access to the policy.  The server can add/remove/change any right in the policy before using it to generate a license for the requesting device.  If you're using the Reference Implementation, by default, it will simply generate a license directly from the policy without any manipulation to it.
    4. Are you sure you re-packaged your content using the new policy where you made your changes?  On your license server, since you have access to the policy (it's sent up to the license server as part of the license request), the license server can log the policy ID of the policy.  Check your logs to verify the new policy is actually being used.
    5. Are you sure you're playing back the newly-packaged content?  Caches may be stale.
    cheers,
    /Eric.

    Not possible with a POP account.
    The email account sync process with iTunes syncs (or transfers) email account setup information for select accounts only from your computer to the iPhone. This does not not involve messages.
    The reason the account's Inbox mailbox seemed to sync is because received messages with a POP account are the only server stored messages and if not removed from the server when downloaded by one email client can be downloaded from the server by another - in this case the iPhone.
    If you want Sent messages kept synchronized between your computer's email client and the iPhone's email client, you MUST use an IMAP account for this purpose.

  • Windows server for doucment storage

    Is it possible to use windows server for repository of document? we are using unix server for sap system and wants to use windows server for storing documents and fetch the documets from windows serevr to unix server, Is it possible?

    Hi,
    You can install Content server on Windows server and then create a content repository on this Server.
    Use this to store the DMS documents.
    Regards
    Abhishek

  • CSS Sorry Server for HTTPS

    How to configure Sorry server for HTTPS (443) port. Sorry server works fine with HTTP, But not with 443
    In the following config if server1 and server2 are down, the HTTP requests goes to the Sorry Server, but for HTTPS nothing is displayed. I am running the sorry server on port 81
    Please suggest
    !************************** SERVICE **************************
    service prisorry
    ip address 10.100.11.11
    keepalive type http
    keepalive port 81
    port 81
    active
    service secsorry
    ip address 10.100.11.12
    keepalive port 81
    keepalive type http
    port 81
    active
    service server1
    ip address 10.100.11.11
    keepalive type http
    keepalive port 80
    active
    service server2
    ip address 10.100.11.12
    keepalive type http
    keepalive port 80
    active
    !*************************** OWNER ***************************
    owner Loadbalancing
    content L4Rule1
    protocol tcp
    add service server2
    add service server1
    port 80
    url "/*"
    vip address 10.100.11.4
    advanced-balance sticky-srcip-dstport
    primarySorryServer prisorry
    secondarySorryServer secsorry
    active
    content L4Rule2
    protocol tcp
    add service server2
    port 443
    add service server1
    vip address 10.100.11.4
    advanced-balance sticky-srcip-dstport
    primarySorryServer prisorry
    secondarySorryServer secsorry
    application ssl
    active
    content L4Rule3
    add service server2
    protocol tcp
    port 1443
    add service server1
    vip address 10.100.11.4
    advanced-balance sticky-srcip-dstport
    primarySorryServer prisorry
    secondarySorryServer secsorry
    active
    Thanks

    I just deployed a couple 11050's the other day so my experience is limited, but I'd guess your problem is that, when using the Primary Sorry Server, you end up with clients sending HTTPS requests to an HTTP port. Having HTTPS requests redirected to HTTP ports is one thing because the client then makes an HTTP request to that port, but the way you have it above, it appears to me that the client will be talking HTTPS to port 81 on the Sorry Server, which is listening for HTTP.

  • [svn:osmf:] 13828: 1. Add MBR + DRM support for http streaming

    Revision: 13828
    Revision: 13828
    Author:   [email protected]
    Date:     2010-01-27 14:56:10 -0800 (Wed, 27 Jan 2010)
    Log Message:
    1. Add MBR + DRM support for http streaming
    2. Fix unit TestManifestParser.as to reflect the changes
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/manifest/ManifestParser.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
        osmf/trunk/framework/OSMF/org/osmf/video/VideoElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/manifest/TestManifestParser.as

    Hello Alex,
    I don't have an answer for you.
    But, can you try to use http://drmtest2.adobe.com:8080/Content/anonymous.f4v with locally hosted OSMF player? This content doens't require user/pass info.
    I'm wondering that Google TV's flash player doesn't support prompt dialog.
    http://drmtest2.adobe.com/AccessPlayer/player.html requires flash player 11. That's why it won't be loaded with flash player 10.x.
    Thanks,
    -- Hiroshi

  • Adobe Access Server for Protected Streaming Configuration Problem

    I cannot get the Adobe Access Server for Protected Streaming sample implementation up and running.  Could somebody help me figure out where I'm going wrong?
    I've configured the license server with the correct PFX files and when I run the validation tool, I get the following output.  This is a clean install with only the license server configuration (the content server is a separate machine).  I also get a similar error in the tomcat logs when I try to access a piece of content licensed to this server. 
    $ java -jar libs/flashaccess-validator.jar -g -r /var/lib/tomcat6/licenseserver/
    Validating global deployment ...
            Validating partition deployment - flashaccessserver...
                    Validating tenant deployment - flashaccessserver/mediafly...Failed to validate tenant deployment 'flashaccessserver/mediafly' - Error reading key server certificate for partition='flashaccessserver', tenant='mediafly'
    See log for details:
    (/tmp/temp281722781181937073071254678876423/flashaccessserver/flashaccess-partition.log)
    $ cat /tmp/temp281722781181937073071254678876423/flashaccessserver/flashaccess-partition.log
    [] 2013-02-12 15:37:26,383 INFO  [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.context.SimpleContex tFactory] Creating class loader for partition 'flashaccessserver' with libraries '[file:/var/lib/tomcat6/licenseserver/flashaccessserver/libs/, file:/var/lib/tomcat6/licenseserver/flashaccessserver/libs/flashaccess-license-server-ext -sample.jar]'
    [] 2013-02-12 15:38:41,247 ERROR [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.tools.Validator] Failed to validate tenant deployment 'flashaccessserver/mediafly'
    com.adobe.flashaccess.server.common.configuration.ConfigurationException: Error reading key server certificate for partition='flashaccessserver', tenant='mediafly'
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.readCerts(TenantConfigurationImpl.java:720)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.<init>(TenantConfigurationImpl.java:705)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl .<init>(TenantConfigurationImpl.java:115)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.CommonsConfigurationBas edFactory.getTenantConfiguration(CommonsConfigurationBasedFactory.java:90)
            at com.adobe.flashaccess.server.license.tools.Validator.validateTenantDeployment(Validator.j ava:255)
            at com.adobe.flashaccess.server.license.tools.Validator.validatePartitionDeployment(Validato r.java:283)
            at com.adobe.flashaccess.server.license.tools.Validator.validateGlobalDeployment(Validator.j ava:301)
            at com.adobe.flashaccess.server.license.tools.Validator.process(Validator.java:173)
            at com.adobe.flashaccess.server.license.tools.Validator.main(Validator.java:117)
    Caused by: java.security.cert.CertificateException: java.lang.IllegalArgumentException: unknown object in factory: org.bouncycastle.asn1.DERInteger
            at org.bouncycastle.jce.provider.JDKX509CertificateFactory.engineGenerateCertificate(Unknown Source)
            at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:322)
            at com.adobe.flashaccess.core.crypto.CertUtil.loadCert(CertUtil.java:33)
            at com.adobe.flashaccess.sdk.cert.CertificateFactory.loadCert(CertificateFactory.java:45)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.readCert(TenantConfigurationImpl.java:739)
            at com.adobe.flashaccess.server.license.configuration.commonsadapter.TenantConfigurationImpl $ServerCertsImpl.readCerts(TenantConfigurationImpl.java:718)
            ... 8 more
    Some additional information:
    $ uname -s -r -v -m
    Linux 2.6.32-350-ec2 #59-Ubuntu SMP Mon Jan 7 14:20:59 UTC 2013 x86_64
    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 10.04.4 LTS
    Release:        10.04
    Codename:       lucid
    $ dpkg -l | grep tomcat
    ii  libtomcat6-java                                             6.0.24-2ubuntu1.12                Servlet and JSP engine -- core libraries
    ii  tomcat6                                                     6.0.24-2ubuntu1.12                Servlet and JSP engine
    ii  tomcat6-common                                              6.0.24-2ubuntu1.12                Servlet and JSP engine -- common files
    $ dpkg -l | grep jdk
    ii  openjdk-6-jre-headless                                      6b24-1.11.5-0ubuntu1~10.04.2      OpenJDK Java runtime, using Hotspot JIT (hea
    ii  openjdk-6-jre-lib                                           6b24-1.11.5-0ubuntu1~10.04.2      OpenJDK Java runtime (architecture independe
    $ md5sum AdobeAccessProSDK_4_0_LS1_java.exe
    73068d8348cbdc1c29211a463a58b8df  AdobeAccessProSDK_4_0_LS1_java.exe
    Thanks,
    Bryan

    I found the problem. 
    Certificates/KeyServer/File[@path] needs to be set your license file, but it must be in the ".cer" format.  The server won't start without this fileand it was not mentioned anywhere in the quick start guide but is mentioned in the protected streaming document.
    Bryan

  • [svn:osmf:] 16045: To fix bug FM-760, add a test suite for http streaming video.

    Revision: 16045
    Revision: 16045
    Author:   [email protected]
    Date:     2010-05-11 16:35:52 -0700 (Tue, 11 May 2010)
    Log Message:
    To fix bug FM-760, add a test suite for http streaming video.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-760
    Modified Paths:
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/OSMFIntegrationTests.as

    (Removed)

  • [svn:osmf:] 13754: Restore ability for HTTP streaming index handler to send /receive arbitrary context associated with an index, per Matthew's feedback .

    Revision: 13754
    Revision: 13754
    Author:   [email protected]
    Date:     2010-01-25 10:56:31 -0800 (Mon, 25 Jan 2010)
    Log Message:
    Restore ability for HTTP streaming index handler to send/receive arbitrary context associated with an index, per Matthew's feedback.
    Modified Paths:
        osmf/trunk/framework/OSMF/.flexLibProperties
        osmf/trunk/framework/OSMF/org/osmf/events/HTTPStreamingIndexHandlerEvent.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPNetStream.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/HTTPStreamingIndexHandlerBase.as
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/f4f/HTTPStreamingF4FIndexHandler.as
    Removed Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/httpstreaming/URLLoaderWithContext.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • TS4403 Can I use Windows XP for photo streaming on I cloud??

    Can I use Windows XP for photo streaming on I cloud to get my photos from my Apple devices??

    No, Windows XP is not compatible with iCloud.

  • Server Side Actionscript for HTTP Streaming Connections, is it supported?

    Hi, I have a server side actionscript application working for RTMP, and I would like to reuse this code for HTTP connections.
    Is this possible?

    Thank you for your answer.  If I understand what you are saying, the apache modules proxy http to rtmp on the streaming server.  I have an application that is passing context into the rtmp server side javascript using a url similar to this:
    rtmp://myhostname.com/myapp?mycontext/mp4:myfilename
    Do you think there is a way to pass the mycontext through the http url so that the Server Side Actionscript can perform an operation based on that context?

  • Windows server for home user

    hi
    i have windows 7 on my desktop and a home network included cellphones, laptops and TV. i want to manage my network with active directory. i'm going to install windows server on my PC and my questions is:
    does the windows server at home is good?
    of course i'm a .NET programmer and i think programming in windows server better than in windows 7, am i right?
    regards

    Hi,
    Most of PC level computer not certificated by Windows, so it can’t supported by Microsoft. But personal experience is you can run the server system on it, you can try to install
    the Server 2012r2 then install all the role in the Hyper-V guest vm, it will give you more flexible.
    And consider there often have more heterogenous operating systems in the home device, you can consider setup the Windows System Center Configuration Manager it have the heterogenous
    system manage ability.
    The related information:
    Download Microsoft Hyper-V Server 2012 R2
    http://technet.microsoft.com/en-us/evalcenter/dn205299.aspx
    Device Management with Microsoft System Center 2012 Configuration Manage
    http://download.microsoft.com/download/6/C/2/6C21A56F-B225-4BBA-99F4-877E6285AD5A/ConfigMgr_DeviceManagement.pdf
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • FMS 4.5.2 Release - Support for HTTP Streaming Failover

    Here is the documentation for the new HTTP Streaming Failover feature in FMS 4.5.2
    http://help.adobe.com/en_US/flashmediaserver/configadmin/WS418c3323187a5d5740d39080135d559 3e08-8000.html

    Blog post from Jens Loeffler on the new features in 4.5.2
    http://blogs.adobe.com/digitalmedia/2012/04/flash-media-server-4-5-2-released-with-robust- http-streaming-failover/

  • Ia there a good alternative to Microsoft windows server for enterprise?

    Hi Guys, I work at a small (22 FTE's) public(not-for-profit) art galley. We are currently a mixed pc/mac office with various departments, all with different needs. Communications/Design are Mac. 2/3rds of the Curatorial is Mac, 1/3rd PC. Public Programs is mostly Mac with one PC. The accounting, giftshop, and Databases are all PC. The giftshop and accounting use ACCPAC. The collections (artwork collection that is) department uses FileMaker Pro backend, with a frontend called "Virtual Collections". We very much dislike Virtual Collections BTW. Our other database, which handles membership, and financial donation tracking, is @EASE. Because we are not-for-profit our overall budget for IT is relatively small, and the system is the way it is because of years of neglect, and stop-gap purchases. We use a Microsoft Server with Exchange. We are in the process of building a new gallery, and with it the ability to start fresh on a number of levels. One of which is our Server. Personally I'd like to see us move away from the Microsoft server ecosystem. It is cumbersome, requiring lots of IT support (which we contract out by the way, and costs us a tidy little sum yearly on top of MS Server licensing etc.) Our Management team is considering going to an all PC environment with the (I feel mistaken) attitude that "if all computers are the same flavour, the whole system will run more smoothly and thus be less expensive to manage". As on of the Mac users within this system, who knows a little about, but is no expert in, computers and networks in general, I'd like to be able to open a dialogue with management at this crucial juncture on alternatives to the system we now use.  I had run across a website some time ago that outlined the "real cost of owning and operating Microsoft Servers" but can not seem to locate it anymore. It basically broke down all costs of running a Microsoft environment, and concluded that, over time, it is not very cost efficient, especially for small enterprise. Has anybody run across any really good server alternatives to Microsoft Exchange, and Microsoft Windows Server (I think ours is 2008)? We are a relatively small city, and the IT/Networking companies here all seem to push Microsoft as a be-all-end-all. I'm not so sure. I'd like to present viable alternatives with sound arguments to back them up. Can you guys help? Or, an you point me toward someone who can? Thanks guys, keep up the good work, Tmamer 

    Have you ever got this resolved?
    I noticed your VIP and Public IP are not on the same subnet, i thought they had to be?
    like both 10.x.x.x and subnet 255.0.0.0 or something like that?
    Could this be your problem?
    I am trying to setup a two node cluster Oracle Rac 10g on IBM Blade Center H with HS21 XM blades.
    My problem is trying to setup HA and not have a single point of failure and in order to do this, it almost seems as if i need 4 network interfaces in the HS21 blade so i can team 2 together.
    Did you guys purchase any addition expansion cards for these servers for that reason?
    My understanding is that each HS21 have by default 2 nics, and they each go to one of the two internal cisco switches (within the entire bladecenter).
    So if for instance we have one of the cisco switch die, like the one that has the public interface plugged into it, then we could not longer access the rac and that would be a single point of failure. So unless we can have 4 interfaces on the blade, and have them 2 teamed with each nic going to one of the cisco internal switches. So if any one cisco switch die's it just uses the other one.
    Any thoughts, suggestions?

Maybe you are looking for

  • I've upgraded my Mac OS to Yosemite and now Illustrator CS4 will not open.

    I'm guessing I am too far behind to upgrade to the latest version of Illustrator and I also am not really clear on using Illustrator in the cloud but I need to work on my existing CS4 files so not sure what to do. Any help would be appreciated!

  • WCS WLC Config Files

    I am finding it difficult to locate the backup config files for my controllers on the WCS server.  Can someone tell me the file extension and the file folder where these files are saved so I can verify they are getting saved?  This seems to be more c

  • Insert table row - moving Selection

    Have a table row selected and new data is inserted and the table rows are moving down. When first row is NOT selected and new table row has fired inserted, the selection row programatically moves down. However if the first row is selected, and new da

  • Apply existing styles to paragraphs

    I have a small problem. How to apply existing styles. Different style to the first, second and third paragraph of the story/selection. I think it's simple, But I can not solve the problem. Thank you.

  • Song Capacity for 4gb Nano

    I am currently thinking of purchasing the 4gb Nano. It states a 1000 song capacity, does anyone know, if you do not use it for photos, will it store more songs?