H.264 part 10 with DMP 4400G Problems

We are using Final Cut Pro to export all our video content for our digital signage on our campus. We have tried numerous times to export an H.264 video with various settings and can't get any of them to work. Does anyone know what we could be doing wrong? It is clearly stated that the 4400G supports MPEG 4 part 10 which is clearly H.264 video. Any help anyone could give us would be greatly appreciated. Thanks in advance.
DMM 5.2.2
DMP 4400G running 5.2.2

Ok, I'm pretty sure I'm not using a mpeg-ts wrapper. How do you do that from FCpro? Here is what MediaInfo spit out regarding my test video file that will not work:
General
Complete name                    : /Sequence 4.mp4
Format                           : MPEG-4
Format profile                   : Base Media / Version 2
Codec ID                         : mp42
File size                        : 15.5 MiB
Duration                         : 20s 982ms
Overall bit rate                 : 6 208 Kbps
Encoded date                     : UTC 2011-03-21 22:31:19
Tagged date                      : UTC 2011-03-21 22:31:19
Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : [email protected]
Format settings, CABAC           : No
Format settings, ReFrames        : 2 frames
Codec ID                         : avc1
Codec ID/Info                    : Advanced Video Coding
Duration                         : 20s 982ms
Bit rate mode                    : Variable
Bit rate                         : 3 040 Kbps
Width                            : 1 280 pixels
Height                           : 720 pixels
Display aspect ratio             : 16:9
Frame rate mode                  : Constant
Frame rate                       : 30.120 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.110
Stream size                      : 7.61 MiB (49%)
Language                         : English
Encoded date                     : UTC 2011-03-21 22:31:18
Tagged date                      : UTC 2011-03-21 22:31:19
Color primaries                  : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177
Transfer characteristics         : BT.709-5, BT.1361
Matrix coefficients              : BT.709-5, BT.1361, IEC 61966-2-4 709, SMPTE RP177
Thanks for the help.

Similar Messages

  • Content Search Web Part with Hover Panel - Problem with positioning with css

    Hi guys!
    I´m having trouble with positioning the hover panel for the Content Search Web Part.
    I used
    this article to help me with luck as far as to the positioning. I´ve tried some inline styling but maybe my knowledge in css is no good enough here.
    Here´s a screenshot from how this looks like. The hover panel generates a gap between the result items, the same height as the hover panel:

    Hi Victoria!
    No the gap comes without any inline css added from me. I´ve tried some inline styling, like z-index and position.
    So, any ideas are welcome.
    Here´s how my Display Template looks like:
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
    <head>
    <title>RC Customer Documents</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Link URL&#39;{Link URL}:&#39;Path&#39;,&#39;Line 1&#39;{Line 1}:&#39;Title&#39;,&#39;Line 2&#39;{Line 2}:&#39;&#39;,&#39;FileExtension&#39;,&#39;SecondaryFileExtension&#39;</mso:ManagedPropertyMapping>
    <mso:MasterPageDescription msdt:dt="string">This Item Display Template will show a preview and properties for Record Center Customer Documents</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#SearchResults;#Content Web Parts;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://d-records.isbank.is/rc/search/_catalogs/masterpage/Display Templates/Content Web Parts/_isb_record_center/tutorial/RC_CustomerDocuments.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    <mso:CrawlerXSLFile msdt:dt="string"></mso:CrawlerXSLFile>
    <mso:HtmlDesignPreviewUrl msdt:dt="string"></mso:HtmlDesignPreviewUrl>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
    <!--
    Warning: Do not try to add HTML to this section. Only the contents of the first <div>
    inside the <body> tag will be used while executing Display Template code. Any HTML that
    you add to this section will NOT become part of your Display Template.
    -->
    <script>
    $includeLanguageScript(this.url, "~sitecollection/_catalogs/masterpage/Display Templates/Language Files/{Locale}/CustomStrings.js");
    </script>
    <!--
    Use the div below to author your Display Template. Here are some things to keep in mind:
    * Surround any JavaScript logic as shown below using a "pound underscore" (#_ ... _#) token
    inside a comment.
    * Use the values assigned to your variables using an "underscore pound equals"
    (_#= ... =#_) token.
    -->
    <div id="RC_CustomerDocuments">
    <!--#_
    var id = ctx.ClientControl.get_nextUniqueId();
    var itemId = id + Srch.U.Ids.item;
    var hoverId = id + Srch.U.Ids.hover;
    var hoverUrl = "~sitecollection/_catalogs/masterpage/Display Templates/Content Web Parts/_isb_record_center/tutorial/Item_RC_CustomerDocuments_HoverPanel.js";
    $setResultItem(itemId, ctx.CurrentItem);
    ctx.currentItem_ShowHoverPanelCallback = Srch.U.getShowHoverPanelCallback(itemId, hoverId, hoverUrl);
    ctx.currentItem_HideHoverPanelCallback = Srch.U.getHideHoverPanelCallback();
    var encodedId = $htmlEncode(ctx.ClientControl.get_nextUniqueId() + "_2lines_");
    var linkURL = $getItemValue(ctx, "Link URL");
    linkURL.overrideValueRenderer($urlHtmlEncode);
    var iconURL = Srch.ContentBySearch.getIconSourceFromItem(ctx.CurrentItem);
    var line1 = $getItemValue(ctx, "Line 1");
    var line2 = $getItemValue(ctx, "Line 2");
    line1.overrideValueRenderer($contentLineText);
    line2.overrideValueRenderer($contentLineText);
    var containerId = encodedId + "container";
    var pictureLinkId = encodedId + "pictureLink";
    var pictureId = encodedId + "picture";
    var dataContainerId = encodedId + "dataContainer";
    var line1LinkId = encodedId + "line1Link";
    var line1Id = encodedId + "line1";
    var line2Id = encodedId + "line2";
    _#-->
    <div class="cbs-Item" name="Item" id="_#= $htmlEncode(itemId) =#_" data-displaytemplate="RC_CustomerDocuments" onmouseover="_#= ctx.currentItem_ShowHoverPanelCallback =#_" onmouseout="_#= ctx.currentItem_HideHoverPanelCallback =#_">
    <div id="wrapper">
    <div id="_#= $htmlEncode(hoverId) =#_" ></div>
    </div>
    <a class="cbs-ItemLink" title="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureLinkId =#_">
    <img class="cbs-Thumbnail" src="_#= $urlHtmlEncode(iconURL) =#_" alt="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureId =#_" />
    </a>
    <div class="cbs-Detail" id="_#= dataContainerId =#_">
    <a class="cbs-Line1Link ms-noWrap ms-displayBlock" href="_#= linkURL =#_" title="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= line1LinkId =#_">_#= line1 =#_</a>
    <!--#_
    if(!line2.isEmpty)
    _#-->
    <div class="cbs-Line2 ms-noWrap" title="_#= $htmlEncode(line2.defaultValueRenderer(line2)) =#_" id="_#= line2Id =#_">_#= line2 =#_</div>
    <!--#_
    _#-->
    </div>
    </div>
    </div>
    </body>
    </html>
    And here´s the hover panel:
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
    <head>
    <title>RC Customer Documents Hover Panel</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:MasterPageDescription msdt:dt="string">Displays a result hover panel tailored for a Portable Document Format (PDF) document.</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#SearchHoverPanel;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Title&#39;:&#39;Title&#39;,&#39;Path&#39;:&#39;Path&#39;,&#39;Description&#39;:&#39;Description&#39;,&#39;EditorOWSUSER&#39;:&#39;EditorOWSUSER&#39;,&#39;LastModifiedTime&#39;:&#39;LastModifiedTime&#39;,&#39;CollapsingStatus&#39;:&#39;CollapsingStatus&#39;,&#39;DocId&#39;:&#39;DocId&#39;,&#39;HitHighlightedSummary&#39;:&#39;HitHighlightedSummary&#39;,&#39;HitHighlightedProperties&#39;:&#39;HitHighlightedProperties&#39;,&#39;FileExtension&#39;:&#39;FileExtension&#39;,&#39;ViewsLifeTime&#39;:&#39;ViewsLifeTime&#39;,&#39;ParentLink&#39;:&#39;ParentLink&#39;,&#39;FileType&#39;:&#39;FileType&#39;,&#39;IsContainer&#39;:&#39;IsContainer&#39;,&#39;SecondaryFileExtension&#39;:&#39;SecondaryFileExtension&#39;,&#39;DisplayAuthor&#39;:&#39;DisplayAuthor&#39;,&#39;ServerRedirectedURL&#39;:&#39;ServerRedirectedURL&#39;</mso:ManagedPropertyMapping>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://d-records.isbank.is/rc/search/_catalogs/masterpage/Display%20Templates/Content%20Web%20Parts/_isb_record_center/tutorial/Item_RC_CustomerDocuments_HoverPanel.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    <mso:CrawlerXSLFile msdt:dt="string"></mso:CrawlerXSLFile>
    <mso:HtmlDesignPreviewUrl msdt:dt="string"></mso:HtmlDesignPreviewUrl>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
    <div id="Item_RC_CustomerDocuments_HoverPanel">
    <!--#_
    var i = 0;
    var id = ctx.CurrentItem.csr_id;
    ctx.CurrentItem.csr_ShowFollowLink = true;
    ctx.CurrentItem.csr_ShowViewLibrary = true;
    ctx.currentItem_ShowChangedBySnippet = true;
    _#-->
    <div class="ms-srch-hover-innerContainer ms-srch-hover-standardSize" id="_#= $htmlEncode(id + HP.ids.inner) =#_">
    <div class="ms-srch-hover-arrowBorder" id="_#= $htmlEncode(id + HP.ids.arrowBorder) =#_"></div>
    <div class="ms-srch-hover-arrow" id="_#= $htmlEncode(id + HP.ids.arrow) =#_"></div>
    <div class="ms-srch-hover-content" id="_#= $htmlEncode(id + HP.ids.content) =#_" data-displaytemplate="RCCustomerDocumentsHoverPanel">
    <div id="_#= $htmlEncode(id + HP.ids.header) =#_" class="ms-srch-hover-header">
    _#= ctx.RenderHeader(ctx) =#_
    </div>
    <div id="_#= $htmlEncode(id + HP.ids.body) =#_" class="ms-srch-hover-body">
    _#= ctx.RenderBody(ctx) =#_
    </div>
    <div id="_#= $htmlEncode(id + HP.ids.actions) =#_" class="ms-srch-hover-actions">
    _#= ctx.RenderFooter(ctx) =#_
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>
    Thnx :)

  • DMP 4400G RS 232 connection with Cisco LCD 100 PRO 40N

    Hi everyone,
    I know that this question was kinda asked before, but I still have trouble setting the DMM to control the Cisco  LCD 100 PRO 40N (Samsung) through the DMP RS 232 connection!
    I have searched  and read every post on this forum, tried everything  ("Samsung_MDC_RS232_Protocol_Ver-21.pdf" & rs232.tx_hex= ) but with no avail.
    We  have DMS VmWare Demo (Signs&Cast 5.2, Show and Share 5.2) and 4400G  with 5.2 firmware.
    Also, I've connected the Serial  RS232 9-Pin Female to Female that came with the TV onto the DMP 4400G  and into the TV RS232 IN port, configured the DMP Display Control in the  Advance Task tab as you can see from the attach picture, and set the TV  type to Cisco 40N and Power ON and another task for Display OFF. What  am I doing wrong here!?
    Any input will be  greatly appriciated!

    With DMS 5.2, this pretty straight forward as your JPEG attachment shows.
    Take a look at the documentation...
    There may have been some steps you missed...
    For 5.1 & 5.2....
    http://www.cisco.com/en/US/docs/video/digital_media_systems/5_x/5_1/dmm/user/guide/dsm+etv.html#wp1718477
    * Connect RS-232 cable to the DMP and the LCD.
      I believe either RS-232 port should work for the LCD.  I thought the FRONT port (closet to front of TV)
      was an IN\OUT port.  And the BACK port was just an IN port.  I used the BACK port for my testing.
    * next, you NEED to ENABLE ON RS-232 controls on the DMP first.  From the DMM, issue the
      "Advanced Task--> System Task --> RS-232: Control Supported, non-DMTech displays" for the DMP(s)
      in question.   By default, RS-232 controls are disabled.
    * Create 2 new System Tasks in the Advanced Tasks Tab.
    Turn ON  - Cisco LCD = rs232.tx_hex=aa11fe010111
    Turn OFF - Cisco LCD = rs232.tx_hex=aa11fe010010
    * Once RS-232 Control is Enabled & the New System Tasks are created, You can now issue the LCD Turn On & Off
       tasks from the DMM-DSM DMP Manager.
    Note:  You can combine RS-232 commands using the "Control TV"  tool on the DMP Manager List Zone.  The "Control TV"
    is designated by the TV with Antenna Icons in the DMP List Tool bar.
    If this answers your question, Please take time to mark thisdiscussion answered & rate the response.
    Thank You!
    T.

  • HTTP Caching on DMP 4400G 5.2.2

    I have created a website that cycles through images every 30 seconds.   I have pointed my DMP at this URL and the picures display and cycle as expected.   However I noticed there was no caching of the images - even with no change when the cycle went to repeat every image was downloaded fresh.
    To solve this, I have enabled Cache on my DMP 4400G (version 5.2.2).   Unfortunately, the caching seems rudimentary based on some traces I ran.
    I was expecting the DMP to continue to send HTTP GET requests for the various images, just use the if-modified-since attribute similar to the way ACNS or your local browser would implement this feature.  Instead it would appear the DMP doesn't check at all if there is a newer version of the cached file - instead it simply displays what is in its cache.  I assume the cached item would expire at some point, but there appears to be no mechanic to control this behavior.
    Has anyone played around with this feature and been able to get the DMP to do 'smart' caching?
    Thanks!
    Jason

    Hi Peter
    Thanks for the response!   In fact you're right, a HEAD request is sometimes issued for the target URL.  Upon a new load of the URL (in my case, I have it as part of a playlist), a GET seems to be always issued.  This is fine (though perhaps not optimal).
    The crux of the issue is all of the assets of the page (in my case, a number of image files) are NOT checked.   So if I swap the image files (while preserving the name), the same old image is stuck in the cache of the DMP indefinitely.
    With the NTP capabilties in 5.2.2, I'd like to suggest consideration of the if-modified-since attribute in a GET instead of the current HEAD-based checking (or perhaps in conjunction with).  In addition (and more importantly), it is important to check all of the assets of an HTML page, not just the page itself.
    I'll be happy to open a TAC case if this is the recommended course of action - I wasn't sure as I think this may be more of a feature request than a bug fix (although clearly without checking assets of an HTML page I would suggest caching is fundamentally broken).
    Please let me know your thoughts
    Thanks!
    Jason

  • Page Viewer Web Part with horizontal scrollbar

    Hi,
    I added a page viewer webpart to a sharepoint 2013 website and placed a reporting services report url on it, however in some users the browser shows a horizontal scroll bar and cuts the report area. This is not version related because
    I can see it well in IE10 in one user and in others it shows the reported problem.
    Seems to be browser settings. Any ideas?
    Thank you

    Hi,
    According to your post, my understanding is that some users’ browser shown a horizontal scroll bar in the page view web part.
    You can disable the horizontal using the CSS style as the following.
    <style type="text/css">
    #WebPartWPQ3 {
        OVERFLOW-X: hidden !important
    </style>
    Note: the WebPartWPQ3  is the webpart ID.
    You can find the ID as the following thread:
    http://sharepoint.stackexchange.com/questions/29649/disable-horizontal-scroll-bar-on-navigation-web-part-in-sharepoint-2010
    Instead of using page viewer web part, you can also use the content edit web part with IFrame, and some JavaScript to achieve it.
    For more information:
    http://majidbaig.blogspot.in/2012/07/page-viewer-web-part-dynamic-height.html
    There is a similar thread for your reference.
    http://stackoverflow.com/questions/368480/removing-scrollbars-from-content-editor-page-viewer-webpart
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • My Imac 27' screen is shutting off for no reason. The Imac is still running but the screen is black and stay like that. Is there anyone else with the same problem, and does somebody know what is this?

    I had my Imac27' for about 1 year (I bought it january 2011) , and it worked fine. But two days ago a problem started. The screen is turning black suddently, and it stay like that until I reboot it. It's not cool. The first time it happen it was hafter a very long days of video editing, I tought it was to hot. But now I just started up the Imac and 10 minutes later it happen. And now  I transfer my desktop on my second screen, because the one of my Imac is constantly shutting of. What is this? Can I do something about that?

    I´ve came across with the same problem and when I look out for solutions I found out that basically I had Three options
    1.- Dim the brightness to the first 2 dots (that is the limit for me, anything above that shuts down again my screen)
    2.- Replace an expensive part of the screen (about $900)
    3.- Try with an external monitor to see if the problem was the screen or something else
    What I did was to plug my flat screen to my mac with a Mini Display Port to VGA Adapter
    http://store.apple.com/us/product/MB572Z/B/mini-displayport-to-vga-adapter?fnode =51
    And… Problem Solved! now Im going to buy a Monitor that gonna cost me less than half of the replacement parts, my main monitor will keep siting down if i dim it above the 2 dots but at least I will have the other to work properly
    So that´s that, I hope someone finds this helpful
    P.S. Sorry if my english it´s not that good

  • Unbale to create new document part with same document number

    Number range assigned to the X Document Type is internal. I have created new document (0001) with Document Part 000 & Version 00. For same Document Number when i tried to create New Document part by mentioning Document Numner 0001, Document Part 001 and Version 00, it says Document Type X can be assigned to internal number range only.
    Even I tried with following selection....
    Document Number = Blank
    Document Part = 001
    Document Version = 00
    Template:
    Document = 0001
    Document Part = 000
    Document Version = 00
    Now system is creating document with new number i.e. 0002.  But we want to create another document part with same Document Number. What is the problem with internal number range for Document Number?

    Hi Pradeep,
    Following are the config parameter of the document type.
    CM Relevnce = blank
    Number assignmt= 01
    Internal Number Range =02
    External Number Range= blank
    Number Exit =MCDOKZNR
    Vers. No. Incr. =0
    Version Sequence = blank
    AlternativeScreen = blank
    Let me know if you need anything more.
    Edited by: JJSingh76 on Dec 7, 2010 7:25 PM

  • Adding Page View Web Part with dynamic URL based on visited mysite user

    Problem:
    I want to add an iframe (using Page View Web Part for example) on all mysite users front page (person.aspx) with following address:
    http://webservice/calendar?user=name
    The property "name" represents a dynamic value based on which person the user is visiting. Hence if i open "Tom Hanks" mysite profile, the iframe will show content from http://webservice/calendar?user=Tom%Hanks
    (This is a custom made calendar from Domino)
    Any suggestions welcome.
    -Terje

    Hi,
    The Page Viewer Web Part is basically an HTML IFRAME. We can use a Content Editor Web Part with an IFRAME and a little JavaScript to meet your requirement.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/d9a06d93-93d2-4340-a491-c7d0d5d4fdf3/how-to-dynamically-change-link-in-page-viewer-web-part-sharepoint-2010?forum=sharepointgeneralprevious
    More information:
    http://stackoverflow.com/questions/20981226/sharepoint-2013-get-current-user-javascript
    Best Regards
    Dennis Guo
    TechNet Community Support

  • DMP-4400G How can I change the local time

    Hi,
    Recently I installed DMS 5.0.2 and DMP-4400G for Digital Signage. Now I am running a Flash application that is embedded into a HTML page, but sometimes the DMP does not show the content of the flash, the LCD shows a temporary error; this error never occurs when I use a standard PC with any Internet browser to display the same content. The webmaster says that DMP does not have an updated time and date. Do you know how to change the local time and date of the DMP-4400G.
    Thanks for your help.

    Jhon,
    There are couple of things...
    1. The DMP 4400G has a internal clock but at this time there is no way to change the date & time on the DMP 4400G.
    What does the date & time have to do with the Flash Content anyway?
    2. What version & type of Flash is being used for this embedded Flash content? Is the correct version selected & configured on the DMP?
    Cheers!
    T.

  • Merge with Background Intermittent Problem

    I would appreciate some help with an intermittent problem I've been experiencing with version 6 and 7 of Captivate.
    Sometimes the merge with background option just doesn't work, the image disappears whilst others times it works perfectly.  I cannot identify the reason behind this.  Sometimes it takes a save or a preview of the project before it will do the merge and sometimes it just will not work.
    I am not using any Master slide objects on top or the master slide background and it happens in many different projects.
    Sometimes some slides it will work on and not others.  If anyone has any ideas what the reason behind the option working or not could be I would be grateful to hear them.
    Thanks

    Sadly I still haven't found the cause for this and in fact the other day just part of the image was disappearing when I did the merge.  I just have to leave the image as a separate entity until it merges properly or in some cases permanently.

  • DMP 4400G not displaying content on Cisco LCD 110L PRO 47

    All,
    I have a DMP 4400G connected to a Cisco LCD via HDMI.  The DMP is controlled through a DMM (5.2.3).  The IP info displays on the screen when I tell it to, but I am having trouble displaying content.
    I have tried the following:
    Pointing the DMP to URL on the DMP.
    Pushing a presentation from the DMM to the DMP.
    Pushing a "go to url" from the DMP.
    The DMM says that the task was submitted, but nothing displays on the DMP.
    Any thoughts?

    Thanks for the input Joe.  The I was able to play the file straight from the DMP, as well as another mpeg2 file that I loaded on there.  I didn't get any audio from the file though...
    My other issues seem to be specifically with the browser.  If I try to play a URL (media plane or browser plane) FROM the DMP, or try to play a playlist from the DMM, I get a "browser_play_failure" error in the syslog output.
    <174> Jan 26 10:37:50 10.59.50.11 DMP-4400[1765]{-1}(4)~00-0F-44-02-4C-C8~2012~CST~yes: browser_play_failure: [http://dmm.metrolibrary.org:8080/xTAS-core//api/xml/app/playlist/start_playlist_41_.htm]
    <174> Jan 26 10:27:41 10.59.50.11 DMP-4400[1766]{-1}(181)~00-0F-44-02-4C-C8~2012~CST~yes: browser_play_failure: [http://www.google.com/]
    Any ideas?

  • A problem caused this program to stop interacting with Windows.  Problem signature:   Problem Event Name:     AppHangB1

    I have received the following error message with Adobe Acrobat Pro XI when working with Portfolio Files. I am operating Windows 7 Professional.
    Has anyone found a fix for this issue?
    Description:
      A problem caused this program to stop interacting with Windows.
    Problem signature:
      Problem Event Name: AppHangB1
      Application Name: Acrobat.exe
      Application Version: 11.0.10.32
      Application Timestamp: 547e97af
      Hang Signature: 8dc7
      Hang Type: 0
      OS Version: 6.1.7601.2.1.0.256.48
      Locale ID: 1033
      Additional Hang Signature 1: 8dc7ed9d7ff41b8cc5ee35b7294b45e9
      Additional Hang Signature 2: e6d0
      Additional Hang Signature 3: e6d001594873a6b1363ccd82616a4edf
      Additional Hang Signature 4: 8dc7
      Additional Hang Signature 5: 8dc7ed9d7ff41b8cc5ee35b7294b45e9
      Additional Hang Signature 6: e6d0
      Additional Hang Signature 7: e6d001594873a6b1363ccd82616a4edf
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt
    Please help
    John Sorkin [email protected]

    jamodi
    What computer operating system is your Premiere Elements 12 installed?
    How far into the opening of the program do you get? Do you get to the Expert or Quick workspaces?
    And, if so, how long can you stay there? What are you doing when you get this message, opening a new project
    or opening an existing one that has been saved/closed or just trying to launch the program from the desktop icon.
    Are you running the program Run As Administrator and from a User Account with Administrative Privileges?
    Do you have the McAfee antivirus program? Do you have the latest version of QuickTime installed on your computer
    with Premiere Elements 12?
    What video card/graphics card does your computer use? Have you verified at the web site of the manufacturer of the
    card that the video card/graphics card driver is up to date?
    If you do not know, check the Device Manager/Display
    Adapters to determine if you have 1 or 2 cards.
    Depending on your answers, the next step will be
    Uninstall the program the usual Control Panel way.
    (If you can get into the program long enough to go to Help Menu/Sign Out, please do that to deactivate the program
    before going to the uninstall in Control Panel area.)
    Do a run through with ccleaner (both the regular cleaner and registry cleaner parts) to get rid of leftovers from
    incomplete uninstalls and reinstalls.
    https://www.piriform.com/ccleaner
    Reinstall the program with the antivirus and firewalls disabled.
    (If you have McAfee as the antivirus, that may be problem, and we can take care of that without having to go
    through this uninstall/ccleaner/reinstall.)
    Let us start here and then decide what next.
    Thank you.
    ATR

  • QT H.264 files with two audio tracks. Quicktime plays 2nd track first. ***?

    I've been experimenting with H.264 (AVC) and my DVDs. Using Handbrake, I ripped a DVD to MP4 (H.264) and including the director's commentary as the second track.
    When I play the MP4 with Quicktime Player, it plays the director's commentary instead of the main soundtrack. VLC, however, correctly plays the first track (main movie audio track) and it allows me to select the second track via a menu.
    To get Quicktime to play the proper track, I have to open "Movie Properties" and manually uncheck the second track. This was never a problem with DivX/XviD encoded files with two audio tracks; Quicktime Player correctly played the first track.
    Why does Quicktime ignore the first audio track in MP4s (but not AVIs) and is there a way to correct this?

    I do have QT Pro.
    H.264 files are usually saved in a MP4 container. That's what Handbrake, ffpegX, and D-Vision create, anyway.
    The "Choose Language" option is greyed out (unavailable) when I open this H.264 MP4 in Quicktime. If I try to change the settings in "Movie Properties," it says that I must save it with the .MOV file suffix.
    It makes no sense to me that Quicktime Player can correctly identify the main audio soundtrack in a XviD file with an AVI container but not in a H.264 video with a MP4 container which Apple has been touting as the latest, greatest thing. Even VLC, an open source product still in beta, gets it right.

  • DMP-4400G Loses Network Connectivity

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    I have 54 DMP-4400G media players deployed throughout our campus. Periodically, one of them will lose connectivity to the network and will not recover without a hard boot via cycling the power. We have investigated this for a while and do not see any patterns in frequency, time or specific DMP location.
    Has anyone had similar experiences? If so, how did you resolve this issue?
    Thank you,
    Jeff

    Hello all,
    I fear that there can be a number of reasons to see these disconnections and there is no magic bullet.
    The best advise I can give is to open a TAC case specifying:
    - if you can still see and renew the ARP on the next hop. So the router most of the time
    - if you can still ping the DMP
    - if you can still telnet to port 80 on the DMP
    - what the DMP is doing when you see the problem
    TAC will then guide you towards finding a likely cause.
    Best regards, Peter

  • Hate to part with my T41 but.....

    Microsoft XP support ending April 2014 and my 23739FU T41 won't run Windows 7 or 8 and I don't like Vista so I am forced to replace my bullet-proof T41.  I don't know how to keep it and make upgrades to update O.S..  Don't know which Thinkpad to buy so starting with basic QUESTION: Has Lenovo kept the solid look and feel of the T41 keyboard?  The key relief and rock solid feel of the T41 keyboard is a favorite attribute of the model.  I don't like the "mushy" and flat feel on keyboards of some other makes like Dell.  Can anyone here tell me if and how the keyboards on newer Thinkpads compare with my 2004 vintage T41 23739FU? 
    Solved!
    Go to Solution.

    T30alive wrote:
    I wouldn't part.  The new computers are not being made as well as these old puppies.  Why  can't the T41 run Windows 7?  Seems it should be able to.   I am using two T30 laptops as my baseline.  One of them has 1.320 Terrabytes with an ultrabay SATA drive.  You can't do anything like this with the new laptops. 
    Also these old laptops can be opened and maintained, not like the sealed new ones.  Other than processor speed I don't see any reason to part. 
    Instead buy another T41 and have two duplicate machines in case one goes down.  The other thing is all your S/W apps can be preserved.
    A couple of things here...
    a) No one should part with a working ThinkPad BUT they should also be fully aware of the platform's limitations. Using a decade old T41 as one's main computer in 2014 is likely to cause headache.
    These units will run both Vista and W7. The problem is that for any remotely serious application apart from being a glorified typewriter the lack of proper graphics driver will be more than noticeable.
    b) T30 was the last ThinkPad that felt it could survive a nuclear blast. However, in real life terms it's even more outdated than T41.
    I personally own several "outdated" units such as X24, A31p and T42p. While all of them are still perfectly functional and kept in good physical and running condition none is used as a main computer...
    c) Newer machines such as T420/520 and W520 can actually utilise 3 drives at the same time - mSATA SSD in the appropriate slot, one drive in the main bay and one in the ultrabay so they can do better than the old ones in the respect of storage.
    d) I can't say much about *30 and *40 generation since I've never had any of them - and have no intentions of ever owning one - but the *20 and previous series are easy to work on and not sealed in at all.
    My advice to OP still stands - look into T61 series, preferably a 14" SXGA+ unit with Intel graphics - and you'll feel almost at home. Let the T41 enjoy its well-earned retirement. Nothing is stopping you from utilising it casually.
    Happy ThinkPadding and good luck to all.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

Maybe you are looking for

  • How do I update linked FM files without losing TOC entries or Map IDs?

    Hi, I'm using RH 10 with linked FM 11 files to create a WebHelp project and this is what happens when I do an update or force update of a linked file in the RH project: After the update, the topic that contains updated content gets deleted from proje

  • Authorizing computer

    I am trying to authorize my computer and I get an error message: The required directory was not found or has a permissions error. Correct this permissions problem and try again, or deauthorize this computer if the permissions cannot be changed. Help?

  • G500s freezes while working and even when no program is running

    my lenovo g500s laptop is 13 months old and is out of warranty. it freezes frequently with no specific reason and it stuck for very long time so i have to restart it everytime it gets freeze. it is very irritating to restart it again and again so pls

  • Oracle Service Bus 11gR1

    We are able to install and bring up Oracle Service Bus 11gR1. When the architecture of installed Oracle Service Bus 11g R1 has only the Admin server, we are able to login to the sbconsole and console, But our as per our current architecture requireme

  • Are these sounds normal?

    I recently replaced my PS4 HDD with a 2TB one. I noticed something afterwards. When I put a game disc inside (for installation of that game), the console makes a few "clicking" sounds when it starts reading the disc. After the game loads and I start