• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

httpd.conf level Flash Access for VOD in FMS 4.5.1

Explorer ,
Mar 16, 2012 Mar 16, 2012

Copy link to clipboard

Copied

Hi

I am looking for a way to set up individual Flash Access protection settings for each of some <Location /{url-path}> tags in httpd.conf in the Apache. I have found in the documentation that EncryptionScope can be set to content or server. If I set it to server and use FlashAccessV2 as ProtectionScheme, how or where do I specify the Flash Access certifications and so on?

best regards

Johan Acevedo

Views

1.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 21, 2012 Mar 21, 2012

You can use it as below - i think its miss from our side on documentation front - we will get that corrected and i have filed the bug for same. Thanks for letting us know.

<Location /hds-vod>

HttpStreamingJITPEnabled true

HttpStreamingContentPath "../webroot/vod"

JitFmsDirPath ".."

EncryptionScope server

ProtectionScheme FlashAccessV2

FlashAccessCommonKeyFile <location to key file to be used>

FlashAccessLicenseServerURL <http://<license-server-url>>

FlashAccessTransportCertFile <location to the certifica

...

Votes

Translate

Translate
Community Beginner ,
Mar 19, 2012 Mar 19, 2012

Copy link to clipboard

Copied

Hi

If you set the scope to server, that tells fms to use http.conf (jithttp_module)

Ive not seen anyone set up individual settings for locations, but I guess you can try the tags that you find in the normal /hds-vod location

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 19, 2012 Mar 19, 2012

Copy link to clipboard

Copied

I found this documentation for what fields/tags/attributes that are availible for the jithttp_module and nothing there enables me to specify the Flash Access credentials for the entire location/application.

I can solve my problem with the jit.conf file, but I don't want that file to be exposed to an FTP user who upload material to the publish folder.

By default in the FMS now, all jit.conf files are exposed to normal HTTP requests through the Apache unless you yourself put a limitation in the Apache httpd.conf. This might be a overlooked security error in the update from FMS 4.5.0 to 4.5.1 when HTTP (HDS) traffic was changed to go through the Apache only by default.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 21, 2012 Mar 21, 2012

Copy link to clipboard

Copied

You can use it as below - i think its miss from our side on documentation front - we will get that corrected and i have filed the bug for same. Thanks for letting us know.

<Location /hds-vod>

HttpStreamingJITPEnabled true

HttpStreamingContentPath "../webroot/vod"

JitFmsDirPath ".."

EncryptionScope server

ProtectionScheme FlashAccessV2

FlashAccessCommonKeyFile <location to key file to be used>

FlashAccessLicenseServerURL <http://<license-server-url>>

FlashAccessTransportCertFile <location to the certificate files>

FlashAccessLicenseServerCertFile <location to license server certificates>

FlashAccessPackagerCredentialFile <location to packager credential file>

FlashAccessPackagerCredentialPassword <password for packager credentials>

FlashAccessPolicyFile <policy to be used to packaging the content>

Options -Indexes FollowSymLinks

</Location>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 21, 2012 Mar 21, 2012

Copy link to clipboard

Copied

LATEST

Works like a charm!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines