Package H.264 as ISMV or ISML (via MFCreateFMPEG4MediaSink?)

Hi all,
I have an application that outputs content (dynamically generated with Direct3D) to mp4 via Media Foundation. This code has been working well, and now I'm looking for a way to stream that content with as little latency as possible to a Smooth Streaming publish
point (Azure Media Services in this case). I've successfully created video-only fragmented MP4 files with MFCreateFMPEG4MediaSink and IMFSinkWriter, but I can't find a way to create f-MP4 files that are compatible with the Smooth Streaming Protocol.
The files I can currently output have a ftyp indicating a major brand of "mp42" and compatible brands of "mp41" and "isom". For smooth streaming, this needs to be "isml" with compatible brands "piff" and
"iso2". Also, it looks like every frame is a keyframe, whereas Azure expects key frames every 2 seconds. This may be because the encoder is generating a file where MF_MT_MPEG2_PROFILE is set to the H.264 Simple profile-- and I can't get it to produce
anything else. I tried setting the Main profile on the media type I pass to MFCreateFMPEGMediaSink, but it doesn't seem to affect the file output:
hr = mediaTypeOut->SetUINT32(MF_MT_MPEG2_PROFILE, eAVEncH264VProfile_Main);
Again, setting this or any other profile doesn't seem to have any effect on the output.
I believe the actual H.264 output is correct (and of course the fragmented mp4 video files do play back properly), but need to ensure it is packaged properly. Is there any way to do this with Media Foundation?

kryten2002 wrote:
I have quite literally hundreds of files in HD H264 that I want to use as source, and I really don't want to have to transcode the lot of them.I realise FC isn't happy working natively with H264's, but since this appears to be an issue that crops up so often I was hoping somebody out there had found a workaround either via process or via a plugin.It's the one thing that Premiere does so well, but I'm not ready to stop using FC because of that one (annoying) thing.Thanks all.
Looking back over the development of and the popularity of H.264 and comparing that against the history of NLE product releases, I see that FCP is way behind the curve. Who knows why? The current version of Adobe's suite benefits from many years of FCP's history of failing to meet the needs of a certain niche of users. Perhaps the decision to put all development energy into FCPX at the expense of adding advanced codec handling functions to FCP7? It's a bummer for lots of us that FCP7 came up so short and has now been effectively killed.
Only time will tell if people like you and me will switch to acquire functions we need now or adopt the new paradigm and see if things evolve.
bogiesan
bogiesan

Similar Messages

  • DRM packaging H.264 content

    Does Flash Access support DRM packaging of H.264 encoded content?  As far as I can tell it does not support it inside of an mp4 container, does it support it in a different container (such as F4V)?  If it does, a code snippet would be much appreciated.  Also, does anyone have pointers on creating H.264 encoded, F4V wrapped content with ffmpeg?
    Thanks!
    Ed

    Hi Ed,
    Yes, Flash Access does support h.264 content.  The F4V container is fully supported and will work with Flash Access.  Content in mp4 may be supported, as F4V and is a subset of mp4.
    Code samples can be found if you download a copy of Flash Access.  In particular, once you look on the DVD (or if you got Flash Access via Electronic Download), you can look in the following directory for code samples for packaging content:  Flash_Access_DVD\Reference Implementation\Command Line Tools\samples
    Additional code samples can be found in the online documentation for Flash Access (look at Section 4): http://help.adobe.com/en_US/flashaccess/2.0/protecting_content.pdf
    Sorry - I'm not too familiar with ffmpeg, but there are Adobe tools which can be used to encode content to h.264 in an F4V container.  An example would be Adobe Flash Media Live Encoder.
    cheers,
    /Eric.

  • How Packaging EPM Add-in to be deplyed via SCCM

    I am trying to deploy the EPM Addin to about 100 Devices and I was going to leverage SCCM system but need some directions on how to package the program.
    Any help will be greatly appreciated.
    Thank you

    Siwar,
    Thanks very much for your help and your quick answer .
    I already passed through that command line for installing it and the results are clear:
    If the users are local admin of their workstations (Or VMs) they are no problems.
    The problems occurs only when the user is not a local super user...(Please refer to my first message)
    Here is my command line :
    "EPM Add-in.exe" /S /v "INSTALLDIR=\"C:\Program Files (x86)\SAP BusinessObjects\EPM Add-In\" SETUPPHASE=Install CT_PROFILE=FINANCE CT_LANGUAGES=\"French\" /qn"
    The only scripting that could work at this point makes two client reboot, between a local elevation rights for installing it silently... It's an heavy script for more than 100 users and all the key users (VIPs).
    I am searching for a more light and efficient method...
    Any suggestion or contact ?
    There is still some questions :
    In the command line for the silent install, how to specify if this is a user install, or a device install (For all users)?
    Are there other SETUPPHASE than "install"?
    Thanks for your help !
    Best regards,
    Bertrand

  • Package and Content status on a DP via SDK?

    Hi,
    I am trying to get information using the SCCM SDK to work out
    what out the following:
    1. The Package Version and last time copied to a DP.
    2. If the package in is process how I can get the percentage that has copied
       plus evualte the in progress % and in error.
       So something like the details you see below the "Suceess" "In Progress" and
       "Error"
       So any of these details and things like the %complete.
    So is there some starting point for WMI classes I can use to get this type of
    information.
    Thanks,
    Ward   

    SMS_PackageStatusDistPointsSummarizer
    http://msdn.microsoft.com/en-us/library/cc143014.aspx
    Torsten Meringer | http://www.mssccmfaq.de

  • Packaging .air file to .dmg via ANT

    First off, I hope someone sees this as this Archive thread is the only place the forum is allowing me to post my air related question.
    So, I'm having some trouble packaging (via ANT) my air 2.0 app into a .dmg file that can be run as a native installer.
    (I am running this on MacOSX 10.6.4 w/ a JRE 1.6.0_20)
    I should note that I can package a .dmg fine from the terminal via > adt -package -target native TestApp.dmg TestApp.air
    but attempting to do the same thing from an ANT task throws a host of various errors.
    For example :
    Running the following task throws errors saying that I have to include the signing options I used when I compiled the air app.
        <target name="package to dmg">
            <java jar="${ADT}" fork="true" failonerror="true" maxmemory="512m">
                <arg value="-package"/>
                <arg value="-target native"/>
                <arg value="TestApp.dmg"/>
                <arg value="TestApp.air"/>           
            </java>
        </target>
    Throws error :  [java] Signing options required to package from descriptor and fileset etc...
    My assumption is that this task should execute idential to the following terminal command :
    > adt -package -target native TestApp.dmg TestApp.air
    So I add my signing options and the compiler complains that now it can't see or load my app descriptor file.
    My understanding is that it shouldn't need the app descriptor since it already used that file when it compiled the swf into the air app?
        <target name="package to dmg"
            <java jar="${ADT}" fork="true" failonerror="true" maxmemory="512m">
                <arg value="-package"/>
                <arg value="-storetype"/>
                <arg value="${STORETYPE}"/>
                <arg value="-keystore"/>
                <arg value="${KEYSTORE}"/> 
                <arg value="-storepass"/>
                <arg value="${CERT_PASSWORD}"/>           
                <arg value="-target native"/> 
                <arg value="TestApp.dmg" />           
                <arg value="${DESCRIPTOR_FILE}"/>
                <arg value="-C"/>
                <arg value="${BUILD_DIR}"/>
                <arg value="."/>
            </java>
        </target>
    Throws error : error 301: Application descriptor missing/cannot be opened
    I have tried every combination of ADT arguments I can think of but to no avail.
    Like I said, I can compile the air app fine and launch it in the ADL as well as install it on my system, it's just the packaging to .dmg from ANT that is giving me pain.
    Any suggestions would be really appreciated.
    Thanks,
    Stephen
    Here is a link to my full build script that may help you see what's going on.
    http://www.quietless.com/tmp/build.xml
    properties files here:
    http://www.quietless.com/tmp/proj.properties
    http://www.quietless.com/tmp/cert.properties
    Message was edited by: braitsch

    Hi,
    Can you try this :
    <target name="package to dmg">
            <java jar="${ADT}"  fork="true" failonerror="true" maxmemory="512m">
                 <arg value="-package"/>
                 <arg value="-target"/>
                 <arg value="native"/>
                <arg value="TestApp.dmg"/>
                 <arg value="TestApp.air"/>           
            </java>
         </target>

  • 2012: Execute Package Task (external reference) Very Slow in SSDT

    Hi All,
    I have 4 packages which I've deployed using the package deployment model to the MSDB package store.
    Configuration setup is System Env Var pointing at SSIS Configurations table that populates the connection string of my SSISConfig data source. Source/Dest configurations are in the SSIS Configuration table.
    I have a  'master' package that executes the 4 packages in parallel using the Execute Package control flow task (external reference, SSIS Package Store)
    When I execute this master package in SSDT it takes 1minute 56 seconds to finish. All the execute package tasks seem to hang until the last few sec then finish one after the other. It's the same if execute one of the Execute Package Task items individually.
    It just hangs there for nearly 2 min then rushes through its work (i've verified by looking at the destination tables; nothing happens until the end).
    But the packages executed directly in ssdt take 2-3 sec to execute.
    I've deployed the master package to the server and executed it via SSMS. It takes <3 sec.
    I've RDPed into the ssis box and it's the same. Executing the packages individually or the master package in dtexecui takes less than 3 sec.
    Something's going wrong inside SSDT (some kind of timeout? but there are no error msgs or warning) that's making it take nearly 2 minutes.
    Have others experienced this? Have I misconfigured something? The env var has been working on my local machine since last week and i've restarted many times since then, so I'm positive SSDT is using the 'current' version of the env var.
    Jakub @ Adelaide, Australia

    Very strange. The sysssislogs are the same for any method of execution, but there's a 5 sec delay for each step when executing via SSDT
    endtime,message
    2014-02-06 09:37:15.000,Execute phase is beginning.
    2014-02-06 09:37:20.000,PrimeOutput will be called on a component. : 104 : Merge Join : Merge Join
    2014-02-06 09:37:20.000,PrimeOutput will be called on a component. : 213 : Unchanged : Unchanged
    2014-02-06 09:37:25.000,A component has returned from its PrimeOutput call. : 213 : Unchanged : Unchanged
    2014-02-06 09:37:25.000,A component has returned from its PrimeOutput call. : 104 : Merge Join : Merge Join
    2014-02-06 09:37:30.000,PrimeOutput will be called on a component. : 143 : ODS - Src - State : ODS - Src - State
    2014-02-06 09:37:30.000,PrimeOutput will be called on a component. : 17 : Src - dbo - State : Src - dbo - State
    2014-02-06 09:37:35.000,A component has returned from its PrimeOutput call. : 143 : ODS - Src - State : ODS - Src - State
    2014-02-06 09:37:35.000,A component has returned from its PrimeOutput call. : 17 : Src - dbo - State : Src - dbo - State
    2014-02-06 09:37:35.000,Rows were provided to a data flow component as input. : : 264 : OLE DB Source Output : 182 : Source Checksum : 185 : ChecksumInput : 7 : Source Checksum : Paths[Src - dbo - State.OLE DB Source Output] : Source Checksum.Inputs[ChecksumInput]
    2014-02-06 09:37:35.000,Rows were provided to a data flow component as input. : : 263 : OLE DB Source Output : 53 : Destination Checksum : 56 : ChecksumInput : 7 : Destination Checksum : Paths[ODS - Src - State.OLE DB Source Output] : Destination Checksum.Inputs[ChecksumInput]
    2014-02-06 09:37:40.000,A component will be given the end of rowset signal. : 53 : Destination Checksum : 56 : ChecksumInput : Destination Checksum : Destination Checksum.Inputs[ChecksumInput]
    2014-02-06 09:37:40.000,Rows were provided to a data flow component as input. : : 258 : ChecksumOutput : 104 : Merge Join : 109 : Merge Join Left Input : 7 : Merge Join : Paths[Source Checksum.ChecksumOutput] : Merge Join.Inputs[Merge Join Left Input]
    2014-02-06 09:37:40.000,A component will be given the end of rowset signal. : 182 : Source Checksum : 185 : ChecksumInput : Source Checksum : Source Checksum.Inputs[ChecksumInput]
    2014-02-06 09:37:45.000,Rows were provided to a data flow component as input. : : 259 : ChecksumOutput : 104 : Merge Join : 118 : Merge Join Right Input : 7 : Merge Join : Paths[Destination Checksum.ChecksumOutput] : Merge Join.Inputs[Merge Join Right Input]
    2014-02-06 09:37:45.000,Rows were provided to a data flow component as input. : : 264 : OLE DB Source Output : 182 : Source Checksum : 185 : ChecksumInput : 0 : Source Checksum : Paths[Src - dbo - State.OLE DB Source Output] : Source Checksum.Inputs[ChecksumInput]
    2014-02-06 09:37:45.000,Rows were provided to a data flow component as input. : : 263 : OLE DB Source Output : 53 : Destination Checksum : 56 : ChecksumInput : 0 : Destination Checksum : Paths[ODS - Src - State.OLE DB Source Output] : Destination Checksum.Inputs[ChecksumInput]
    2014-02-06 09:37:50.000,A component has finished processing all of its rows. : 53 : Destination Checksum : 56 : ChecksumInput : Destination Checksum : Destination Checksum.Inputs[ChecksumInput]
    2014-02-06 09:37:50.000,A component has finished processing all of its rows. : 182 : Source Checksum : 185 : ChecksumInput : Source Checksum : Source Checksum.Inputs[ChecksumInput]
    2014-02-06 09:37:55.000,A component will be given the end of rowset signal. : 104 : Merge Join : 118 : Merge Join Right Input : Merge Join : Merge Join.Inputs[Merge Join Right Input]
    2014-02-06 09:38:00.000,Rows were provided to a data flow component as input. : : 259 : ChecksumOutput : 104 : Merge Join : 118 : Merge Join Right Input : 0 : Merge Join : Paths[Destination Checksum.ChecksumOutput] : Merge Join.Inputs[Merge Join Right Input]
    2014-02-06 09:38:05.000,A component has finished processing all of its rows. : 104 : Merge Join : 118 : Merge Join Right Input : Merge Join : Merge Join.Inputs[Merge Join Right Input]
    2014-02-06 09:38:10.000,A component will be given the end of rowset signal. : 104 : Merge Join : 109 : Merge Join Left Input : Merge Join : Merge Join.Inputs[Merge Join Left Input]
    2014-02-06 09:38:15.000,Rows were provided to a data flow component as input. : : 258 : ChecksumOutput : 104 : Merge Join : 109 : Merge Join Left Input : 0 : Merge Join : Paths[Source Checksum.ChecksumOutput] : Merge Join.Inputs[Merge Join Left Input]
    2014-02-06 09:38:20.000,A component has finished processing all of its rows. : 104 : Merge Join : 109 : Merge Join Left Input : Merge Join : Merge Join.Inputs[Merge Join Left Input]
    2014-02-06 09:38:20.000,Rows were provided to a data flow component as input. : : 261 : Merge Join Output : 2 : Add audit columns : 3 : Derived Column Input : 7 : Add audit columns : Paths[Merge Join.Merge Join Output] : Add audit columns.Inputs[Derived Column Input]
    2014-02-06 09:38:25.000,A component will be given the end of rowset signal. : 2 : Add audit columns : 3 : Derived Column Input : Add audit columns : Add audit columns.Inputs[Derived Column Input]
    2014-02-06 09:38:25.000,Rows were provided to a data flow component as input. : : 260 : Derived Column Output : 195 : Type 1 SCD : 196 : Conditional Split Input : 7 : Type 1 SCD : Paths[Add audit columns.Derived Column Output] : Type 1 SCD.Inputs[Conditional Split Input]
    2014-02-06 09:38:30.000,Rows were provided to a data flow component as input. : : 265 : Unchanged : 213 : Unchanged : 214 : Union All Input 1 : 7 : Unchanged : Paths[Type 1 SCD.Unchanged] : Unchanged.Inputs[Union All Input 1]
    2014-02-06 09:38:30.000,Rows were provided to a data flow component as input. : : 261 : Merge Join Output : 2 : Add audit columns : 3 : Derived Column Input : 0 : Add audit columns : Paths[Merge Join.Merge Join Output] : Add audit columns.Inputs[Derived Column Input]
    2014-02-06 09:38:35.000,A component has finished processing all of its rows. : 2 : Add audit columns : 3 : Derived Column Input : Add audit columns : Add audit columns.Inputs[Derived Column Input]
    2014-02-06 09:38:40.000,A component will be given the end of rowset signal. : 195 : Type 1 SCD : 196 : Conditional Split Input : Type 1 SCD : Type 1 SCD.Inputs[Conditional Split Input]
    2014-02-06 09:38:45.000,Rows were provided to a data flow component as input. : : 260 : Derived Column Output : 195 : Type 1 SCD : 196 : Conditional Split Input : 0 : Type 1 SCD : Paths[Add audit columns.Derived Column Output] : Type 1 SCD.Inputs[Conditional Split Input]
    2014-02-06 09:38:50.000,A component has finished processing all of its rows. : 195 : Type 1 SCD : 196 : Conditional Split Input : Type 1 SCD : Type 1 SCD.Inputs[Conditional Split Input]
    2014-02-06 09:38:55.000,A component will be given the end of rowset signal. : 66 : Insert ODS - Src - State : 79 : OLE DB Destination Input : Insert ODS - Src - State : Insert ODS - Src - State.Inputs[OLE DB Destination Input]
    2014-02-06 09:38:55.000,A component will be given the end of rowset signal. : 220 : Update ODS - Src - State : 225 : OLE DB Command Input : Update ODS - Src - State : Update ODS - Src - State.Inputs[OLE DB Command Input]
    2014-02-06 09:38:55.000,A component will be given the end of rowset signal. : 213 : Unchanged : 214 : Union All Input 1 : Unchanged : Unchanged.Inputs[Union All Input 1]
    2014-02-06 09:39:00.000,Rows were provided to a data flow component as input. : : 262 : New : 66 : Insert ODS - Src - State : 79 : OLE DB Destination Input : 0 : Insert ODS - Src - State : Paths[Type 1 SCD.New] : Insert ODS - Src - State.Inputs[OLE DB Destination Input]
    2014-02-06 09:39:00.000,Rows were provided to a data flow component as input. : : 257 : Changed : 220 : Update ODS - Src - State : 225 : OLE DB Command Input : 0 : Update ODS - Src - State : Paths[Type 1 SCD.Changed] : Update ODS - Src - State.Inputs[OLE DB Command Input]
    2014-02-06 09:39:00.000,"The final commit for the data insertion in ""Insert ODS - Src - State"" has started."
    2014-02-06 09:39:00.000,Rows were provided to a data flow component as input. : : 265 : Unchanged : 213 : Unchanged : 214 : Union All Input 1 : 0 : Unchanged : Paths[Type 1 SCD.Unchanged] : Unchanged.Inputs[Union All Input 1]
    2014-02-06 09:39:00.000,"The final commit for the data insertion in ""Insert ODS - Src - State"" has ended."
    2014-02-06 09:39:05.000,A component has finished processing all of its rows. : 213 : Unchanged : 214 : Union All Input 1 : Unchanged : Unchanged.Inputs[Union All Input 1]
    2014-02-06 09:39:05.000,A component has finished processing all of its rows. : 220 : Update ODS - Src - State : 225 : OLE DB Command Input : Update ODS - Src - State : Update ODS - Src - State.Inputs[OLE DB Command Input]
    2014-02-06 09:39:05.000,A component has finished processing all of its rows. : 66 : Insert ODS - Src - State : 79 : OLE DB Destination Input : Insert ODS - Src - State : Insert ODS - Src - State.Inputs[OLE DB Destination Input]
    2014-02-06 09:39:05.000,Post Execute phase is beginning.
    2014-02-06 09:39:05.000,Insert ODS - Src - State wrote 0 rows.
    2014-02-06 09:39:05.000,Cleanup phase is beginning.
    2014-02-06 09:39:05.000,End of package execution.
    2014-02-06 09:39:05.000,
    2014-02-06 09:39:05.000,"<?xml version=""1.0""?><DTS:ProcessMemoryUsage xmlns:DTS=""www.microsoft.com/SqlServer/Dts""><DTS:PeakWorkingSetSize>66457600</DTS:PeakWorkingSetSize></DTS:ProcessMemoryUsage>"
    2014-02-06 09:39:05.000,End of package execution.
    Look at the times. It's going up in exact 5sec increments! The package takes about 3 sec to run when the master package is executed via dtexecUI outside SSDT. The log looks "normal" in those instances as well; the end times are more randomised
    This is with SP1 CU8 installed.
    Jakub @ Adelaide, Australia

  • Cannot distribute package

    SCCM 2007 SP1. 
    Created a silent deployment for AutoCAD 2009, tested it it manually, copied the folder to our package source share, and, setup a package to distibute to the DPT on the site server (package source folder and SMSPKG share both on same drive on site server) and two other DPT's in same location to test the deployment.  None of the DPT's are Branch ones.
    Package will not distribute to any of the DPT's and getting the following error messages:
    Severity               Type      Site code             Date / Time        System Component        Message ID         Description
    Error      Milestone           ECH        10/18/2008 3:39:28 AM  VHAECHSMS1    SMS_DISTRIBUTION_MANAGER                2328       SMS Distribution Manager failed to copy package "ECH00070" from "G:\Package Source Files\AutoCAD\R01-ACD2K9-FULL\" to "MSWNET:["SMS_SITE=ECH"]\\VHAECHSMS1\SMSPKGG$\ECH00070\".    Possible cause: SMS Distribution Manager does not have sufficient rights to read from the package source directory or to write to the destination directory on the distribution point.  Solution: In the SMS Administrator console, verify that the site system connection accounts have sufficient privileges to the source and destination directories.    Possible cause: The distribution point might not be accessible to SMS Distribution Manager running on the site server.  Solution: If users are currently accessing the package files on the distribution point, disconnect the users first. If the package distribution point is located on a Windows NT computer, you can force users to disconnect by clicking on the "Disconnect users from distribution points" box in the Data Access tab of the Package Properties dialog box.    Possible cause: The distribution point does not have enough free disk space to store the package.  Solution: Verify that there is enough free disk space.    Possible cause: The package source directory contains files with long file names and the total length of the path exceeds the maximum length supported by the operating system.  Solution: Reduce the number of folders defined for the package, shorten the filename, or consider bundling the files using a compression utility.
    And
    Severity               Type      Site code             Date / Time        System Component        Message ID         Description
    Error      Milestone           ECH        10/18/2008 3:39:28 AM  VHAECHSMS1    SMS_DISTRIBUTION_MANAGER                2302       SMS Distribution Manager failed to process package "AutoCAD" (package ID = ECH00070).    Possible cause: Distribution manager does not have access to either the package source directory or the distribution point.  Solution: Verify that distribution manager can access the package source directory/distribution point.    Possible cause: The package source directory contains files with long file names and the total length of the path exceeds the maximum length supported by the operating system.  Solution: Reduce the number of folders defined for the package, shorten the filename, or consider bundling the files using a compression utility.    Possible cause: There is not enough disk space available on the site server computer or the distribution point.  Solution: Verify that there is enough free disk space available on the site server computer and on the distribution point.    Possible cause: The package source directory contains files that might be in use by an active process.  Solution: Close any processes that maybe using files in the source directory.  If this failure persists, create an alternate copy of the source directory and update the package source to point to it.
    Source files is ~ 1.53 GB in size.  Some of the files in the root are copying.  We're running McAfee VSE 8.0i, but, no evidence that it's blocking things (tried turning off on-access scan, and, still wouldn't distribute).  Other, smaller packages will update, so, seems to be something unique to this one.  I can manually copy the package source files to the DPT's via their hidden share, so, not sure why it won't work. 
    No obvious errors in the event or SMS logs, besides the above.
    Any ideas?
    Thanks.

    I had the same issue with some of my packages where it would never finish transferring to the DP's.  Unchecked BDR and it distributed fine.  It would be very nice if SCCM has some builtin feature where it detects the size and number of files a package has and enable/disable BDR accordingly.
    But I still have one problem that I can't figure out.  I have the Office 2007 package (800+MB).  It cannot not be distributed to one of our DP's.  The DP is in China.  That DP has enough space.  All the rights and permissions are setup correctly because all of the other packages (30+) transferred okay.  And these packages range from a couple MB's to 3GB in size.  And all of those packages have been distributed there.
    The interesting part is that it transfers a majority of the package and seems to just stop.  And it's always the same folder that didn't finish (the Updates folder).  This seems to have been a issue as far as I can remember.  Could it possibly be that it's still transferring and when midnight rolls around when server does backup then it seems to start again?  The reason I say that is because when looking at the package status, the summary date is always a few minutes after midnight.  I don't understand how that's possble when it transferred 3GB+ successfully.
    I have tried it with BDR and without BDR.  I tried removing the contents from the DP and add the DP again.
    So if anyone has any suggestions, I would gladly try.  Thanks in advance!

  • [SOLVED] Rosgarden package not working

    Hi everybody,
    it's my first post here, so I hope I get all things done.
    I installed the new version of Rosegarden (10.02; i686 architecture) for the first time yesterday evening. I wanted to check out its features.
    Rosegarden's package information:
    http://www.archlinux.org/packages/extra … osegarden/
    I usually start programs via the Bash. But when starting Rosegarden this error occurs:
    [user@asterix ~]$ rosegarden
    rosegarden: symbol lookup error: rosegarden: undefined symbol: _ZN9QListData7detach3Ev
    It seems that there's something (a package?!?) missing.
    I installed Rosegarden with Pacman:
    [2010-02-15 19:37] synchronizing package lists
    [2010-02-15 19:41] installed liblrdf (0.4.0-6)
    [2010-02-15 19:41] installed liblo (0.26-1)
    [2010-02-15 19:41] installed dssi (1.0.0-3)
    [2010-02-15 19:41] installed rosegarden (10.02-1)
    According to Rosegarden's package information the following packages are required (the missing one were installed by Pacman itself; in brackets the installed version):
    - fftw (3.2.2-1)
    - qt (4.5.3-4)
    - liblrdf (0.4.0-6)
    - dssi (1.0.0-3)
    - ladspa (1.13-2)
    - liblo (0.26-1)
    - lirc-utils (0.8.6-3)
    - shared-mime-info (0.71-1)
    I've searched for previous errors:
    http://bbs.archlinux.org/viewtopic.php?id=82791
    There's no relation to my problem.
    It would be great if someone has a clue what to do. I hope all necessary information were mentioned.
    Thanks.
    Last edited by Schwefelsaeure (2010-02-17 23:20:30)

    Hi,
    sorry for my late reply, but I was busy the all day long.
    Thank you 'drcouzelis' for the tip to build Rosegarden on my own (with ABS).
    The building process took a while on my old AMD Athlon XP 1900+ but it works now.
    Unfortunately I don't know what went wrong before. It's the first package (within Pacman) which does not work since I've been using Arch Linux (about three years now).
    Arch Linux is a great distribution with a great and helpful community.
    Thanks for support.

  • H.264 and Q7 Plugin Woes

    I have posted in the Quicktime forum but have not gotten any response so I thought I would try here. I have several videos that I have compressed with H.264. They play perfectly via Q7 player, but when trying to play them via Firefox or IE, they crash the browser with a plugin error. The weird thing is that sometime they do play, but they crash the browser about 8 out of 10 times. Is anyone else seeing this? I have tried playing these on multiple computers, so I am pretty sure it is not a browser configuration problem as other videos play just fine. Only the ones encoded with H.264 seem to cause this crash. A final note, they didn't crash the browser when Q7 for Windows was in beta, only after the final release.
    One of the videos in question: http://seanlperkins.com/movies/friends.mov
    Again, sometimes it plays, try it several times, or other videos from my site....

    thanks for the input. i understand the differences between various hardware setups/monitors/profiles causing variability in how images look, but the issue lies in that i am viewing the same video on the same compouter with the same monitor just with different software and it's being displayed differently. i have a hardware calibrated monitor (i am also a photographer) so i undestand color management with ICC profiles from a photographic perspective. unfortunately there doesn't seem to be a direct equivalency for video that i am aware of.
    here is an example:
    http://bold-creative.com/images/3.jpg
    top left is youtube on chrome
    top right is youtube on safari
    bottom left is VLC
    bottom right is quicktime X
    see how desaturated safari and quicktime are vs chrome and VLC? chrome and VLC match FCP.
    i thought it was maybe just how safari handled the video, but other youtube videos were identical when viewed next to each other on chrome and safari. this leads me to believe that it must be my file that is somewhow the culprit.

  • App-V package update best way to deploy?

    Hello<o:p></o:p>
    I have updated for an App-V 5 package that is currently targeted to users via
    an application deployment with an WMI AD Group membership query.<o:p></o:p>
    What is best way for current users to receive the updated APP-V package ? Do I simply
    run update content wizard on the application deployment? Or do I need to
    create a new application deployment that supersedes & uninstalls the
    current application deployment?<o:p></o:p>
    Thank you.
    <o:p>Nick</o:p>

    Basically for a version number change add in a supersede rule to supersede the previous version and delete the deployment to the previous release (not an uninstall).
    If just a change to the xml then just update the content to the DP.
    Cheers
    Paul | sccmentor.wordpress.com

  • Possible to Change Package ID?

    Is it possible to change the package ID on a package in CM2012 SP1 CU3? (perhaps via PowerShell)  Our packagers create and test packages on a separate primary, then CM admins distribute globally from CAS.  Having the site code for the CAS in
    the package ID helps us to quickly identify what packages are production and which are in development \ being worked on by packagers.
    Dan Schuh

    Name or description field, anywhere you can find to place the words PROD or DEV, do not try to rely on PackageID serialisation, heading for a disaster!
    Robert Marshall | This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs

  • GLC and EVE Online via wine

    Hi fellow Arch-People! o/
    For quite some time now I am searching for a program to capture gaming videos in Arch.
    And after tools like xvidcapture, recordmydesktop and istanbul didn't satisfy me, I found GLC and installed it as described in this old newsletter: http://www.archlinux.org/static/magazin … ul-07.html
    $ yaourt -S glc-git
    Worked so far.
    But not with wine:
    $ WINEDEBUG=-all glc-capture -o /home/urviech/blubb -r 0.5 wine explorer /desktop=1,1680x1050 "D:\EVE2\eve.exe"
    throws:
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    Then the Game launches, but capturing doesn't work.
    Strange enough
    $ glc-capture -o /home/urviech/xglc -r 0.5 glxgears
    works well, and also Tux Racer.
    I suspect it to be a problem related to me running Arch 64bit and wine being a 32bit Application.
    So - what can I try to make this work?

    Urviech wrote:
    Ok, in the meantime I have set up a 32bit chroot environment, and used yaourt inside of it to build the glc-git package. I copied and installed it via pacman -U in my 64bit environment.
    I also had to install lib32-libpng, and after that, it worked!
    it still throws errors:
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    ERROR: ld.so: object 'libglc-hook.so' from LD_PRELOAD cannot be preloaded: ignored.
    but only two times instead of nine, and its capturing just fine.
    here's the compiled package, if anyone needs it:
    http://web149.mis12.de/glc-git-20100319 … pkg.tar.gz
    Sorry for bumping an old thread but thanks very much for this works perfect on 64bit Arch.

  • Show Package Contents in 10.10.1

    The option is gone from menu. The problem, I can't extract images from Pages or Keynote.

    By default, Pages v5.5.2, Numbers v3.5.2, and Keynote v6.5.2 all write single file format (compressed) documents. These are no longer packages, and thus, the absence of show package contents on the contextual menu. Once you have saved a document from one of these applications, you can revisit the following:
    File ▸ Advanced ▸ Change File Type ▸ Package
    File ▸ Save
    One you have taken these steps, that default single file format document is now a package format document that allows you access via the show package contents contextual menu item. It is important that you follow the first bullet with the second.
    Also, the Package format documents altered in the above manner, are now backwards compatible with Pages v5.2.2 on Mavericks. Otherwise, not.

  • Query on Idoc Packaging with PI7.1 EHP1

    HI PI Experts,
    I have a scenario where batch run triggers the 100's of Idocs in R3 in few milli seconds, which means all Idocs are triggered in one go From R3.
    Do we still need to set Check box for Collect Idocs in Partner Profile in R3 for Idoc Packaging ?
    I want to make out the difference in 2 configs for Idoc Packaging where
    A)  All Idocs are sent via Report run of RSEOUT00 at a go after collection.
    B) All Idocs are triggered at same time via Batch Run at same time.
    Assumption:
    PI is configured to use Sender Idoc Adapter with Idoc Package Size of 10.
    OR
    I frame my Query in other way"
    What does Collect Idoc and running Report RSEOUT00 achieve to make sure that Multiple IDOC Nodes come into 1 XML message? OR Its only PI Sender Idoc Adpater take care of it when multiple Idocs of same type comes through PI?
    Please reply .
    Regards,
    Anurag

    Hi Anurag,
    In the sender IDOC adapter if the packaging option is not activated, then the IDoc packages get split into single PI messages, one PI message per IDoc. IDoc sender functionality is enhanced to preserve and process IDoc packages without splitting the IDoc package into individual PI messages. I.e. single PI message contains multiple IDocs including control records. Where as running the report RSEOUT00 will just send all the IDOCs that are in waiting state to their respective destinations.
    For the sender IDoc adapter to be able to process packages, it should receive the IDocs in a group. I.e. in the sender partner profile the packaging option has to be activated. Though you've activated the packaging option in the sender partner profile, If you dont check collect option in sendet IDOC adapter then the IDOCs get splitted into individual PI messages.
    Regards,
    Priyanka

  • Cannot download the business package for ESS or MSS

    Hi All,
    I'm trying to download the 'Business Package for Employee Self-Service
    (mySAP ERP) via
    http://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio.  When I
    click the 'Download' link, I get taken to the URL
    https://www.sdn.sap.com/irj/docs/mappingtexts/sapnotesusermapping.htm
    where I get an IE message "The page cannot be found".
    Any idea why?
    How can I download this business package ?
    I also get the same problem when I try to download any other version of
    ESS or any version of MSS.
    Please respond ASAP as I am trying to prepare a demonstration for the business on Monday (tomorrow).
    Regards
    Anthony Gray

    Hi
    Browse to http://service.sap.com.swdc/
    Click on content for Business Suite 2005 --> Select mySAP ERP 2005 - EndUser Service Delvery --> Select Employee Self Service --> Click on the link for BP for Employee Self-Service (mySAP ERP)
    It should promt you to download the package.
    Hope it helps..
    -Madhu

Maybe you are looking for

  • Delete Email from Server... or Not...

    I have yet to see a single person raise the same challenge I am having with email. So, I suspect there must be a feature I am not configuring properly... or something. I have configured a POP email account. I want to be able to delete from the server

  • How can I force a re-creation of Access Manager's DIT?

    Good day foks, I'm deploying SJS AM 7 as part of a wider JES2005Q4 deploymeny. I accidentally deleted the contents of the ou=People context in DS where the AM installation created, among others, my amAdmin account. I can't restore the content from ba

  • XQuery equivalent of SQL "Group by"

    Hi, If I want to return a set of documents from a collection, grouped by a certain criteria, is it better to use 1. fn:distinct-values() and then use an inner for loop that returns the documents matching the current distinct value, or for $dv in fn:d

  • SSAS Hiding Member in Dimension

    Hi Experts, I am working On a cube with Multiple Dimensions. On the Top of my Cube I am generating PPS reports. All my Dimension have One of the Member of Attribute as "NotApplicable" Example 1)Dim_City     CITY   -London   -Mumbai   -NotApplicable 2

  • A time counter for the whole project

    Can you tell me is there any way to get the overall project time  as a time counter in the playback controls? Or viewed somewhere on Captivate? I need to know at which time a particular slide is appearing in a video. I can only find time duration  pe