Live feed for FMS

Hi,
Is there any way to publish in FMS a live stream not coming
from a web cam or any other hw device.
I'm interesting in knowing if there is a public API that
enables the insertion of a feed from a stream buffer generated by
an external software running in the same host where FMS is located
Thanks in advance

Ido,
It is rather easy to capture the Camtasia "web" cam and
publish to FMS. Listed below are the high level steps necessary.
Create Flash application with below scriptlets
-- _nc = new NetConnection("rtmp://yourConnection")
-- m_ns = new NetStream(__nc)
-- var cam:Camera = Camera.get(getLiveCamera());
-- function getLiveCamera():Number {
for (var i:Number = 0; i < Camera.names.length; i++) {
if (Camera.names
== "Camtasia Studio Video Capture Driver") {
return i;
} else {
return null;
-- m_ns.attachVideo(cam);
-- m_ns.publish( "_Stream");
Run Camtasia Recorder
-- Set Enable Live Output under Live Tab.
-- Set Live Capture Rate.
-- Set additional parameters as required.
-- Start recording.
Hope this helps out...
Shack

Similar Messages

  • Live Feed for Chromakey in Premiere

    I just sumitted a feature request for a live chromakey feed into premiere to be able check chromakey and lighting.  You can do the same here. 
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

    "Gigabytes necessitate wifi"
    What?
    Reduce your bit rate. If you set it too low, the video will be ugly. Try 2 pass encoding to maximize visual quality at lower bit rates.
    Try exporting:
    Format - H262
    Preset - Youtube Widescreen SD
    15 minutes should end up about 375 mb

  • Settings of  live stream for FMS 4.5 on Amazon

    Hi. We are cureently have an issue with setting up an outcoming stream for a livechat. We are using FMS 4.5 on Amazon and OSMF player. When streaming from FMLE everything is working fine. But when streaming from  as3  we receive  buffering status of OSMF player and  wornings in amazon server:
    Warning from libf4f.so: [Utils] [1cbec29179f3616a6b284fc9ecc029d8] [1cbec29179f3616a6b284fc9ecc029d8] FMS F4F recording received timestamps with absolute time flowing backward lastTime held was 2109435 and the most recent arrived was 2107876.  This message is being ignored - recording will continue.
    Stream settings are:
    _streamCam = Camera.getCamera();
    _streamCam.setMode (640,480,30,true);
    _streamCam.setQuality (1200 * 1024, 90);
    _streamCam.setKeyFrameInterval(4);
    var pH264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
    pH264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_3_1);
    pH264Settings.setQuality(_streamCam.bandwidth,_streamCam.quality);
    Also Adobe resommends to enable streamsynchronization like it is done for FMLE:
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725df a0-8000.html
    <flashmedialiveencoder_config>
        <mbrconfig>
            <streamsynchronization>
                <!-- "true" to enable this feature, "false" to disable.                    -->
                <enable>true</enable>
    Is it possible to do the same for AS3 Netstream? If so, please tell the name of  a proppety.
    Please kindly, advise.

    Hi. We are cureently have an issue with setting up an outcoming stream for a livechat. We are using FMS 4.5 on Amazon and OSMF player. When streaming from FMLE everything is working fine. But when streaming from  as3  we receive  buffering status of OSMF player and  wornings in amazon server:
    Warning from libf4f.so: [Utils] [1cbec29179f3616a6b284fc9ecc029d8] [1cbec29179f3616a6b284fc9ecc029d8] FMS F4F recording received timestamps with absolute time flowing backward lastTime held was 2109435 and the most recent arrived was 2107876.  This message is being ignored - recording will continue.
    Stream settings are:
    _streamCam = Camera.getCamera();
    _streamCam.setMode (640,480,30,true);
    _streamCam.setQuality (1200 * 1024, 90);
    _streamCam.setKeyFrameInterval(4);
    var pH264Settings:H264VideoStreamSettings = new H264VideoStreamSettings();
    pH264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_3_1);
    pH264Settings.setQuality(_streamCam.bandwidth,_streamCam.quality);
    Also Adobe resommends to enable streamsynchronization like it is done for FMLE:
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725df a0-8000.html
    <flashmedialiveencoder_config>
        <mbrconfig>
            <streamsynchronization>
                <!-- "true" to enable this feature, "false" to disable.                    -->
                <enable>true</enable>
    Is it possible to do the same for AS3 Netstream? If so, please tell the name of  a proppety.
    Please kindly, advise.

  • LIVE FEED Wednesday Apple show ?

    Anyone know where there will be a live feed for tomorrows presentation?
    Will it be on the Apple site?
    thanks
    Pete

    Try this link:
    http://www.engadget.com/2010/01/27/live-from-the-apple-tablet-latest-creation-ev ent/?sort=newest&refresh=30

  • No live Quicktime feeds for E3?

    Maybe somewhat predictable, but I wonder why there aren't any live Quicktime-based feeds for E3 2007?
    I'm watching the live Sony press conference right now, but of course it's a WMV stream playing in Flip4Mac which, with the best will in the world, is not terribly stable.
    I would have thought Apple would be making more effort to make Quicktime the Internet standard.

    redex,
    See my post here: https://community.bt.com/t5/Watching-BT-Sport-via-the-App-or/VCO17/td-p/1210777
    In particular the bit about silverlight.
    Check which version you have, but I would go for the un-install, clean, re-install option, and see if that helps.

  • RSS Feed for Live Cricket Score Card:

    HI Friends, I need a rss feed for Live Cricket full score card.

    Cricinfo has best rss feed for live cricket scores. Below is the given few rss feeds providers for live cricket scores:
    ESPNCricinfo
    CricScores
    Cricket RSS Feeds

  • Customize away message for live feed?

    I would like to set up an away message where the content is pulled from a live feed. I assume this is possible because that's essentially what it does when it displays the current song on iTunes.
    Does anyone know any shareware/freeware that can do this, or other way to set this up? Specifically, there is an online queryable database I'd like to pull the away message from.
    MacBook Pro 15"/2.16Ghz/2GB RAM   Mac OS X (10.4.8)  

    Hi RKNYC,
    AppleScript is the way.
    There is a basic one here
    http://www.ralphjohnsuk.dsl.pipex.com/page11.html#Where_canI
    You need to scroll down a bit (Blue text)
    This takes several pre typed messages and rotates them to give a partial scroll.
    <hr>
    This is a real scroll of a saved/typed message
    ---------- script start ----------
    -- idea and script: [email protected]
    set a to every character in " Read the FAQs at www.ralphjohnsuk.dsl.pipex.com :-D "
    set h to ""
    set i to 1
    set c to count every item in a
    repeat
    repeat with n from 1 to c
    repeat with m from 1 to c
    set h to h & item i of a
    if (n = 1 or n mod c = 1) and i = (c) then
    set i to i - (c - 2)
    else if i = (c) then
    set i to i - (c - 1)
    else if m = c then
    set i to i + 2
    else
    set i to i + 1
    end if
    end repeat
    tell application "iChat"
    delay 0.2
    set status message to h & ""
    set h to ""
    end tell
    end repeat
    set i to 1
    end repeat
    ---------- script end ----------
    This gets past the 42 character limit
    <hr>
    Next is to Scroll the current Status Message
    ------Start Script----------
    tell application "iChat"
    get status message
    set b to status message
    set a to every character in b
    set h to ""
    set i to 1
    set c to count every item in a
    repeat
    repeat with n from 1 to c
    repeat with m from 1 to c
    set h to h & item i of a
    if (n = 1 or n mod c = 1) and i = (c) then
    set i to i - (c - 2)
    else if i = (c) then
    set i to i - (c - 1)
    else if m = c then
    set i to i + 2
    else
    set i to i + 1
    end if
    end repeat
    tell application "iChat"
    delay 0.1
    set status message to h & ""
    set h to ""
    end tell
    end repeat
    set i to 1
    end repeat
    end tell
    ----------End Script -----------
    <hr>
    This one shows that you can call from other Apps
    It actually swops the Buddy icon for iTunes Pics/artwork
    ------Script Start----
    tell application "System Events"
    if ((application processes whose (name is equal to "iTunes")) ¬
    count) is greater than 0 then
    tell application "iTunes"
    if player state is playing then
    set the_artist to artist of current track
    set the_song to name of current track
    if artworks of current track exists then
    set currentArt to data of front artwork of current track
    my iChatIconFromArtwork(currentArt)
    end if
    if the_artist is not missing value then
    return the_artist & " - " & the_song
    else
    return the_song
    end if
    else if player state is paused then
    return "iTunes is paused"
    else if player state is stopped then
    return "iTunes is quiet"
    end if
    end tell
    else
    return "iTunes is Off"
    end if
    end tell
    on iChatIconFromArtwork(inArt)
    tell application "System Events"
    if ((application processes whose (name is equal to "iChat")) ¬
    count) is greater than 0 then
    tell application "iChat"
    try
    set file_name to ":tmp:artwork2avatar.pict" as string
    try
    do shell script "rm /tmp/artwork2avatar.pict"
    end try
    open for access file_name write permission 1
    copy the result to file_reference
    write inArt starting at 0 to file_reference as picture
    close access file_reference
    set theImage to open for access file file_name ¬
    without write permission
    set imageData to read theImage as TIFF picture
    set image to imageData
    close access theImage
    on error errStr
    try
    close access file_reference
    end try
    display dialog "Error: " & errStr
    end try
    end tell
    end if
    end tell
    end iChatIconFromArtwork
    -------End Script---------
    This one will run once and change the pic. It then needs running again to change to the next pic. Saves putting a loop to check the pic every minute or so and using Processor time.
    All these need to copy and pasted into Script Editor
    They can be run from there on a individual basis or you Can save them as App and then run them.
    They are heavy on the 5190 port and can effect Video chats on slower machines or sending Files or Pics in Text Chats ("Too much data too quickly" is the normal error message).
    9:11 PM Sunday; December 24, 2006
    Merry Christmas

  • I have deleted the defualt live Bookmark feed for news, what is the RSS?

    I just need to know which news feed firefox uses. It was good enough and now I've deleted it and don't know what it is? Oops. Help!

    The default ''Latest Headlines'' feed for Firefox (English):
    * Feed Location: http://fxfeeds.mozilla.com/en-US/firefox/headlines.xml
    * Site Location: http://www.bbc.co.uk/go/rss/int/news/-/news/

  • Recording Live Streams on FMS remotely

    Hi,
    We're using FMSS 3 to stream live feeds from cameras.
    However, we'd also like to have the ability to (via an
    administration site) record these live streams and allow the user
    to view pre-recorded streams instead of the live ones.
    Does anyone know of an example of how I can tell FMS to start
    recording a stream (via a web service or AS), and then how to stop
    it? Just for clarification - we don't want FMS to record a stream
    from the user's own camera. We want to record the live streams that
    are already streaming on FMS.
    Thanks,
    Filip Stanek
    bloodforge.com

    you can creat an app folder in fms folder which is inside of
    ur setup folder,
    for details u can mail at [email protected]

  • How to have a live feed from application server log file (realtime viewr )

    how to have a live feed from application server log file (realtime viewr for apps log files)
    hi , thank you for reading my post.
    is there any way to have a live feed of Application server log ?
    for example is there any application that can watch the log file and show the changes as new log items come in ?
    can some one with more experience help ?

    Your question would be more suited to the Developer Forums
    http://devforums.apple.com
    but anyway...
    My goal is to develop a web application that is able to run on iPhone too, to capture the audio and video content from its camera and mic.
    Web Apps running in Safari don't have access to the camera or mic hardware.
    Or I should built a native application distributed through Apple store?
    That is your only option, although such a system already exists:
    http://itunes.apple.com/us/app/ustream-live-broadcaster/id319362690?mt=8

  • How do I put all my live feeds into one channel? I don't want to have to cick on each feed source separately.

    How do I put all my live feeds into one channel? I don't want to have to click on each feed source separately. Instead of one feed per website I want just ONE feed for all my sources together.

    Hi there old45,
    You may find the information in the article below helpful.
    iTunes 11 for Windows: Change where your iTunes files are stored
    http://support.apple.com/kb/PH12365
    Consolidate your files in the iTunes folder
    You can consolidate all the files in your library in the iTunes folder—for example, to make it easier to move your library to a new computer.
    Choose File > Library > Organize Library.
    Select “Consolidate files.”Files remain in their original locations, and copies are placed in the iTunes folder.
    To create folders (Music, Movies, TV Shows, Podcasts, Audiobooks, and so on) inside your iTunes folder, and place all your imported media files in the appropriate folders, select “Reorganize files in the folder ‘iTunes Media.’”
    Locate your iTunes files
    Do either of the following:
    Find out where a file is stored: Select the item in iTunes, and choose File > Get Info. The path to the file is shown at the bottom of the Summary pane (next to Where).
    Show the file in Windows Explorer: Select the song, and choose File > Show in Explorer.
    -Griff W.

  • Video Camera Live Feed

    Hey all!
    I'm planning to use a video camera to show a "live feed" of an audience during an award ceremony. I have a slight problem as I was planning to create animations in flash and put them into a Keynote presentation. I cannot pre-record these "live feeds" as I was also going to show the winners of awards on the stage through the camera. Is there an application that allows you to show live feeds through either a Keynote presentation or even just full screen, as I will be showing the Keynote through a projector.
    Thanks a lot,
    James

    You can have live video inside a keynote slide if that's what you are looking for. I just did it with a network camera. The problem is that it has about a three second delay... but if you want to show your local audience a remote "live" video within the presentation (without switching out and back), you can.
    If you can open the stream with quicktime, save it as a quicktime movie and then import the movie in the slide. When played, it will connect and show the video, live minus a couple of seconds (in my case).
    Playing a different source, such as a firewire DV stream would be great but I have not found out how. For now.
    If you want to switch from a keynote presentation to video without a switcher, you can command-tab to a software that displays a full-screen video. For that I use EyeTV in full-screen mode at the same time as I play my presentation... need to show the video? click option-tab to switch back and forth between the two apps.
    Hope this gives a few ideas.

  • Can I capture and record live feed on "Final Cut Pro X"?

    I am an intern at my church and we are wanting to finish upgrading everything to mac at the church but we are needing a program that can capture live feed and later edit it so that I can create TV programs; hence, why I am needing to know can Final Cut Pro X capture live feed and record it? Along with that I need to know can I import avi. video files into Final Cut Pro X and it still allow me to edit them for our TV program? Thank you ahead of time for all of your help. Right now we are capturing in SD and I need to make sure it will also not be a problem capturing in SD and will make a smooth transition when we go to HD.

    See here:
    Re: import live video hvr v1e
    The above discusses HDV over firewire which is high def,  DV will be the same  deal.
    So it depends on what type of camera you are going to use.
    If you jump to an AVCHD USB cam the game changes.
    So far I'm not aware of a direct import method.
    There are workarounds with additional equipment at present.
    Al

  • Can you enable subtitles on Sky News live feed

    So Sky News is one of the new apps on the latest update. I am wondering if it is possible to enable subtitles on the live feed? This way it could be a cost effective route for the sky news feed you see in control rooms.

    Not sure.
    Ensure subtitles/closed captioing is enabled in Settings.
    When you use Sky News on AppleTV try holding the select button while playing - it may give an option to enable subtitles - if not it's probably not supported.
    AC

  • Archiving live stream at FMS and injecting metadata: VP6 good h264 not

    When I record a live stream at FMS, one in which I've injected  metadata in my main.asc file, the archived file plays back fine.  The  metadata plays back too.  I'm able to retreive it just fine - if I  encode VP6.
    If I encode h.264 the file plays back but  the metadata does not.  The fact that the archived file is created and  plays back tells me things are wired correctly.  The only thing I  changed is the format.
    According to FMS docs (http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc9 5e-7e42.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7f35)
    ..."The recording format is determined by the filename you pass to the Stream.get()
    method."
    So my record code looks like the following:
    application.onPublish = function(client, stream) {
         trace("onPublish");
         s = Stream.get("mp4:streamname.f4v");
         if(s){
             s.record();
         this.doRepublish(this.nc, stream);
    My code that injects the data in to the stream looks like this:
    Client.prototype.sendDataEvent = function(data) {
         trace("Call to sendDataEvent...");
         this.newStream = Stream.get("mp4:streamname.f4v");
         this.newStream.send("onTextData",data);
    All must be wired  correctly because the metadata comes through during the live stream.  On  play back of the archive though, the metadata doesn't appear to be  there.
    Any thoughts?
    Thanks

    My apologies on the s.play() confusion.  I had been trying different versions of the code and posted the one without it.
    Whether I include s.play() or not the file gets created.  Here are the various versions of the onPublish() function I've tried (differences in red):
    1.
    application.onPublish = function(client, stream) {
        trace("onPublish");   
        s = Stream.get("mp4:streamname.f4v");
        if(s){
            s.record();
            s.play("mp4:streamname.f4v");
        this.doRepublish(this.nc, stream);
    2.
    application.onPublish = function(client, stream) {
        trace("onPublish");   
        s = Stream.get("mp4:streamname.f4v");
        if(s){
            s.record();
            s.play(stream);
        this.doRepublish(this.nc, stream);
    3.
    application.onPublish = function(client, stream) {
         trace("onPublish");   
         s = Stream.get("mp4:streamname.f4v");
         if(s){
             s.record();
         this.doRepublish(this.nc, stream);
    All produce the same result - an archived file called mp4:streamname.f4v in my streams folder.  This file plays back fine but does not play back the commands.
    On your other question, about things working fine for VP6, it works fine for FLV.  A file called streamname.flv is produced.  This file plays back fine and does indeed play back commands baked into the file as well.  This is what makes me believe the code is not the problem.  If it works perfectly for one format, there would seem to be very little I could do in my code to break things for the other.
    Can you try this using the record() code snippets in the live docs Stream.record() section?
    http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc9 5e-7e42.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7f35
    All you'd need is the code snippets there to record your live stream and another server side function to inject commands into that live stream. Here is that function:
    Client.prototype.sendDataEvent = function(data) {
        trace("Call to sendDataEvent...");
        this.newStream = Stream.get("mp4:streamname.f4v");
        this.newStream.send("onTextData",data);
    Do something simple like call onTextData and pass some text in the data parameter.  Then on the client side viewer, handle the onTextData method.  It will receive the text.  Display it in a text area or something.
    If you record while injecting this text into your stream, the text should display on playback of the archived file.  It will if you encode VP6/FLV, but not if you encode H.264/F4V.
    Let me know what you discover.

Maybe you are looking for

  • Audio Disabled on Account

    This is probably going to be a 3rd party issue, but I was hoping there'd be Mac OS Fix. I use an M-Audio Firewire 410 audio I/O unit. I recently tried to hook up my machine without realizing it might now be incompatible. Before, this turned off inter

  • DATA-PUMP ERROR: ORA-39070 Database on Linux, Client on Win 2008

    Hi, i want to make a datapump export from client Windows 2008. I define dpdir as 'C:\DPDIR'. While making expdp expdp login\pass@ora directory=dpdir dumpfile=dump.dmp logfile=log.log full=y i get those errors ORA-39002:niepoprawna operacja ORA-39070:

  • Firefox 9 doesn't handle the css font stack properly

    The style body{font:13px/1.231 arial,helvetica,sans-serif;*font-size:small;*font:x-small} should cause the browser to work through the stack and use sans-serif if arial and helvetica are not available. This is how it worked in Firefox 8 and how it wo

  • Pagemaker 2.0

    Yes I know this is a very long shot, but can anyone convert what I believe are mac pagemaker 2 documents to pm 6.5/ 7 and or to Indesign (any version).  Nothing critical here, but would make a friend's father happy. Jay

  • Face Recognition Sotware

    Hello everyone ! My name is Gaurav, i am  from Vasco, Goa. I need face recognition software developed by Hp for My HP15-D103TX notebook PC. I am  not getting anywhere on google.. please give me link of software to download, which should be compactibl