Please prefix 'mp4:' to the stream name to record H264/AAC/HE-AAC encoded data at FMS using DVR...

I was able to modify the main.asc file in the application/livepkgr directory to include:
* DVRSetStreamInfo :
* This prototype was created to allow DVR recording funtionality to FLME to FMS
Client.prototype.DVRSetStreamInfo = function (info)
    var s = Stream.get( "mp4:" + info.streamname + ".f4v" ) ;
    if (s)
        if (info.append)
        s.record ("append") ;
        else
        s.record () ;
        s.play (info.streamname) ;
I get three status messages in the FLME encoding log:
Requested DVR command has been successfully issued to Primary FMS server for stream livestream1
Requested DVR command has been successfully issued to Primary FMS server for stream livestream2
Please prefix 'mp4:' to the stream name to record H264/AAC/HE-AAC encoded data at FMS using DVR feature
Now I have a few issues:
1. How to I fix the issue with the 3rd status message "Please prefix 'mp4:' to the stream name to record H264/AAC/HE-AAC encoded data at FMS using DVR feature" since the code above is prefixing the "mp4:" to the stream name.
2. In the applications/livepkgr/streams directory there is a file called "undefined.f4v" which is telling me the code above isn't passing the info.streamname variable.
3. Also, what do I need to do to playback this .f4v file. I've tried opening it with Adobe Media Player, but it doesn't recognize it.
I'm obviously using multi-bitrate streaming and that is working flawlessly.  My goal is to record this livestream to later playback as an mp4 file.
Any ideas?
UPDATE:
I know on page 15 of the FMS 4.5.1 developers guide, "Configure DVR (HDS)" under "Publish a DVR stream", it states "To Publish a DVR stream from FLME, DO NOT check Record OR check DVR Auto Record. Publish the stream just as you publish any live stream. In the next section "Play DVR streams" is states that I can use SMP (Stobe Media Playback), which I am.  So that brings up two more questions:
1. Why is my SMP Player not displaying the DVR funtionality (See image):
In my SMP configuration, my streamType is "LiveOrRecorded" - default. There is a streamType = "dvr", but will I lose live funtionality?
2. If I want to later on, package the stream into an mp4 file and play it back later for those who missed the live stream, what is the best approach for that?
Message was edited by: giostefani

Two things: You need to have "DVRCast" application on server-side i.e. "dvrcast_origin" for DVR recording to work and secondly for mp4 recording your stream name should be "mp4:<streamname>.mp4" while publishing.

Similar Messages

  • Please anyone know if the ifone 5s Gold T-Mobile comes with full price unlocked to be used in Brazil? thanks for attention

    please anyone know if the ifone 5s Gold T-Mobile comes with full price unlocked to be used in Brazil? thanks for attention

    The only way the unlocked t-mobile will work is if you purchase from the Apple store. Do not purchase from t-mobile. Also, not all of the bands will be supported, and the warranty is only good in the United States. Not sure if that is worth it.

  • Can I change my family plan to the month to month plan prior to my contract end date and still use the same phone without an etf

    can I change my family plan to the month to month plan prior to my contract end date and still use the same phone without an etf

        Great question dreyfusdad !
    I understand it’s always good to be aware of the changes once your contract is completed and I’m happy to help you. You can log into My Verizon to view the contract end date. Tikibar1, thank you for pointing in the right direction; it will automatically continue to bill you as usual, but it will be on a month to month basis. It will keep you on a post paid account; however, if you wanted to transfer to a Prepaid account the process may be different. We’d love the opportunity to review your account for the best plan for you. Please let us know if we can help you with that.
    AdaS_VZW
    Follow us on Twitter at @VZWSupport

  • Urgent please help: what is the table name for cash management reports?

    I am wondering what the table name for cash management reports is. I am trying to figure out then if I have any missing.
    Please help.

    I checked MSEG table. But, I didn't find any field for date.
    Can you tell me field name.
    Regards
    Siva

  • "SOME" devices can resolve the ALIAS (CNAME record) for a device, but not the REAL name (A record) - Why? How do I fix this?

    I'm running the DNS server role on Windows Server 2012 R2 on a physical machine on my home network.
    My AD is configured with a non-registered name - let's say it's "home.acme.ca" and the DNS server is configured to host that zone.  I also configured a 2nd zone in the DNS server called "myinf.acme.ca".  They both run on a physical
    server with an IP of 192.168.1.10
    The DHCP server on my Cable Modem is configured to hand out 192.168.1.10 as the only DNS server to every device on my network.  On my servers (with static IP addresses), 192.168.1.10 is configured as the only DNS server available for them. 
    I took the DNS servers from my Cable Provider and configured a Forwarder on my server to send name resolution requests to them only if my DNS server can not answer the request - basically for any name resolution request that does not end with ".home.acme.ca"
    or ".myinf.acme.ca"
    The "home.acme.ca" zone is populated with 'A' records for all of the physical and virtual servers and PC's on my network.
    The "myfin.acme.ca" zone is populated with 'CNAME' records that point directly to the 'A' record in "home.acme.ca" - for example, I have a serve named s000abc123ww.home.acme.ca with an 'A' record providing an IP address of 192.168.1.20 and
    I created a 'CNAME' (alias) record named 'webserver.myinf.acme.ca' which points to the 'A' record 's000abc123ww.home.acme.ca'
    2 of my 6 machines can resolve the alias but not the real name of the server!
    .10 is the Domain Controller.  All of the other machines (except .98) are members of the home.acme.ca domain.
    I attempted to ping 's000abc123ww.home.acme.ca' AND 'webserver.myinf.acme.ca' on the following 6 computers.  I used the fully qualified name in all cases.
    4 of the below machines are able to resolve BOTH names.  The other 2 can resolve the Alias but not the real name!
    I don't understand how this is possible, but I would like to fix it...!!!  Please help?
    .10 - Server 2012 R2 (Physical) -  Hosts Active Directory and DNS.
    .20 - Server 2012 R2 (Virtual)   -  Runs SQL Server
    .21 - Server 2012 R2 (Virtual)   -  Runs Apache
    .22 - Server 2012 R2 (Virtual)  -   Runs Apache.  This is the device I am trying to ping (s000abc123ww)
    .98 - Windows 7 (Physical)
    .99 - Windows 7  (Virtual)
    .21 (which is configured nearly identically to .20 and .22) can resolve and ping the Alias, but not the real name.
    .98 can also resolve and ping the Alias, but not the real name.
    The rest of the machines can resolve and ping both the alias and the real name.
    All of the Virtual Machines are running under Hyper-V on the .10 physical server.
    All the devices are on the same subnet.
    Thank in advance to anyone who can help me understand and correct this problem!
    Jim

    Hi,
    CNAME resource records are recommended for use in the following scenarios:
    • When a host that is specified in an A resource record in the
    same zone needs to be renamed
    • When a generic name for a well-known server, such as www, must resolve to a group of individual computers (each with individual A resource records) that provide the same
    service, for example, a group of redundant Web servers
    Therefore please try to create your CNNAM record in the same zone and try again.
    The related KB:
    Adding, Changing, and Deleting Resource Records
    http://technet.microsoft.com/en-us/library/cc779020(v=ws.10).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • HT1430 I can not open my email.  A box comes up stating- CAN NOT GET MAIL, The user name or password for "Hotmail" is incorrect,   I never have to use a password on my IPAD.    What is going on?

    I Can not open my email, Never had this problem...   Message says:   CAN NOT OPEN MAIL, The user name or password for "HOTMAIL" is incorrect.
    What is going on???????

    Check your email settings (on your iPad) for that account and make sure the username and/or password are correct.

  • Error message: "iTunes could not sync contacts to the iPhone "name here" because an error occurred while sending data from the iPhone."

    Began when Apple replaced my HD on my iMac. I can backup without any problems but when it is time to sync, I get this error.

    I want to add that I deleted all the old back-ups and created a new back-up without any issues except sync problem.

  • I accidentally renamed all the file names on every single one of my 24000 photos in aperture using batch change ( keywords, metadata etc) Can I undo this action or will I need to restore from an earlier time machine/capsule backup?

    Undoing a batch metadata filename change in Aperture3?

    You're welcome.
    A second copy of the iPhoto library on a second drive is always good. I once lost my backup drive and the system drive at the same time, because a lightning caused a power surge that killed both my macs system drive and the connected backup drive. I was lucky to have a bootable clone of the system drive as a second backup.
    I like this version of the quote you cited:
    A little learning is a dangerous thing;
    drink deep, or taste not the Pierian spring:
    there shallow draughts intoxicate the brain,
    and drinking largely sobers us again.

  • The fisrt cell in my spreadsheet does not recieve any data from lookout, using the datatable objekt

    Always when I am create a link between Lookout and Excel, there is a problem with the first cell in a range using Datatable and DDE.
    How can I solve this problem?

    What database version are you using?
    Works ok for me:
    As Schema1:
    SQL> create table t1 as select rownum rn from dual connect by rownum <= 10;
    Table created.
    SQL> create table t2 as select * from t1 where 0=1;
    Table created.
    SQL> select * from t1;
            RN
             1
             2
             3
             4
             5
             6
             7
             8
             9
            10
    10 rows selected.
    SQL> select * from t2;
    no rows selected
    SQL> create view stvw as select * from t1 union select * from t2;
    View created.
    SQL> select * from stvw;
            RN
             1
             2
             3
             4
             5
             6
             7
             8
             9
            10
    10 rows selected.
    SQL> grant all on t1 to schema2;
    Grant succeeded.
    SQL> grant all on t2 to schema2;
    Grant succeeded.
    SQL> grant all on stvw to schema2;
    Grant succeeded.
    SQL>As SYS:
    SQL> create synonym schema2.t1 for schema1.t1;
    Synonym created.
    SQL> create synonym schema2.t2 for schema1.t2;
    Synonym created.
    SQL> create synonym schema2.stvw for schema1.stvw;
    Synonym created.
    SQL>As Schema2:
    SQL> select * from t1;
            RN
             1
             2
             3
             4
             5
             6
             7
             8
             9
            10
    10 rows selected.
    SQL> select * from t2;
    no rows selected
    SQL> select * from stvw;
            RN
             1
             2
             3
             4
             5
             6
             7
             8
             9
            10
    10 rows selected.
    SQL>

  • Prefixing the schema owner to the table name

    I have entity objects in my JClient app that were created from tables owned by USER1. When I connect to my JClient app as USER2 the DML fails because the table names are not prefixed by the table owner (USER1). I don't want to use public synonyms and I don't want to customize my view objects just to prefix the table names with the table owner. How could I prefix all of the table names with the table/schema owner by default?

    We have been using another approach. We change the "current schema" at the db session level. This avoids having to define public synonyms and having to fully qualify names. It also allows us to have the same application schema defined multiple times in a db instance, which is useful for testing.
    While our real code is bit more complicated, basically we implement the afterConnect() and prepareSession() methods on an appication module with a call to our utility method:
    protected void afterConnect() {
    super.afterConnect();
    setupSession('hr');
    protected void setupSession(String currentSchema) {
    try {
    log.debug("Setting current schema to: " + currentSchema +
    " via: call alter session set current schema " + currentSchema);
    Statement stmt =
    getDBTransaction().createStatement(DBTransaction.DEFAULT);
    stmt.execute("alter session set current_schema=" + currentSchema);
    stmt.close();
    } catch (SQLException e) {
    if (e.getErrorCode() == 1435) {
    log.info("Couldn't set the current_schema to " + currentSchema +
    " because it doesn't exist in the target db.");
    } else {
    log.error("Error setting current_schema in DB context!", e);
    } catch (Exception e) {
    log.error("Error setting current_schema in DB context!", e);
    }

  • What are the field names for below mentioned

    Hello Friends
    What are the fields names for below tables
    in EKKO
    Purchase Document Date
    Net Value of the purchase document.
    In EKPO
    Item Description
    From which place We bought it. (It means in Sales Items there we can know from which plant we sold the goods, like in EKPO, there is any field like this)
    Please let we are defining the report to find out the stock availability for perticular storage location using select Options plant, company code, material no.
    How many tables involve her to build this report. and also field names, they come under which table.
    Please send me this information ASAP. PLz Plz Plz..........
    Regards
    Praveen

    You can check the fields of these tables via SE11
    Purchase Document Date  -  EKKO-BEDAT
    Item Description  -  EKPO-TXZ01
    Net price per item - EKPO-NETPR.
    Regards,
    Rich Heilman

  • New install Express on Win 8 can see the Server name but cannot see the instance

    I am doing this over the phone with a client who is not sure what he is doing we have installed Ok the folders exist and we have enabled TCP/IP
    The instance is MSSQLServer when we try to connect all we get is 'ComputerName' I am expecting 'ComputerName \MSSQLServer'
    The user does not have administrator rights and he installed SQL Server without the administrator (I think, I am not sure he knows)
    I am looking for clues as to what may cause the instance name to not appear
    thanks in advance
    jnc

    Thanks, that is useful but the list of instances just matches the details in SQL Configuration manager
    What I need is to understand why, if the server is listed and is running it is not visible when we try to connect
    jnc
    Hi jnc,
    Could you please verify that if  the instance name is not listed in “Server name” drop-down list of SQL Server Management Studio (SSMS)? If so, does the instance list in the Local Servers tab in the “Browse for Servers” dialog?
    If you cannot see the express instance in the Local Servers tab in the “Browse for Servers” dialog, the reason may due to SQL Server cannot get the appropriate registry entry information in the System Registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft
    SQL Server\Instance Names).
    To work around this issue, you can manually input the instance name which will be show in the Local Servers tab. Also make sure that right click on SSMS and then choose “Run As Administrator” to start it.
    However, if the express instance is listed in the Local Servers tab in the “Browse for Servers” dialog, but not in the “Server name” drop-down list. Then if you have never connected with the instance name before, its entry will not listed in the drop-downlist.
    Or if you have connected to server with a wrong instance name, you cannot see its entry the next time.
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Changing the file name dynamicallly in file Adapter

    Hi i want to change the file name directly from Java Mapping in the file adapter
    for this i have written this code
    DynamicConfiguration dynamicConfiguration = (DynamicConfiguration)map.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
                   DynamicConfigurationKey keyFile = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
                   DynamicConfigurationKey keyDir = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","Directory");
                   dynamicConfiguration.put(keyFile,fileName);
                   dynamicConfiguration.put(keyDir,outputpath);
    but it gives a null pointer exception at dynamicConfiguration.put(keyFile,fileName);
    please suggest.
    regards
    Nilesh Taunk.

    Hi Nilesh,
    If your requirement is to create , the file name dynamically for your receiver file adapter, you can do so using your <b>FILE ADAPTER CONFIGURATION</b> itself, and need not go for any JAVA Mappping / Java Code at all.
    The dynamic filename generation concept is as follows.
    In your filename field in the receiver file adapter, just give a variable with <b>%</b> symbols. (eg: %file% ).
    Now, under the option <b>Variable Name Substitution</b>, you can give how the value has to be created.
    <b>It can be your interface name, sender service name, etc or it can be some value dynamically from your payload.</b>
    For the former, your give
    <b>message:interface_name</b> ,etc
    and for the payload part you give,
    <b>Payload: "your element root which u wanna acecss"</b>
    Just check this link out,
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm
    And read the contents under variable substitution and it will help you understand the concepts better.
    Also, in your FILE Adapter under the option FILE CREATION MODE, you have options like,
    1.Add Counter,
    2. Append
    3. Create
    4. Add Time Stamp
    If you have any clarifications on this approach, do get back.
    Regards,
    Bhavesh

  • IDM : How to get the Resource name in Exclude Rule during Reconciliation?

    Hi
    Problem Statement => How to get the Resource name in Exclude Rule during Reconciliation.
    Problem Description => Apparently, we use exclude rule for not consider some account during reconciliation.
    I need the resource name in exculde rule during reconciliation. I tried with getResources() method which is an inbuilt method.But it gives all the resources are aviablable in the repository (IDM). I need only the current reconcilied resource name instead of fetching all the resouce.
    Can any one please help how to get the resource name in exclude rule during reconciliation?
    Thanks in advance for you help.
    Thanks,
    Chellappan

    Hi,
    Thanks for your reply.
    I have 50 resouces and these resouces using the same kind of exclude rules. In the exclude rule, i am using resource name to do some work. If i get the resouce name in exclude rule, then i can use the same exculde rule for 50 resources. This will minimise the rule count from 50 to 1. For that, i need resouce name.
    Thanks,
    Chellappan Sampath.

  • The Specified name is already in use while activating Publishing feature at site collection level in Moss2007

    Hi,
    Please suggest on this "The Specified name is already in use while activating Publishing feature at site collection level in Moss2007"
    The specified name is already in use.
    A list, survey, discussion board, or document library cannot have the same name as another list, survey, discussion board, or document library in this Web site.  Use your browser's Back button, and type a new name.   at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateList(String
    bstrWebUrl, String bstrTitle, String bstrDescription, String bstrListUrl, String bstrFeatureId, Int32 lTemplateID, String bstrDocTemplateType, ListQuickLaunchOptions qlOpt)
       at Microsoft.SharePoint.Library.SPRequest.CreateList(String bstrWebUrl, String bstrTitle, String bstrDescription, String bstrListUrl, String bstrFeatureId, Int32 lTemplateID, String bstrDocTemplateType, ListQuickLaunchOptions qlOpt)  

    there are some OutBox list/libraries being created when you activate publishing features, make sure those names not being used: check this post for more detail..
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f7e93d26-c2a1-42c2-b191-dc48f734684b/the-specified-name-is-already-in-use-error?forum=sharepointgenerallegacy
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

Maybe you are looking for

  • Constant Lockup with Ipod Sync

    Just to let you know before I explain my problem: I am using Itunes 5.0 (although the problem happened in 4.9 too) I have used the "restore" option multiple times to reset my ipod. I have run a disk check on the ipod from debug menus I am using a USB

  • Voting poll using PHP & MySQL TypeError: Error #2007: Parameter text must be non-null.

    I am getting this back: TypeError: Error #2007: Parameter text must be non-null. at flash.text::TextField/set text() at AS3_Flash_Poll_PHP_MySQL_fla::WholePoll_1/completeHandler() at flash.events::EventDispatcher/dispatchEventFunction() at flash.even

  • Module Adapter - String Change in XML

    Module Adapter I have been reading "How to Create Modules for the J2EE Adapter Engine" and am trying to implement an adapter module to change a few strings in the message. I understand I can grab the XI message using the getPrincipalData such as: //

  • Unable to open Notes

    I mentioned this in a similar thread in the iPhone 3Gs forum, but I have an iPhone 3G, so I figured I should post it here too. I am unable to access Notes: the app opens, displays a blank note for a few seconds, then crashes back to the main screen.

  • Runtime exception with ADG when compiled with ANT

    Hi, We are using Advanced Data Grid in our project and it compiles and produces a correct SWF file when compiled using the licensed FlexBuilder. This work fine for the development environment, but for the testing and staging environments we use ANT t