Use FMS & Actionscript to Stream Audio/Video and control (powerpoint) slides

Hi there,
My compnay provides webcasting services to numerous clients, and we currently use Windows Media Encoder as our base software for these projects.
However, I'm interested in switching to Flash Media Server, but need to figure out one issue and how to implement it in such a way like how we are currently using Windows Media Encoder.
We need a way to stream out a live audio/video feed AND have a way to control a presenter's POWERPOINT slides and have them advance by our command when streaming live.
Basically, the way we do it is we will stream out audio/video from WME and also use the encoder's SCRIPTING functions to send out a "url"  from the encoder to the actual page in which the viewer is watching the live embedded stream.  On that page is an embeded/internal frame which we can specify (using the id/name) that the url gets loaded, and this actually advances the slides (or more so pulls up a pre-created html page of the next slide in the person's powerpoint, which is actually a screenshot or exported image of that slide and embedded within a specific HTML file and hosted on the same server as the embedded player/html file)
Would there be a way to send out this same type of script using FMS?   I've been playing around with it and notice the interface itself does not have a built in scripting function like Windows Media Encoder does. However, I did read somewhere that it supports ActionScript... but I have no clue how to implement this feature.
I am just curious how it might be able to go about doing this?  Is there a way to use an [action]script with FMS and have it send out a URL to a specific frameset embedded on the same page as the Flash Media Encoder Playback?
Hopefully this make sense and that someone can point me in the right direction.  Switching to FMS over Windows Media Encoder is the way I would love to go, just need to figure out how this could be done.
Would a better method be converting the powerpoint slides to a swf or flv file, embedding that file within the same page as the FMS playback, and somehow using a script to "advance" the frames/slides/scenes within that file?
I also heard something about Flash "Shared Objects" and how this could be a way of controlling a swf file remotely.....
Could anyone give me some advice and know a method that I could use to achieve this type of implementation?
Any help is GREATLY appreciated!   Thanks!

FMS (the interactive version, FMIS) has complete scripting support.
What you want to do can be done with FMS, and there are a lot of ways you can approach it. Converting to .swf can be helpful, as it means you have a single resource to load rather than a bunch of individual slide images (the flashplayer can load .swf, jpg, gif, png). Rather than embedding, I'd opt to make it an external resource and load it at runtime... that would keep the player application reusable.
To get an idea of how to use server side actionscript, see the getting started portion of the FMS 3.5 dev docs
http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/
Then, see the SSAS docs for the following classes in particular:
The Client class for Client.call()
The Stream class for Stream.send()
The Shared object class
The Application class for BroadcastMsg()
The docs give some general overview for the usage of each. The best choice really depends on your deployment architecture and scalability requirements.

Similar Messages

  • Streaming Audio/Video/Pictures to Apple TV2

    I just updated my iPhone 4 to iOS 4.2.1 and have ordered an Apple TV2. Can or will the phone stream audio/video and pictures directly to the ATV2 or do I have to set the ATV2 up with my wifi router? I just downloaded the ATV2 manual, it doesn't say that the phone will stream directly to the ATV2. It does show how to connect with a wifi router though.
    Thanks,

    The 5er Driver wrote:
    Thanks for the info guys. If video and/or pictures are moved from the Camera Roll to the Photo app they should stream with AirPlay then, correct?
    photos can be streamed whilst in the camera roll.
    videos would need to be in the ipod section (ie like a movie or tv show).

  • Using a first gen iPad.  Video and audio from internet sites simply stopped working all of a sudden.  Any suggestions?  Thanks.

    Using a first gen iPad.  Video and audio from internet sites simply stopped working all of a sudden.  Any suggestions?  Thanks.

    1)access the router web ui
    2)go to the Mac Address Clone subtab , enable it and click "Clone" . Save the settings
    3)do a power cycle
    4)check whether the router gets an internet ip add now ..

  • Streaming audio-video on the mobile device

    Please, I must do the streaming audio-video on the mobile device using a server standard.
    I must to program the application for the server using j2se:in this case how i can send the file audio/video?This file have specifies classes?
    For the client i must using the j2me:in this case how can receive the file audio and creating the player?
    Thanks.

    Hi, please help,
    I have problem in this area also,
    am intending to stream audio and video data to mobile phone using j2me for my bs project.,
    is that true, midlets can only 'plays back' one file at time specified by url?
    I want to store many files in database( e.g ms access), and call them to midlets, to make some how interactive and real,because i have tomcat server installed in my pc.
    is this possible?
    How can i call file stored beyond path of WTK ?
    can i store audio/ video file in ms- access?
    Please, please help !
    thanks in advance.
    Message was edited by:
    nbkamani

  • How to create audio, video, and photo in a list view format

    I'm creating a webstire entirely out of Flash using CS5 for a paranormal investigation group. In the past, using a Website Tonight template from GoDaddy had placed either an audio, video, or photograph with text above each item discusssing the content. Now, they would like this type of feature in the Flash website. I'm new to Flash, but seasoned in many other Adobe products ... not that this helps ... much!
    Anyways, the website is looking great aside from this one set back, so I'm hoping someone out there can give me a helping hand. I'm willing to purchase a third-party template, but to incorporate that into our Flash file, seems daunting.
    AUDIO
    We need to load an audio that can play, pause, rewind, loop, and stop at the very least.
    Then have text describing the situation around the audio.
    repeat ... and so forth ...
    New audio will be added to this section every week or so, and all the components need to scroll as the screen fills up. When adding new audio, we would add the new audio and text to the top of the list, pushing the remaining audio files down.
    VIDEO
    We need to load video footage with all the button features needed to play, stop, etc. I have found adding video quite easy, but to get the player to move with the text as the frame it is contained in scrolls down is another story. How do you do that?
    Text describing the video contents will be above or next to the video player.
    repeat ... and so forth ...
    New video will be added to this section every week or so, and all the  components need to scroll as the screen fills up. When adding new video,  we would add the new video and text to the top of the list, pushing the  remaining video files down.
    PHOTOS
    ditto as others
    Thanks!!

    As mentioned, building a custom application can be tricky, especially if you are not very familiar with Flash.
    So you want a Web page with an audio player and selection list at the top (or where ever) and then a video player section, along with its playlist, and then at the bottom of the page you want a photo display area... Is that correct? and the scrolling you mentioned is because the page needs to be long enough to hold all 3 components? is that right?
    Have you instead considered just using 3 different frames, one frame for each component and simple buttons to jump from audio to video to photos?
    Or, skip the scrolling in Flash and let the html/css take care of the scrolling, just like any normal Web page. Just make the .swf as long as needed to display all your content.
    Since you are new at this type of a project, I'd suggest you start small, take the project in steps... just build the audio player... then the video player... then your photo slide show..
    Only after you have 3 working moduals would you but them together into one .fla
    And yes, learn to use xml for ALL the data, audio, video, and photos.... very easy to update without having to re-publish any of the Flash.
    Here is a good source for tutorials:
    http://www.gotoandlearn.com/index.php?currentpage=11
    Flash and xml
    http://www.gotoandlearn.com/index.php?currentpage=13
    learn to use NetStream to play your videos, much more versatile and powerful than using the FLVPlayback component
    But learning how to incorporate xml into your Flash project is very important in a project like this. And then broken down into 3 components, it's really not that tough to build a project like this.
    Best wishes,
    Adninjastrator

  • What are the ports required for the Audio, Video and A/V conferencing when the following end points are enabled for QoS in Lync 2013 server?

    Hi All,
    What are the ports required for the Audio, Video and A/V conferencing when the following clients are enabled for QoS in Lync 2013 server?
    Client Type
    Port range  and Protocol required for Audio
    Port range and Protocol required for
    Video
    Port range and Protocol required for
    A/Vconferencing
    Windows Desktop   Client
    Windows mobile App
    Iphone
    Ipad
    Andriod phone
    Andriod Tablet
    MAC desktop client
    Please advise. Many Thanks.

    Out of the box, 1024-65535 for all of the client ports.  :) 
    https://technet.microsoft.com/en-us/library/gg398833.aspx
    You'll want to tune your client ports a bit
    https://technet.microsoft.com/en-us/library/jj204760.aspx as seen here, and then the client ports would use those ranges which is easier to set QoS markings.  I'm not sure the mobile clients respect that setting.
    Elan's got the best writeup for Windows clients here:
    http://www.shudnow.net/2013/02/16/enabling-qos-for-lync-server-2013-and-various-clients-part-1/
    However, the marking of the packets is the tricky part.  Windows can do it via Group Policy, but for the other clients you'll need to have the network specifically prioritize ports regardless of DSCP markings.  You have to do it based on ports
    as the traffic could be peer to peer.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to stream audio / video in java?

    Hello.
    I would live to develop a java application (JavaEE, with tomcat or JBoss) that could stream audio / video over the Internet, on a controlled matter.
    First, I would have to embed a flash player, correct? Need suggestions on one, paied or free.
    My questions are: How can I have the flash player stream audio to users by downloading it from a java app server, if the user has a session and is logged in, etc? (picture myspace here)
    Also, how do I measure network traffic in Java? (The flash player of each user will stream the songs, I'd like to know how much bandwith is going around).
    The reason that I'm asking this here is because I have no idea of which forum to ask this.
    I have been a Java app developper for the past five years, so coding won't be a problem, I just don't know which API / Frameworks to turn to.
    Thanks for all your help.
    Regard,
    Carlos.

    ragedd wrote:
    First, I would have to embed a flash player, correct?No. You're just taking ideas from other popular streaming sites. It's certainly not a requirement.
    My questions are: How can I have the flash player stream audio to users by downloading it from a java app server, if the user has a session and is logged in, etc? (picture myspace here)The same way you would authenticate any website. Usually a database and a challenge/response. If they're not logged in, then instead of writing out the content, write out a 403 status code (or do something more graceful, such as redirect them to the login page).
    Also, how do I measure network traffic in Java? (The flash player of each user will stream the songs, I'd like to know how much bandwith is going around).Just keep track of how much data you send to the OutputStream.

  • How to  stream audio/video to real Audio Player

    Hello
    I am planning on doing a project on streaming audio/video onto Real Audio Player . I am very new to JMF . I would appreciate some pointers on how to start off. I ahve read the documents but am not able to get started right .
    I wanted to know the following :
    1. Isnt the RTP streaming streaming for live audio or video ? If I want to stream something which I have stored in my local machine then how do i do it - do i need to use RTP ?
    2. I undertsand that if i need to stream the audio/video file I need to convert it to a format the Real Audio Player supports. How do i go about that ?
    Any help would be greatly appreciated!!!
    Thanks in advance
    Shailaja

    JMF doesn't have any support for Real media. Real has gone open source with their Helix Community, so maybe you could find some useful information there: http://www.helixcommunity.org

  • How to use a bluetooth cellphone for audio input and output

    Hello, I was wondering how to set-up my Mac Book so that I can use my bluetooth cellphone for audio in and audio out. Ideally, I would like to use my handset for talking on iChat and Skype. Has anyone had any luck doing this? When I bond my cellphone these optiosn do not appear. I know that this is easy to do on a Windows machine but I am not sure about how to do it on my Mac Book.
    Thanks!

    Yes it should do what you want.
    Go to "Audio Midi Setup", and go to the Audio menu and click "Open Aggregate Device Editor". The interface is pretty simple but if you do get stuck, just use the help function in Audio Midi Setup, as it has a step by step guide.
    Then when you return to logic, go to the Preferences>Audio>Drivers section and select Aggregate Device as the new driver rather than either the built in sound or the tascam. Then the inputs and outputs will apply to BOTH devices.

  • Req to send my audio drivers and control panel

    hello,my audio drivers and control panel were lost due to the attack of trojans.I'm unable to select my required drivers and control panel,because an error report is occuring and is closing the opened window.so i request you to please send me the suitable audio drivers and control panel.my laptop is presario c555nr model.please send them as soon as posible.
    This question was solved.
    View Solution.

    http://h20180.www2.hp.com/apps/Lookup?h_lang=en&h_cc=us&cc=us&h_page=hpcom&lang=en&h_client=S-A-R163...
     Are any of these yours ??
    You may also try to restore your machine to a point before the trojan attack with Microsoft System restore.
    Go to start > all programs > accessories > system tool > system restore.
    If the trojan corrupted your system to the point where you can't fix it, then you may have to reload your OS using your HP recovery manager. Save all your personal info. before you do this, as it will be deleted.

  • EEEgads, I have used ITUNES for my Ipod Shuffle for years and now it is a nightmare with 11.0, I can't find my Ipod when I connect to Itunes, it is a new Win 7 PC.  It used to show up on left side and I would slide podcasts right over to it for years,

    EEEgads, I have used ITUNES for my Ipod Shuffle for years and now it is a nightmare with 11.0, I can't find my Ipod when I connect to Itunes, it is a new Win 7 PC.  It used to show up on left side and I would slide podcasts right over to it for years,  I have installed 3x with removing old install.  I also can hear a constant throbbing sound in spkrs. when Itunes turned on, pls advise.

    Hi Becki ..
    You need to "authorize" the Mac.
    Launch iTunes on the Mac then from the iTunes menu bar top of your screen click Store > Authorize This Computer.
    Now, using the same Apple ID as you used to purchased iTunes media originally, you should be able to sync all your content.
    More details here >  iOS: Syncing with iTunes

  • How do I show my keynote file on a dvd player and control the slides?

    how do I show my keynote file on a dvd player and control the slides with the skip or next chapter command on the dvd remote? when I export to quicktime, it changes slides on a timed basis. I want the chapter button on a dvd remote to act like a mouse click would.

    Hi Robert
    You have to export the individual slides from your Keynote presentation, and then import them into your DVD application.
    I use DVDStudioPro - it works fine this. I'm sure iDVD will be OK.Going via QT has never worked for me.
    Regards Robert
    G4(7 y.o)1.5GHz 1.25 GB Ram, 2x120GB intHD, orig AGP & Radeon 9200 PCI card   Mac OS X (10.4.8)   2monitors, CRT TV, FCP5.0.4, DVDSP4.1.1, STP1.1, Comp2.3, LT2.1, QT7.1.3

  • I stream video/audio from my iPhone to AppleTV and it works fine. I want to use headphones on the iPhone so I can stream the video and listen on the headphones, but Airplay will not allow me to select both AppleTV and headphones, I can only select one.

    I stream video/audio from my iPhone to AppleTV (like YouTube) and it works fine. I want to use headphones on the iPhone so I can stream the video to AppleTV and listen on the headphones, but Airplay will not allow me to select both AppleTV and headphones, I can only select one. How can I watch AppleTV and listen on the headphones?
    Thank you.

    have the same problem. Im using iPad 3 and Apple TV. id like to use the ipad as wireless earphones while i watch the video on the tv. is that even possible?

  • Live streaming audio/video

    I'm looking for advice on how to stream live video, full
    screen at high quality 640x480 30 fps. I need to be able to carry
    on a teleconference between two instances of the program, but also
    support 640x480 at 30 fps. What programs might be needed (encoder?,
    server?)

    Hi tony45371,
    The replies from in2mobile are 100% correct.
    For live video, some server is required. Flash Media Server
    is the required server offered by Adobe (there are competitors
    including open source competitors to Flash Media Server). Also an
    alternative to putting up your own Flash Media Server, may CDNs
    offer Flash Media Server services. You can find a list of CDN
    partners here:
    http://www.adobe.com/products/flashmediaserver/fmsp/
    Are your live events webcasts (e.g. 1 presenter, w/ many
    attendees)? Or 2-way (e.g. multiple presenters)?
    I assume that you require 2-way since your post said "I need
    to be able to carry on a teleconference between two instances of
    the program".
    Following below are links into the browsable version of the
    product documentation (adobe.com/livedocs). Easier to read PDF
    versions can be downloaded here:
    Flash Media Server Developer Guide
    http://livedocs.adobe.com/flashmediaserver/3.0/hpdocs/flashmediaserver_dev_guide.pdf
    All Flash Media Server Documentation
    http://www.adobe.com/support/documentation/en/flashmediaserver/
    2-WAY VIDEO CONFERENCE
    For 2-way you can find a related sample application (with
    explanation and downloadable source code) here:
    Video Conference with Flex & FMS
    http://renaun.com/blog/2006/11/08/147/
    Video Conference with Flex & FMS, Live Demo and Source
    Code
    http://renaun.com/blog/2006/10/28/139/
    You can also find additional code examples in the Flash Media
    Server product documentation here:
    http://www.adobe.com/livedocs/flashmediaserver/3.0/hpdocs/00000082.html
    (Above link, in the PDF version, is in Chapter 4: Developing
    live video applications)
    1-WAY WEBCASTS
    For live webcast events, Flash Media Server includes a free
    companion program "Flash Media Live Encoder 2.5" (aka FMLE). FMLE
    offers higher quality video (H.264 & VP6), and audio (MP3 and
    with a 3rd party plug-in AAC). Details on FMLE here:
    http://www.adobe.com/products/flashmediaserver/flashmediaencoder/
    Following is a link into the product documentation on using
    FMLE 2.5 w/ FMS3:
    Using the live service
    http://www.adobe.com/livedocs/flashmediaserver/3.0/hpdocs/00000031.html
    (Above link, in the PDF version, is in Chapter 2: Streaming
    services)
    You can also find an article written against the older Flash
    Media Server 2 with an earlier version of FMLE here:
    http://www.adobe.com/devnet/flashmediaserver/articles/webcasting_fme.html
    Please post back regarding whether the above answers your
    question, and if you find it helpful :-)
    Best regards,
    g

  • IDS/IPS signatures to monitor streaming audio/video applications

    Hi folks,
    Can someone advise on the names or signatures that could be successfully used to monitor the usage of streaming applications on the network. The plan is to feed them to MARS and then create reports on streaming applications utilization to use it later for creation a security policy preventing bandwidth stealing.
    Perhaps any suggestions on how to create a custom signature to monitor audio and video streams would be appreciated.
    Eugene

    Hi Blayne,
    I really appreciate your answers and time you spent. I wish this would be helpful not to me only. I'm still confused by all the intrinsic details of how to make a good custom signature. Is there any good guide? May be TAC has its internal guide on how to troubleshoot and create custom signatures based on regex and content type. I'm looking at the TCP packets of the capture made while watching youtube video and this is what comes from the server:
    HTTP/1.1 200 OK
    Date: Mon, 05 Jul 2010 23:58:12 GMT
    Server: wiseguy/0.6.2
    X-Content-Type-Options: nosniff
    Content-Encoding: gzip
    Set-Cookie: watched_video_id_list=5097f00beb9a2acf9d11293e6452d9adWwMAAABzCwAAAE9UeklpcE45UGg4cwsAAABvOS1VX0l2ME83OHMLAAAAS0V4c0FTRDAtOTg=; path=/; domain=.youtube.com
    Expires: Tue, 27 Apr 1971 19:44:06 EST
    X-YouTube-MID: pcVY4SnBmeDVtZHpoUkNiVkVOZmpxQzR4SDZFZXMwOWxYeFk3QXk4TVhpWjRKRkNUX2I5U1lB
    Cache-Control: no-cache
    Content-Type: text/html; charset=utf-8
    Content-Length: 17503
    q2Lz6;>
    }-yXBYycO1`'ky]\P,$E`:wH)U~UZ_kk;o)#zLV19V^&X]~I7T/?L}s^\16o?}H7|2;B77z9%,$(T_%?s'cUd0nTr$l4N~&uHzG@D9kJhaa l,gIs)u2C_%iA+0JII,Q{1'Ih`T1\z7{X+/cy&2z%NvKW4awwIhT
    d@,#LBOqz}r+Su8*I86f(6
    ^odcJ8uaIab0xH|{*JkZD3>,%iU/ux51B>UNhnHyX*4t}!eXfEh!j>mJ|s}p}0f&H6K3#:)1N5bMRvQItU2_64,swb(=P`~Km
    I tried to make TCP String based signature and match it against  \.[Yy][Oo][Uu][Tt][Uu][Bb][Ee]\.[Cc][Oo][Mm]\. No luck
    Then I tried to create HTTP String based signature and by looking at the HTTP portion of the packet which looks like:
    GET /watch?v=OTzIipN9Ph8&feature=related HTTP/1.1
    Host: www.youtube.com
    User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16
    Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    Referer: http://www.youtube.com/watch?v=o9-U_Iv0O78&playnext_from=TL&videos=PhuEJ6wyeKs&feature=rec-LGOUT-real_rev-rn-3r-7-HM
    Accept-Language: en-us
    Accept-Encoding: gzip, deflate
    Cookie: watched_video_id_list=8c0482051639fa5ffa488173dfe5001aWwIAAABzCwAAAG85LVVfSXYwTzc4cwsAAABLRXhzQVNEMC05OA==; GEO=fb0890c2d1c0f42b3dc126c2e6b9f771cwsAAAAzQ0EYVCBMTDJvAA==; PREF=f1=40000000; VISITOR_INFO1_LIVE=DM3zU9wKOmE; use_hitbox=72c46ff6cbcdb7c5585c36411b6b334edAEAAAAw
    Connection: keep-alive
    I enabled Header Regex to match against [Hh][Oo][Ss][Tt]\:.\.[Yy][Oo][Uu][Tt][Uu][Bb][Ee]\.[Cc][Oo][Mm]\. and still no luck
    I intentionally used Header regex as I assume that HTTP header portion starts after the first CRLN (\r\n) and ends with CRLNCRLN (\r\n\r\n)
    Eugene

Maybe you are looking for

  • Why is Adobe Muse Crashing

    Hi there, Today I installed Adobe Muse CC, there is however one big problem here. It crashed constantly when I try to move an object of add an object.. Anyone else having this problem? Thanks!

  • Contact Picture size when iPhone rings

    My wife's iPhone 3G displays a contact's picture differently than mine and we can't figure out why. When her phone rings from a contact where a picture is stored, the Wallpaper is displayed large in the middle and the contact's name and picture is di

  • Named parameters in stored function

    Hi, I am trying to execute stored function from java in oracle . I am using Oracle 9.2.0.1.0 and the newest JDBC drivers, ie. for 10g which are compatible. I have flicked through JDBC Named Parameters example but it only addresses stored procedures.

  • Strange folders appearing in LiveType Project directory

    Running FCP 5.04 under 10.4.7. LiveType 2.0.2 Just upgraded from OS X 10.3.9, FCP 4.5 and LiveType 1.2. We did not see this issue prior to the update. LiveType is placing 0 Kb folders in my LiveType project directory every time I save (as) a LiveType

  • Trying to download Bridge to MacAir.  Get message that I need additional software to download?

    Trying to download Bridge and Photoshop to MacAir.  Message back says I need additional software.  What software do I need?