Quantcast
Channel: Adobe Community : Popular Discussions - Adobe Media Server
Viewing all 63935 articles
Browse latest View live

How to generate vodkey.bin for (P)HLS

$
0
0

Hello,

 

how are the vodkey.bin-files in the ams_hlskeys-directory generated? On-the-fly by the AMS? I just don't get it from the documentation (https://helpx.adobe.com/adobe-media-server/dev/configuring-content-protection-hls.html#ser ve_encryption_keys_to_the_client)...

 

My config looks like this:


<Location /hls-vod>

            HLSHttpStreamingEnabled true

            HLSMediaFileDuration 8000

            HttpStreamingContentPath "/web/ntvori/fms_data"

            HLSFmsDirPath "/opt/adobe/ams_origin"

            HLSJITConfAllowed true

 

            ########################################

            # Cache-control header configuration start

            # Specify the max-age(in secs) to set in the Cache-Control header

            # for different response types (m3u8, ts, drmmeta,...).

            # A value of -1 turns off setting the cache control header.

 

            HLSM3U8MaxAge 86400

            HLSTSSegmentMaxAge 86400

            HLSMetaMaxAge 3600

 

            # Cache-control header configuration end

            ########################################

 

            # Uncomment the following directives to enable encryption

            # for this location.

            #    HLSEncryptionScope server

            #    HLSEncryptCipherKeyFile "../creds/vodkey.bin"

            #    HLSEncryptKeyURI        "https://<ServerName>/hls-key/vodkey.bin"     <-- Should I here just uncomment and everything is fine???

 

            Options -Indexes FollowSymLinks

        </Location>

 

 

Or do I need the "hls-vod-enc-key"-module?

 

<Location /hls-vod-enc-key>

           HLSEncryptHostCipherKey true

           HLSFmsDirPath "/opt/adobe/ams_origin"

           HLSEncryptKeyRepository "/web/blabla/fms_data/ams_hlskeys"

           #SSLRequireSSL

           #SSLRequire %{SSL_CLIENT_S_DN_CN} eq "iPhoneOS Device Certificate"

        </Location>

 

 

Thanks in advance!

 

Regards, Sven



how to buy fms5 license

$
0
0

I have two questions.


1.fms5 has only 10 connection.


If more than 10 users to be connected,the flash player will warn:

"Error #2132 无法从 netStatus 事件处理函数调用 NetConnection.connect。    

    at flash.netNetConnectionconnect()

    at com.fun.netFmsConnonSecurityError()[DProsFlashwbTestsrccomfunnetFmsConn.as148]

    at com.fun.netFmsConnonConnHandler()[DProsFlashwbTestsrccomfunnetFmsConn.as82]

".


2.how to buy fms5's license?

if the fms5 was trial version then would cause  the first question,I want to buy fms5's  license.

but i wouldn't  find anywhere to buy it on your website.

buy the way, how much is the software?

Audio and Video out of sync?

$
0
0

What would cause out of sync audio and video? Or further more no audio to come through RTMP? I'm getting a near flawless video feed but not getting audio to work in my favor at all.

Flash Media Live Encoder

$
0
0

I currently have a website that I created using Dreamweaver 2015.  I am trying to broadcast live and went through Greg Hamer'd tutorial on how to set up both Flash Media Server and Flash Media Live Encoder.  Everything run great until I try to insert the FlashPlayer on my website.  I constantly get the icon saying that I need to update my FlashPlayer but I have the most current version.  This is driving me crazy because I just can't figure it out.  I know that Greg's tutorial is from 2008.  Is there something simple that I am just looking over? Is there an updated tutorial that is more aligned to DW 2015?

Adobe Media Server 5 license for sale

$
0
0

Hello, there are "Adobe Media Server 5 Standard" and "Adobe Media Server 5 Standard upgrade" licenses for sale. If interested, please PM me with a quote. Thanks.

Virtual Classroom

$
0
0

Hi,

I want to build a Webinar system using Adobe Media Server, where one instructor will deliver the session and multiple (around 50-100) people will be the participants. Can someone please guide me where to start considering I have FMS server available.

i want some information about the development environment and how to proceed with it. Thanks

Unable to launch CloudFormation stack "Subscription to ProductCode 8CE147DA required."

$
0
0

Hi,

 

I just recently signed up for the free AMS trial, however I am unable to launch a CloudFormation stack. The process fails when launching the EC2 instance, with the error "API: ec2:RunInstances Subscription to ProductCode 8CE147DA required."

Help am trying to set up my media server for the first time

$
0
0

Help am trying to set up my media server for the first time and each time i try to access it over my android device or something all i get is "

This XML file does not appear to have any style information associated with it. The document tree is shown below.

 

<manifestxmlns="http://ns.adobe.com/f4m/1.0">

 

 

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

 

<mimeType></mimeType>

<streamType>live</streamType>

<duration>0</duration>

</manifest>

is there something am missing? Please help me


Policy file on rtmp video and BitmapData.draw()

$
0
0

Hi,

 

I hope there is answer to my dilemma from server side stand point.

 

I have a video asset that is streamed from rtmp. Say, url is: rtmp://blah.domain.com/directory/anotherone/asset.flv

 

I need to invoke BitmapData.draw() on this asset.

 

There is crossdomain.xml file on http://blah.domain.com/crossdomain.xml that allows all the domains.

 

When is instantiate stream I write:

 

stream.checkPolicyFile  = true;

 

Also I load crossdomain from http://blah.domain.com/crossdomain.xml and rtmp://blah.domain.com/crossdomain.xml

 

I tried all the combination of the above.

 

In all the cases when I try BitmapData.draw() - I am getting:

 

cannot access rtmp://blah.domain.com/directory/anotherone/. No policy files granted access.
         at flash.display::BitmapData/draw()

 

So, does it mean that each final folder has to have it's own crossdomain.xml? Even though the root directory has one?

 

Also, it feels that requesting crossdomain.xml from rtmp would be odd.

 

Is there way around it?

 

Can anyone try to resolve my confusion please?

 

Thank you.

FMS 4.5 on CentOS 6 64 ?

$
0
0

Exist any possiblity to install FMS 4.5 on CentOS 6 64 ?

OR

How install on Ubuntu 12.04 ?

I already search for all places. But yet not find any solution for me !

 

Thank for all replies.

xml = nothing happens

$
0
0
This won't work, neither inside onConnect nor outside.

xml = new XML();
xml.ignoreWhite = true;
xml.onLoad = function(success){
trace("success: "+success);
trace("xml: "+xml);
}
xml.load("tjallabais.xml");

Anyone?

FMS 3.5 infinite loop issue - io+diag logs full

$
0
0

Sometimes - I should say often, this occur 2 times out of 4 - when client using dist live webroot sample hard disconnect (i.e. closing browser window) I start to see many entries per second in edge logs :

 

2009-08-2320:58:1179286(w)2631008Asynchronous I/O operation failed (close: shutdown failed on conn 0x28c6a510 socket 59 with 104 (Connection reset by peer)).-

2009-08-2320:58:1179286(w)2631008Asynchronous I/O operation failed (close: shutdown failed on conn 0x28c3eca8 socket 58 with 104 (Connection reset by peer)).-

2009-08-2320:58:1179286(w)2631008Asynchronous I/O operation failed (close: shutdown failed on conn 0x28c34ae0 socket 42 with 104 (Connection reset by peer)).-

2009-08-2320:58:1179286(w)2631008Asynchronous I/O operation failed (close: shutdown failed on conn 0x28c3e268 socket 60 with 104 (Connection reset by peer)).-

2009-08-2320:58:1179286(w)2631008Asynchronous I/O operation failed (close: shutdown failed on conn 0x28c38498 socket 41 with 104 (Connection reset by peer)).-

2009-08-2320:58:1179286(w)2631008Asynchronous I/O operation failed (close: shutdown failed on conn 0x28c6ae60 socket 61 with 104 (Connection reset by peer)).-

2009-08-2320:58:1179286(w)2631008Asynchronous I/O operation failed (close: shutdown failed on conn 0x28c6a510 socket 59 with 104 (Connection reset by peer)).-

2009-08-2320:58:1179286(w)2631008Asynchronous I/O operation failed (close: shutdown failed on conn 0x28c3eca8 socket 58 with 104 (Connection reset by peer)).-

In the same time I see a fmscore process jumping up to 80% CPU. Syslog also start to work hard, even with local0.* directed to /dev/null
I let run the process several hours ad decided to kill it. -TERM didn't work -KILL do the job. It is then not possible to start a new live session, even from another IP/computer, and I see the following in core log, tens by second also :
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
2009-08-2320:59:1579071(e)2581394Failed to wait for process condition: errno(22).-
Then it is a fmsedge process that start to eat all CPU and even when killed the only way to go is to restart FMS.
This is on a QuadCore 4GB RAM host, and I'm the only connected user, so no ressources issues afaik, http proxy is sent to another server that still answer during the high load (GigaEthernet between the 2 hosts), but requesting FMS host with http doesn't answer (browser time out). The apache server receive no request from FMS proxy btw.
Any tips ?

RTMP to HTTP

$
0
0

Hello everyone,

 

 

What im currently using:

3rd party Transcode / Encode program (Not Adobe/Flash)

Transfering RTMP stream to FMS 4.5

 

FMS is installed on CentOS (Linux)

I tested the stream with rtmp link ( rtmp://local/live/stream1 ) working!

 

Is it possible to convert it to http://local/stream1 using FMS?

 

Or what is the best possible way to do so?

 

 

Thanks in advance!

Using f4m inside HTML5 video tag

$
0
0

Hello,

 

I am trying to set up Adobe Media Server to stream to HTML5 pages too...

It's working with Flash, with NetStream, but I need it with HTML5, to work in iPad/iPhone phones...

 

I get AmazonCloud and ordered Adobe Media Server, and there I found location to f4m file...

 

I replaced title with my stream name and I get output like this:

 

<?xml version="1.0" encoding="UTF-8"?><manifest xmlns="http://ns.adobe.com/f4m/1.0">     <id>livepkgr/events/_definst_/myCamera</id>     <streamType>live</streamType>     <duration>0</duration>
     <bootstrapInfo profile="named" url="../../../../streams/livepkgr/streams/_definst_/myCamera/myCamera.bootstrap" id="bootstrap2393">     </bootstrapInfo>     <media streamId="myCamera" url="../../../../streams/livepkgr/streams/_definst_/myCamera/myCamera" bootstrapInfoId="bootstrap2393">          <metadata>               A...<some long code>          </metadata>     </media></manifest>


So can someone tell me how to write HTML5 video code for this?

 

I am trying something like this:

 

<video preload="auto" height="320" width="430">
<source src="http://<URL>/live/events/livepkgr/events/_definst_/myCamera.f4m" />
</video>

 

But it's not working...

 

If someone know something about this, please, help...

 

Thank you!

live video streaming pn a asp.net based website

$
0
0

hello everyone

i want to develop a omegle.com type of a website in which people can video chat with random peoople who are present on the website i have downloaded flash media server 4.0 and fash media encoder 3.1

but im not able to put the live stream on the asp.net based webpage im working on visual studio 2005

plz help!!


How to include server host name in RTMP address...

$
0
0

As per above subject i mentioned...

 

I install FMS on my hosting server (linux).For testing the installation status i opened start screen page and click on stream video (RTMP) it showing error massage like..' The connection timed out.If you are viewing this page remotely, please make sure you are including the server hostname in your RTMP address'.

This means what? as iam new to installing process and concept please help me out.

 

thank u very much in advance

how to write responder when fms call to client ?

$
0
0

hi guys

 

 

 

      i stuck in a problem  .. i want to write responder in fms 3.5 here is my code but is not working

 

 

 

   clientCount = function(AppClient)

   {

      AppClient.call("fmsping",myResponderSuccess);         // fmsping is the function at client side which returns true boolean variable

 

     };

 

  function myResponderSuccess(result:Boolean):void {

             trace("FMS Call Successed : " + result);

          }

 

 

Thanks and regards

   Mohit

Streaming live video to my website

$
0
0

Hey all, I have Flash media server, flash media live encoder, and flash cs5. I'm gonna be using flash media live encoder to stream my desktop and webcam to my website. My current host (host gator) doesn't have rtmp enabled on their web hosting plan, only on their dedicated and vps hosting. My question is do I need to switch hosts to one that has rtmp enabled so I can stream to my website for people to view?

 

Also, can I embed this stream into another part of my site?

How to play the fms output on external player (linke VLC/mplayer)

$
0
0

Hi,

 

I am encoding some stream on FMLE, and sending to FMS on different machine.

FMS is receiving the stream through " http://localhost" -> INTERACTIVE -> LIve stream play

 

     Parameters are,  SERVER:rtmp://live,   STREAM: livestream.

 

 

Now how do i take this out? How can i play this stream from outside network ? i.e if i want to play this stream on a external player like VLC Player using http instead of rtmp what are the modification to be done on FMS side?,

 

or with mplayer, or with rtmpdump (this is free utility to play rtmp streams), what is the actual url to be constructed?

 

I have tried

 

http://192.168.1.12/live/livestream

 

rtmp://192.168.1.12/live/livestream

 

Both didn't worked. Please reply.

 

Thanks.

Live Stream connection limit per server

$
0
0

I Need to Broadcast 20,000 to 40,000 Live Streams.! (Bitrate : 128Kbps / Viewers Per Stream Apprx-10 Server : Adobe FMS Server Amazon EC2 Instance - Bandwidth Apprx 100mbps)

 

My Question is

1. How Many Concurrent connections Possible for one Adobe FMS Server? (Amazon EC2 Instance)

2. is this possible to use RTMFP for this process? (20,000 Connections Via Amazon Adobe FMS Server EC2 Instance )

3. if Possible Over RTMFP then How Many Developer Keys Need for this Operation. (or) Pricing Details for the Developer Key. (or) Any Separate Key[s] Available For Amazon EC2 Instance?

 

 

Thanks

Sarma

Viewing all 63935 articles
Browse latest View live




Latest Images