Expand my Community achievements bar.

SOLVED

Do we need license just for using f4fpackager?

Avatar

Level 1

Do we need any license only for package Adobe HDS content?

 

1) I have heard there is a video duration timelimit on f4fpackager, (the 10min time limit ) , is this time limit of AMS or f4fpackager?

 

2) Do we need any license we are just a Content Transcoding company? So basically if we generate Adobe HDS content for our clients to deliver to end users. Since in this case, it will be our clients who are streaming the content, and we are just packaging the content.

 

Do we need license just to package the content? and How come i was able to use it for 15mins? are there any other limitations

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Apologies for any confusion... Since your question relates to Adobe Media Server, I recommend you post your question in the forum for that product: http://forums.adobe.com/community/adobe_media_server

You may be able to find your answer using the resources here: http://helpx.adobe.com/adobe-media-server.html

Alternatively, you can contact the Media Server support team: http://helpx.adobe.com/contact.html

View solution in original post

1 Reply

Avatar

Correct answer by
Former Community Member

Apologies for any confusion... Since your question relates to Adobe Media Server, I recommend you post your question in the forum for that product: http://forums.adobe.com/community/adobe_media_server

You may be able to find your answer using the resources here: http://helpx.adobe.com/adobe-media-server.html

Alternatively, you can contact the Media Server support team: http://helpx.adobe.com/contact.html

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----