Authenticating users for live stream

The dev guide for fms, under "Developing Social Media
Applications (
http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/WS5b3ccc516d4fbf351e63e3d11a0773d3 7a-7feb.html
- this is v3.5) shows how to pass in username and password to
authenticate users as they connect.
For live applications, the default main.asc has:
application.onConnect = function(p_client, p_autoSenseBW)
Unfortunately, I can't simply change the .onConnect function
to have username & pass because the flvplayback component used
to play back the live feed (for the clients) can't pass in
username/pass.
My question is a rehash of this one:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=578&threadid =1372775&highlight_key=y&keyword1=flvplayback%20connect
which was never answered..
Basically - anyone know how to combine flvplayback + a SERVER
side username/pass auth scheme?

Dear Jazib,
If this feature is not implemented, does Cisco consider to implement the "Individual User Authentication" for a LAN-to-LAN connection ? Any info on the road-map ??
I think there will be a big market, with demand from the customer to implement such kind of solution. Right now we have implemented several projects using a similar solution (but not on an IPSec tunnel) with individual user authentication on a VLAN (vlan authentication) using Alcatel switch.
Best Regards,
Engel

Similar Messages

  • Need license for using H.264 Video codec for live stream with FMS 3.5 series

    Hi,
        I am creating a live audio-Video chat application  in which I use H264 video codec for live streaming.  I am using Flash Media Server version 3.5.7. I read some where that H.264 Video streaming using FMS required seperate licencse. So I want to confirm , It is true that H264 video streaming required seperate license? If yes then what is the procedure to get license.
    Please let me know its urgent.
    Regrads,

    Hi Again,
    Thanks for your reply.
    Here are some articles/posts which says about Royalties to use h264:
    http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/226/n-10-02-02.pdf 15:27
    http://www.mpegla.com/main/programs/AVC/Documents/AVC_TermsSummary.pdf
    http://www.streamingmedia.com/Articles/ReadArticle.aspx?ArticleID=65403&PageNum=3
    http://www.mpegla.com/main/programs/avc/Documents/AVC_TermsSummary.pdf
    According to these, any  product/service provider, need to pay one time fee based on # of subscribers if we are using h264 for encoding and is charging fee from its users.
    About our business: We are web-conferencing solution tool provider and are using Flash Media Server version 3.5.7. I for audio/video. Please help me out if h264 is really free for us or we need to buy license to use that.
    Looking forward to hear from you soon.
    Regards,

  • How to use an authenticated user for a proxy call

    Dear all,
    I am currently working on a JEE application where the user needs to authenticate (for this I have configured the web.xml).
    Now inside this application I need to do a proxy call to a PI webservice.
    I would like to use the user credentials of the already logged in user in order to call the proxy.
    What I don't want to do is to use a service user for the proxy call.
    The code I am trying to call looks something like this:
         private IntegratedConfigurationIn getPort() throws Exception{
              IntegratedConfigurationIn port = null;
              try {
                   IntegratedConfigurationInService service = null;
                   service = new IntegratedConfigurationInService();
                   port = (IntegratedConfigurationIn) service.getIntegratedConfigurationIn_Port();
                  BindingProvider bp = (BindingProvider)port;
                  bp.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, user);
                  bp.getRequestContext().put(BindingProvider.PASSWORD_PROPERTY, password);
                  if (url.length() != 0)
                       bp.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, url);
              catch (Exception ex){
                   ex.printStackTrace();
              return port;
    The examples I found to retrieve the userdata pointed to codes similar to this one:
    public HttpServletRequest getHttpRequest() throws Exception {
              // Get runtime context
              Properties props = new Properties();
              props.put("domain", "true");
              Context initialContext = new InitialContext(props);
              ApplicationWebServiceContext wsContext = (ApplicationWebServiceContext) initialContext
                        .lookup(" /wsContext/ApplicationWebServiceContext");
              HttpServletRequest req = wsContext.getHttpServletRequest();
              return req;
    com.sap.security.api.IUser sapUser = com.sap.security.api.UMFactory.getAuthenticator().getLoggedInUser(getHttpRequest(), null);
              IUser ep5User = com.sapportals.wcm.util.usermanagement.WPUMFactory.getUserFactory().getEP5User(sapUser);
    Now I don't know how to bring it togehter and how to use an authenticated user for the BindingProvider.
    I would appreciate any hints or ideas.

    Peter,
    from the first screenshot, what I understood is that, you are calling an inbound PI web service that is intended to create an integrated configuration object (this is used for whole lot of other reason completely) but not actually calling a development web service.
    For this, you would have to generate your client classes from the WSDL provided by the PI developer for that particular service. Once you get those client classes generated, you could used the method provided in the other screenshot to extract the user and password and call the intended web service.
    Vijay Konam

  • Flash Media Player which handles bitrate switching for live streams?

    Hello.  I've got a very short timescale to find a solution for a way to display livestreams with bitrate switching. Does anyone
    know of any opensource players which can do this effectively?  Or do the inbuilt components in CS4 deal with this ok?

    Thanks,I have read that article.  Based on that article the NetStreamInfo.maxBytesPerSecond is not an accurate measurement to base dynamic switching on. This seems to be the basis of the bitrate switching in both the longtail player, and the adobe examples that I have tried.   That article suggests using the dropped frames property, in conjunciton with bufferlength to determine if switching is neccessary.  Unfortunately I can't seem to find a player online which handles this successfully.  That being said, I can't believe I'm the only person trying to implement dynamic bitrate switching for live streams so surely there are some players out there which can do this successfully?  If anyone knows of any code available which does this successfully I would appreciate knowing where!  The examples provided by Adobe https://www.adobe.com/cfusion/entitlement/index.cfm?e=fms35 unfortunately don't work either.

  • [svn:osmf:] 14823: Fix bug where canPause was not set to false for live streams.

    Revision: 14823
    Revision: 14823
    Author:   [email protected]
    Date:     2010-03-17 10:51:40 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Fix bug where canPause was not set to false for live streams.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestVideoElement.as

    Thanks for looking at this post. We have resolved the issue for ourselves by working with our DBAs to narrow down where the problem actually started. We found that the particular SQL we were looking at was not the issue. In a chart on a subsequent page (via a click through), we were actually running into where apex was starting to consuming memory but we were catching it later.
    What we found was that when we had a chart query that was SQL containing a pipeline function, the memory usage went up. And within 10 minutes, the server would crawl to a halt. To release the memory, the DBAs would have to bounce the Apex instance. When I changed the query to be a function returning SQL, the problem stopped. I don't know what the correlation was between SQL and moving to a PL/SQL function returning SQL.
    I am not even 100% positive of the pipeline function being the cause. I only know that this started happening about the same time as when I implemented the pipeline function. I understand you are leery of a one-second function/query running up that kind of utilization. No one here believed me either (including me really). We figured it HAD to be a coincidence. But once I changed the query from SQL to a function returning PL/SQL, our problem went away.
    Thanks to all who looked at and thought about this.
    Walter

  • JVC GY-HM100u for live streaming

    I want to buy the JVC GY-HM100u for live streaming at my local church. We want to be able to have the camera at the front of the church and have the laptop that we are using somewhere else.
    Is this possible and if so how?
    Also what laptop would you recommend for this type of task
    (Live streaming a Church service and editing the recording later on)

    First question I have is why do you want the camera at the front?
    Second question is are you using the laptop for the web broadcast or recording?
    Third question - what hardware are you going to use to get from the camera and into your computer, and what software to get it from the computer to the web?
    My advice is stream in SD and run a composite video line from the camera to some sort of hardware that'll get it into your computer to stream out. What hardware you need depends on the software you use to stream. It's church - save a few bucks going SD, then donate what you save to a local charity. If you do anamorphic (widescreen) SD you'll probably convince half of your web viewers that it's HD. Check with your streaming provider about what needs to be done with anamorphic video. Don't forget to think about what kind of upstream data connection you need. Check with your provider to see what kind of sustained upload speeds you need. Do tests during the service to see what's available. If you have public WiFi sharing the internet connection you might run into issues sometime.
    For your recording later on, just record to the camera's SD card slots. The JVC you mentioned records Quicktime movies that'll go right into Final Cut. This can easily be HD.
    Make sure your audio is clean, it matters more than the picture. Get a feed from one of the audio consoles. If it's the front of house board (or the board if you only have one) ask for a Matrix, post-fade AUX, or Tape Out from the sound guy - though he will have an understanding of what you need already. You might look into some sort of auto-gain controller or compressor to level things off. You can have 12dB of difference between someone talking and a band play easily.
    For the laptop - again it depends on your streaming provider. A desktop may be a better option for specialised hardware requirements.
    I'm going to hop on a soap box here at the end for a second. I don't mean this offensively to your local church. I have no idea what sorts of programs you have in place or anything of the sort. That said, for a church I'd sit down and do a cost-benefit analysis on this before continuing. Sure, a live stream is cool, but given the cost that it takes to get it going I'd rather buy school supplies and hygiene items for kids that need them, or put some money into social justice. Chances are a live stream isn't going to change someone's life, but providing a village with clean water changes several lives. You could probably step away from the live idea, drop down to SD, and save about $4,000 initially, plus whatever ongoing costs web streaming necessitates. A lot can be done with $4,000.

  • Using Broadcaster with Internap CDN for live streaming

    Has anybody successfully used Broadcaster with Internap's CDN for live streaming?
    If so how are you configuring broadcaster?

    What are your current settings in FMLE ?
    What is your input feed? from webcam? external HD camera? Encoder card?
    If your connectivity approved you can raise up the bitrate and set higher output size.
    N.

  • User Auth. for Live Streaming with Media Encoder 2.5 and FMSS

    Hi,
    i am currently thinking of buying the Flash Media STREAMING
    Server (~995 $) and in order to see if this is the right choice, i
    also take a look at the Wowza Media Server for comparison.
    I want to support Live Streaming from Events with Flash Media
    Encoder 2.5 and for this i'll need a user authentification for
    giving access to special publishing Users only. Wowza Media Server
    supports a User Authentification by parsing the connecting URL,
    witch is delivered by the Media Encoder on starting a Connection,
    and therefor grants or denies access to the publishing function.
    Only Users with the right Access Persmissions, which is written
    trough a password and the onPublish Comand in the url, can publish
    Live Streams. Everyone can watch the Live Stream, if no restriction
    to the onConnect Command was made.
    The Problem in this case is, i will need seperate Application
    folders for every user who should be able to start a live stream.
    This would be a horrible effort...
    more info ==>
    http://www.wowzamedia.com/forums/showthread.php?t=1281
    Is there a similar way to support authorisation for starting
    publishing a LiveStream to the Flash Media Streaming Server, or do
    i need the Flash Media Interactive Server?
    How can i restrict access to users, who should not be able to
    start a live stream on my FMSS?
    Thx for your help,
    Tobi

    quote:
    Is there a similar way to support authorisation for starting
    publishing a LiveStream to the Flash Media Streaming Server, or do
    i need the Flash Media Interactive Server?
    Unfortunately no, there isn't. I struggled with same issue
    earlier, and we were forced to purcahse the Interactive edition. As
    the 'Streaming' version only runs Adobe-signed apps, there is no
    way to change things that happen within the onConnect handler.
    Furthermore, guys at Adobe haven't provided any possibility for
    even simple access control through configuration files for built-in
    apps that come along with the Streaming Server edition.
    - Jakki

  • H.264 for live streaming

    Flash media encoder 2 only encodes to the on2v6 video
    standard. Has anyone attempted live streaming of h.264? If so, what
    worked (or didn't)? Any lessons learned would be appreciated.
    Thanks!

    I would like to know what is going wrong with my tries.
    I’ve been trying to do live stream with Flash Media Encoder
    2.5, but i cant conect to the server with it. It ask’s about
    my Username end my Password, i put them right but doesn’t not
    work. Comes, there is no such user. But i’ve been putting the
    username from login of server and password fron the server…
    …Thank’s for now.

  • How to use Phone camera for live streaming rather than using WireCast camera in Live streaming using Azure Media Services

    Hi,
    am planning to develop a live streaming app using C# and xaml.
    I have gone through the below sample and am able to stream the live content using wireacst camera.
    Azure Media Services Live Streaming Sample
    But i want to use Phone camera to stream the live video rather using wirecast camera.
    How can i use that? How to get the published URL from the C# code, is there any API to get that?
    Anybody please help me
    Regards,
    Santhosh

    Hello,
    There are no in box components that will allow you to transmit captured video from a Windows Phone device to Azure Media Services. You will need to create you own implementation. You can do this by creating a custom Media Foundation sync that can plug into
    the MediaCapture element's pipeline. You will then need to modify the captured and compressed video to align to one of the two protocols that Azure Media services can use. At this time Azure Media services can use either Smooth Streaming or RTMP for ingestion.
    You will need to create your own packager (or find compatible packager code from a 3rd party) to package the MP4 encoded data into the necessary format.
    Here is an example of how to create a custom Media Foundation sync (please note you must write your Media Foundation components using C++ MoCOM. We do not support Media Foundation components written in managed languages):
    Real-time communication sample
    I hope this helps,
    James
    Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/

  • How to find metrics for live streams?

    Hi there,
    We have installed FMS and have used it for a live streaming video event.  The event lasted an hour and FMS worked great.
    How can I get statistics on that live stream?  I'd like to know how many people saw the video, and how many people were watching at one time.
    Can you please tell me where to find this?
    Thanks

    One way to check this is to use the FMS logs. The access logs in <FMS install>/logs folder contains all such information regarding events with time. With default logger configuration it records only certain events like connect, disconnect, etc.  and fields related to them. To enable more logging make changes to the following tags in conf/Logger.xml
    tag 1. Modify <Events> value under <access>. The value of this tag controls which events will be logged in access.00.log. Select the ones which you need. The information of all events have been provided.
    tag2: <Fields> under <access> Similarly you can configure what fields you want to be logged for each event.
    I understand this is not very straight forward as this log may get very large. So you may also consider using file parsers which may be available and use them to parse this file.
    Another way is to use admin API commands. You can check the list of admin APIs listed in FMS documentation. These APIs may give you some information too and you can use the most suitable ones for your purpose.
    Thanks,
    Abhishek

  • Redirect_uri issue when authenticating user with live account.

    Hello,
    i am working with a MVC application which is using OAuthWebSecurity to authenticate the user through live account, i am able to get access code and see the login page, but while getting access token i get the exception "The provided value for the 'redirect_uri'
    is not valid. The value must exactly match the redirect URI used to obtain the authorization code", i have checked couple of times the redirect_uri, it is same at the time of login request and at the time of getting access token, i dont get this exception
    for the first login, i get after the first login, following is the code where i get the exception.
       Exception asyncEx = null;
                LiveLoginResult liveAuthResult = null;
                LiveAuthClient client = new LiveAuthClient(ClientId, ClientSecret, "");
               //below i'm retrieving the url i have passed at request login. 
                string redirectUrl = (string)context.Items["DefaultRedirectUrl"];
               //i get the exception from out param asyncEx
                liveAuthResult = AsyncToSyncUtility.RunSync(() =>
                    return client.ExchangeAuthCodeAsync(context);
                }, out asyncEx);
    i don't know whether the problem is with the code or from live provider, can any one help me to resolve this redirect_uri issue..?

    Are you using the LiveSDK?  You may want to see if the access token request is formed correctly using the following format.
    POST https://login.live.com/oauth20_token.srf
    Content-type: application/x-www-form-urlencoded
    client_id=CLIENT_ID&redirect_uri=REDIRECT_URI&client_secret=CLIENT_SECRET&code=AUTHORIZATION_CODE&grant_type=authorization_code
    It's difficult to tell how your code is actually building the request to send to the OAuth server.

  • Help with setup for live streaming

    I'm trying to set up a live stream that's viewable on my
    website.
    I have two machines behind a router with one being the
    webserver running FMS (windows 2003) and the other being the
    encoding machine running FME (windows XP).
    When I set up FME, I put in the following as the url to the
    server "rtmp://
    computernamewebserver/live/" with the session name being
    "test".
    This has no problems connecting to FMS .
    On the webserver/FMS, I created a *.swf file which basically
    contains just a flvplayback object with the URL set to "rtmp://
    computernamewebserver/live/test".
    Now after I publish this, I can view the video via the
    published html file from within the network, but when I try outside
    of the network, it doesn't work and I get no error messages so it's
    hard to debug.
    I have port 80 forwarded to my webserver/FMS machine. I tried
    forwarding port 1935 to both my webserver/FMS machine and the FME
    machine with no success.
    I've tried playing around with the rtmp URL by changing the
    computernamewebserver from the internally recognized
    computer name to the externally recognized URL to my webserver.
    The solution is probably something simple, but since this is
    my first attempt at flash streaming, it's not obvious to me and
    I've tried searching for the solution. My suspicion is that there's
    some config file somewhere that I need to config that I don't know
    about or maybe it's some port issue. Neither of my machines have
    windows based firewall disabled.

    "Now after I publish this, I can view the video..." Well this
    shows that FMS is working fine, so I am guessing that it is an
    outside network issue.
    "Neither of my machines have windows based firewall disabled.
    " I don't know if this is the cause either, as a host based
    firewall should prevent any connections from arriving, either by
    the internal lan or the external (well, at least I think that is
    the case, I dont know if windows still allows hosts on the same
    subnet to have local lan permissions or what they do with their
    crazy security model. That said it shouldn't be a problem.)
    I would try to just telnet to the port that you have open to
    make sure the connection can be established.
    telnet computernamewebserver 1935 (this should open up a
    socket, otherwise your port forwarding isnt working correctly.)
    If telnet works ok, perhaps its an issue with the swf. I
    would code the minimal things needed to just get a stream playing
    from the external network (perhaps just using the vod service, not
    the live, to make things simple).
    Hope that helps.

  • Creating a custom player for live streaming video

    I have live streaming video set up where I use the Flash Media Encoder to send the live stream to a Flash Media Server. Then, the Flash Media server packages this stream, and sends it to whatever websites requests it via the url. I know how to create a Flash move or even asc file, and then have Flash generate the html for that saved movie so that I can embed it in a web page and play it. But in the case of live streaming video, there is no pre made asc file or movie to reference. So I need some help about what I need to do to play live streaming video in a flash player embedded in a webpage, that will also have some custom action script for controlling playback and other things.

    About a half-hour after making the changes I outlined above, and long after I closed the active Safari window, noticed that my MBP was uncharacteristically hot. Extremely hot!
    Opened Activity Monitor and saw that Flash Player was still running (?) and using a tremendous amount of system resources. I then quit Safari altogether. Within moments, the heat began to subside.
    May be something you want to keep an eye on...

  • Camcorder for live streaming

    I am looking for a camcorder with firewire capability to live stream my church services, what do you recommend?

    Hi shervon,
    I'm not aware of any models we currently carry that have a firewire output. You could try using a webcam for broadcasting your church services. Does anyone else have any advice for shervon?
    Thanks,
    Allan|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

Maybe you are looking for

  • URL Link In Gnome Desktop

    Hello, If I drag an URL from the Firefox address bar to my personal desktop in Gnome an icon is created and I can latter access that site by clicking on it. But when I do that the browser that opens the page is Epiphany rather than Firefox as I expec

  • SP Online - Managed Metadata column Default Value for folders (using CSOM)

    Hello, I am working on setting default values (metadata columns)  for different folders on my document library. As so far, I've found solution about how to set default values on whole library and many solutions which works for folders, but not for sh

  • Access stored procedure in runtime

    I would like to know how I can access the stored procedure in the runtime and is there any way to call the stored procedure from fx (edit formula button).Otherwise, any suggestion is much appreciated. Thanks and Regards

  • E-Commerce/Shopping Cart

    I have a client that would like an e-commerce site for her business. I've searched various e-commerce web building sites and have found that the templates used are not sufficient nor attractive for me or the client. I like to do a lot of my web build

  • How to erase Windows partition with Boot Camp

    I used Boot camp to create windowsXP partition, but windows got corrupted and I want to go back to zero by having boot camp erase the windows partition. The boot camp instruction setup guide says to open boot camp assistant, Introduction window and c