Skip to main content
Participating Frequently
August 28, 2014
Question

Authentication of encoder using FMS URL

  • August 28, 2014
  • 2 replies
  • 1329 views

I would like to use either the FMS URL (i.e. rtmp://server/application/) or the stream name as a method of authentication.

Is it possible to restrict to an application (e.g. livepkgr) based on the FMS URL or the stream name entered in the encoder? This seems to be the method used by YouTube. If not, can the username and password for a stream be saved in a profile.xml file for use by the encoder?

This topic has been closed for replies.

2 replies

Adobe Employee
September 3, 2014

You can write your own auth or access plugin to do any authentication whatsoever...A sample auth plugin code is shipped as part of Adobe media server installation

e.g C:\Program Files\Adobe\Adobe Media Server 5\samples\plugins\auth

Known Participant
September 1, 2014

im not sure, but i do know you can use the rtmp://USER:PASSWORD@hostname/live/livestream works (replace USER and PASSWORD)

Participating Frequently
October 21, 2014

I have tried this, but it doesn't work.