Java Client for Adobe Flash Media Streaming Server

Hello
Is it possible to connect to a Adobe Flash Media Streaming
Server by a java client?
I need to be able to receive a streamed RTMP flash-video and
implement the following functions:
- PLAY
- PAUSE
- STOP
- GO TO A SPECIFIC POSITION
I need to implement this player on a non-top-level Swing
JComponent in Java (because this is the restriction I have from
sun's wonderland, where I want to implement this player)...
How can I do that in Java? Are there any code examples
available or do you know an API or other possibilities to do that?
Thanks for you help.
Kind regards,
Peter

This is a pretty big question. Is it possible? Probably. In
theory it should. But *normally* the client is based on the flash
player. I believe the protocol is publically available if you want
to roll your own.
But if you are looking for readily available solution, there
is none that I know of.

Similar Messages

  • Upgrade path from Adobe Flash Media Streaming Server 3.5  to Adobe Media Server 5 Professional

    Hi All,
    We are currently using Adobe Flash Media Streaming Server 3.5 for streaming video via flash. We want to upgrade this to Adobe Media Server 5 Professional.
    I would like to understand the complete upgrade path and any specific pre-caution that I may need to take for existing videos.
    Please direct me if you there already exists some support material or let me know if any specific details may be required.
    Regards,
    Amresh

    FMS isn't reall suiatable for serving a website or CMS. I suppose you -could- use the included Apache installation to handle your HTTP traffic, but it would require installing a database, an application server, and whatever else you would need. You'd then need to maintain the installation yourself... FMS doesn't have any sort of package manager to handle updating Apache or anything else you might want to attach to it.
    I think you'd be better off using a package manager like Plesk or Cpanel, and let it take care of your httpd server and supporting services. My advice is to just use FMS for purposes that specifically call for it.

  • Streaming Live Video using Flash Media Encoder/Flash Media Streaming Server

    We currently get a video feed from local cable channel that gets streamed live to our internet website. It gets encoded first on our Windows 2003 server running Windows Media Encoder and then gets published on another Windows 2003 server running Windows Media Services. We are trying to replace these two servers with another solution and the two things driving this project are:
    1. These two servers are coming to an end of life cycle so we need to replace the hardware and upgrade the OS.
    2. They currently only support Windows compatible file formats. Just like other organizations out there, iPAD users are popping up and they want to view these video streaming from their iPAD.
    That's why we are looking at Adobe Flash Media Encoder3 and Flash Media Streaming Server 4.5. My questions for the experts out there are:
    1. Can Adobe Flash Media Encoder and Adobe Flash Media Streaming Server can replace our current solution?
    2. Do we need both Flash Media Encoder and Flash Media Streaming Server or can Flash Media Streaming Server also can encode video feed?
    3. Can Flash Media Encoder and Flash Media Streaming Server can run on the same server?
    4. Our Windows Media Services server also has few on-demand publishing points along with a live video streaming. Can above mentioned Adobe products support having live streaming publishing point along with on-demand video publishing points?
    5. Does Adobe Flash Media Encoder only support Flash and Quicktime or does it also support .wmv?
    I called the sales to find the answers to these questions but he basically read the features listed on the Adobe product website and couldn't really answer these questions.
    Any help in find the answers to these questions will be greatly appreciated.
    Thanks you.

    FYI - I was able to do it by using the "onFI" handler of the embedded NetStream object.
    myVideo.addEventListener(fl.video.VideoEvent.STATE_CHANGE, onVideoStateChange);
    function onVideoStateChange(evt:fl.video.VideoEvent)
      // trace("State = " + evt.state);
      if ( evt.state == "playing" )
      if (!ns)
      ns = myVideo.getVideoPlayer(evt.vp).netStream;
      ns.client.onFI = onFIHandler;
    function onFIHandler(infoObj:Object):void
      var ts:String = infoObj.st;
      trace("system time: " + ts);
      ExternalInterface.call("updateTimeStamp", ts);

  • Flash Media Streaming Server

    Flash Media Streaming ServerがCreative Suite 4 Master Collectionに同梱されています。Flash Media Streaming Serverの設定の仕方、操作方法などCreative Suite 4 Master CollectionのAdobeの無償サポート(電話でのサポート)、4インシデント内で受けられるのでしょうか。 通常、体験版はインストール、アンインストールなどAdobeでは無償で電話でのサポートがありますが、Flash Media Streaming Serverも同様のサポートは受けられるのでしょうか。

  • RTMP & Flash Media Streaming Server Live application

    I'm running Flash Media Streaming Server and have only been serving VOD up until now.  I had my network administrator open up port 1935 to the outside world during the setup process and now I can't remember if that was actually required for streaming VOD to clients.  Most documentation I've read says that this port should be open, but I seem to recall reading something at one point that suggested it wasn't necessary.
    I've just started messing around with publishing live streams using Flash Media Live Encoder to the Flash Media Streaming Server.  I have that working without issue but was surprised to find that no authentication is required before a client running the live encoder can publish a stream to the Flash Media Streaming Server.  An authentication module is available however it only works with Flash Media Interactive Server and Flash Media Development Server.
    If I leave port 1935 open to the outside world, there would be nothing to stop anybody anywhere from streaming video via my server.  Anyone else running a default install of Flash Media Streaming Server and with port 1935 open to the outside should see that this is true of their setup as well.  I'm wondering if I can safely close port 1935 without limiting the functionality of the server or if there's some way I can require authentication prior to publishing a live stream even though I'm not on the four-and-a-half-times-more-expensive edition of the product.

    Now with so many publishers being present its not that trivial to
    design single module which would suffice for whole set of
    publishers.And according to me blocking all publishers right away and
    just allowing FMLE using this plug-in might not be best solution. So it
    is best left to the onus of one who is building solution to customise
    things according to his own needs.
    Bear in mind that not everybody is using FMIS.  Users of FMSS didn't buy this product with the expectation of having to build applications and develop plug-ins (in fact, in the case of the former they explicitly cannot do so) - they bought it so that they could have a streaming server.  As far as users of FMSS are concerned, I would think, the solution has already been built - by Adobe - and it's been found to be lacking a very basic element.
    As it stands, even the authentication add-in that was developed for use with FMLE clients provides no security whatsoever.  It would need to be modified in such a way as to permit access only to FMLE and block other client software before it served any useful purpose.
    So yes, what I think would be useful would be a change at the protocol level / on the server side.  An option to prompt all clients for credentials and allow or deny them access based on their response would be useful.  Otherwise server admins will have to know about each and every piece of client software that may wish to publish a stream to their server and then . . . what - make modifications to their authentication module every time a new client pops up?  Yes, a central, standard authentication system (like what is employed in pretty much every other client-server system that makes provisions for the requirement of authentication) makes a lot of sense.

  • Adobe Flash Media Interactive Server 3.5

    Hey, I am thinking about making a web site that streams HD movies and videos that I have created myself. I was wonder could you use Adobe Flash Media Interactive Server 3.5 to do so I know i would have to buy a dedicated server and a fast one with a good load of bandwidth. The big question am asking is that can you base a website or content management system around the interactive server.

    FMS isn't reall suiatable for serving a website or CMS. I suppose you -could- use the included Apache installation to handle your HTTP traffic, but it would require installing a database, an application server, and whatever else you would need. You'd then need to maintain the installation yourself... FMS doesn't have any sort of package manager to handle updating Apache or anything else you might want to attach to it.
    I think you'd be better off using a package manager like Plesk or Cpanel, and let it take care of your httpd server and supporting services. My advice is to just use FMS for purposes that specifically call for it.

  • Flash Media Streaming Server HLS video

    Hi,
       I have Flash Media Streaming Server License and I want to learn that whether it has HLS capability? Are there any cheatsheet just spesific to Streaming Server? because every where all the information is given for all the Media Server family bu I want to learn just Streaming Server's capabilities.
      Thank you very much...

    You can find details here about each edition : http://www.adobe.com/products/flash-media-server-family/buying-guide-comparison.html

  • How to secure Flash Media Streaming Server 3.5 (live stream connection)

    I have Flash Media Streaming Server 3.5 (not Interactive) running on RHEL5.5 x86_64 Linux.
    All is working well, however how do I prevent unauthorized access to connecting to the live stream and streaming content?
    How can I setup the server to require a user and password to stream live media to the server?
    Any help would be great, I am new to this product and I have been reading some documentation but I have not found a clear cut answer on how to force a username and password to connect to the server to stream live content only.
    I am using the Adobe FMS Apache install, what files need changing?
    I have the following files:
    /opt/adobe/fms/applications/live
    total 44
    -rwxr-xr-x 1 fms fms 1035 Jul 27 14:52 allowedHTMLdomains.txt
    -rwxr-xr-x 1 fms fms  992 Jul 27 14:52 allowedSWFdomains.txt
    -rwxr-xr-x 1 fms fms 1550 Jul 27 14:52 Application.xml
    -rwxr-xr-x 1 fms fms 4371 Jul 27 14:52 main.far
    -rwxr-xr-x 1 fms fms 2292 Jul 27 14:52 readme.txt
    I want to lock down a person from connecting to the server on the public internet and starting a live stream?
    Can this be done with a user name and password?

    If you are concerned about anyone starting publishing to your stream then we have security update on this. Please upgrade to 3.5.4 and now you can use FMS Authentication Add-in (used with FMLE as publisher). If you are facing problems with publisher which are not FMLE, please enable SWF Verification so that only valid SWF's connect to your FMS.
    You can find 3.5.4 update here : http://www.adobe.com/support/flashmediaserver/downloads_updaters.html
    You can find FMS Authentication Add-in on FMLE Download page: https://www.adobe.com/cfusion/entitlement/index.cfm?e=fmle3 (when you click on Agree - it will prompt for your Adobe ID - then when you reach Download page - you will get Optional Download of Authentication Add-in)

  • How stream Video at host, at me site using Adobe Flash Media Streaming?

    Please help me how stream Video at host, at me site using Adobe Flash Media Streaming? With using localhost and my ip I can just watch streaming in my computer. How should i configure my server to watch streaming at my site?
    Please help!
    Thank you!

    Petro,
    I have chacked code and changed src.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>SWFObject 2 static publishing</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script type="text/javascript" src="scripts/swfobject.js"></script>
    <script type="text/javascript">
    swfobject.registerObject("flashId", "9.0.0", "flash/expressInstall.swf");
    </script>
    </head>
    <body>
    <div>
    <object width="600" height="409"> <param name="movie" value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf"></param><param name="flashvars" value="src=http://192.168.100.4/hds-live/livepkgr/_definst_/liveevent/livestream.f4m&poster=http%3A%2 F%Fosmf.org%2Fimages%2Fposter_cathy_fmp.jpg&autoPlay=true"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback_101.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true"  width="600" height="409" flashvars="src=http://192.168.100.4/hds-live/livepkgr/_definst_/liveevent/livestream.f4m&poster=http%3A%2 F%2Fosmf.org%2Fimages%2Fposter_cathy_fmp.jpg&autoPlay=true"></embed></object>
    <!--<![endif]-->
    </object>
    </div>
    </body>
    </html>
    But anyway I am facing same problem as I wrote already. I can see streaming just in my computer. From other computers it's writing error log. What should I do? Maybe I am trying to stream video at my site in a wrong way? I am using Adobe flash media Live Emcoder with Adobe flash Media Server 4.5. In my computer everything works fine. But I can't stream to otyer cimputers. Please help.

  • DVBViewer RS + Flash Media Streaming Server

    Hi Ich frage jetzt mal da Google mir noch nicht geholfen hat weiß einer wie ich von DVBViewer RS zu mein Flash Media Streaming Server senden kann oder wie ich den Flash Media Streaming Server einstellen kann das er die Daten vom DVB Viewer RS Empfängt bitte helft mir ich bin am verzweifeln
    LG Trini

    You can find details here about each edition : http://www.adobe.com/products/flash-media-server-family/buying-guide-comparison.html

  • I can not find my license "Adobe Flash Media Interactive Server 4.5 - Full License"  in my page ID

    i bought a "Adobe Flash Media Interactive Server 4.5 - Full License - English" two years ago. Now i'm trying to download my product, but my product list is empty. Why? How can i download my product?
    Order Number: 8751785443
    Best regards,
    Simone.

    You'll need to contact Adobe Support directly using chat or phone to try to resolve this.
    Here are some links to help make contact:
    http://www.adobe.com/support/chat/ivrchat.html
    http://www.adobe.com/support/download-install/supportinfo/

  • How to limit streaming bandwith using Flash media streaming server

    Hello,
    We have recently designed our audio streaming player
    (designed in Flash) to stream mp3 content using FMS rather than
    progressive download. Our goal was to reduce the waste of bandwidth
    which occurs with progressive download - in cases where the player
    loads the song and only a few seconds are heard, though the entire
    song file is downloaded to the client computer which wastes
    bandwidth. We thought using FMS and streaming the mp3s using
    rtmp:// protocol would reduce our bandwidth usage.
    However this has not happened. Our bandwidth is slightly
    lower but not significantly so. Seems like FMS is also downloading
    the entire song even though a listener maybe only a few seconds
    from the beginning of the song. The bandwidth charts are
    essentially the same as compared with progressive download which
    was simply using
    http:// with the mp3 content on a web server.
    Does anyone have any suggestions of how we can make changes
    to FMS in a config file or console where we can set the streaming
    server to only download a few seconds beyond where the player is
    listening? It just seems like we are at no advantage with FMS in
    terms of decrease in bandwidth which was our major reason to go
    forth with this technology.
    Any suggestions would be greatly appreciated.
    Thanks,
    MD

    ...........ok perhaps I wasnt clear in my original post.
    I get that the 4g connection is going to use the best possible connection speed which will essentially stream the video inside the app in HD. 
    This uses a considerable amount of data.
    I'm wondering if there is an app out there that will let me control the streaming speed, throttle if you will, the speed of the connection so that i dont burn through my entire months data usage (12GB's) by watching 2 games.

  • I cannot find the download link for Adobe Flash Media Live Encoder

    I have been looking at the page for a while now and i cannot find the link to download the software.

    Hi chbachman,
    The link is currently broken at : https://www.adobe.com/cfusion/entitlement/index.cfm?e=fmle3
    We are working to resolve this at the earliest.

  • Adobe Flash Media Server in Ubuntu

    I have installed Adobe Flash Media Server in Ubuntu.
    When I run the command
    sudo ./fmsmgr server start
    it says that Server: start command:
    Server service start not found. Exiting
    When I start adminserver in the same way,
    the message displayed is :
    Starting Adobe Flash Media Admin Server (please check /var/log/messages)
    In the messages, the following is displayed :
    Server starting...
    Listener started ( FCSAdminIpcProtocol ) : localhost:11110/v4
    Listener started ( FCSAdminAdaptor ) : 1111/v4
    Server started (./conf/Server.xml).
    Let me know if I am facing any issue because of the OS not being supported.

    If you navigate to path where FMS is installed say /opt/adobe/fms and then run ./server restart  , do you get same error?

  • Adobe Flash Media Live Encoder (FMLE)

    Not sure if this is correct place to ask question for 'Adobe Flash Media Live Encoder (FMLE)'.
    I am using EXE file installed on my PC.
    Need to ask if you have any online solution where I don't need to download and install exe file on my PC RATHER everything is web based and I can configure web based Adobe Flash Media Live Encoder (FMLE).
    Thanks

    What's the brand/model of HD IP Cam? Please check whether HD IP Cam use Direct Show or not? as FMLE looks for a "Microsoft DirectShow compatible video capture device".

Maybe you are looking for

  • Adobe Captivate 7 Not Opening

    I just opened Captivate for the first time in several months. I have a macbook pro with OSX 10.9.1. Captivate was working fine on my system before today. When I opened it up, the Adobe Update manager said there was an update so I said yes to the upda

  • Ipod nano second generation. someone has to have an answer...

    my ipod is working fine. but,itunes does not recocnize it as my own. library does not show,ipod name does not show up. it charges up fine and all the songs are still there. it always says do not disconnect is there a way to format the entire player a

  • AirPlay Mirroring Issue

    Hi, Can anyone assist in advising how I can get my airplay mirroring icon to appear again in the top menu bar of the macbook pro?  I've updated software on both apple tv and macbook pro. Both devices are connected to the same network. I know it works

  • MULTI COMPANY DATABASE in SAP B1

    Hi there, If you are setting up multi company database in SAP Business One, is there a way for us to hide/unhide the other existing databases? beth

  • Two MappedSuperClass in a hiierarchy

    @MappedSuperClass public class A{ @Id @GeneratedValue(strategy=GenerationType.AUTO) public int getMyId(...) @MappedSuperClass public class B extends A{ @Entity @Inheritance(strategy=InheritanceType.SINGLE_TABLE) public class C extend B{ I have the ab