I am trying to implement a method to resize the video output to a small window, on the STB-810 (preferably allowing the change to happen while decoding). I am...
Okay, I figured this problem out. I had to set the cooperative-level to DLSCL_EXCLUSIVE in order to be allowed to change the output rectangle. (And leave it...
SetScreenLocation() will return DIRECTFB_ACCESSDENIED if you are operating with DisplayLayer CooperativeLevel DLSCL_SHARED. This is to prevent one user from...
hi , I have created copy IO example for taking Input file process it and then copy ot out file , but is giving error while executing like -12:00:39.770;thread...
The Error Analyzer in dvpMon says 60030006 is: Legacy Component Class :: Unknown Layer :: CID_LAYER_NONE ID :: CID_COMP_TSSA_DEFAULTS ....and this code...
Hi, We are looking for ways to obtain IP addresses, via a DHCP server, for a hard drive bootable STB810 box. Currently, we can assign fix IP to the box, by...
boot.xml might be the control file you are looking for. It can be setup to obtain either static IP or dynamic IP. Be sure to run mkRomFs to have a new rom...
hi, We have designed TSSA complained decoder component which in taking packets from Fread component and decoding after which is given to renderer, The setup is...
hi, I have created TSSA complained Decoder component , but i am facing Problem in Setting TimeStamp for Outgoing Packets. As my Incoming and Outgoing Packet...
hi, I have created TSSA complained Decoder component , but is facing Problem in Setting TimeStamp for Outgoing Packets. As my Incoming and Outgoing Packet size...
hi, I have created TSSA complained Decoder component , but is facing Problem in Setting TimeStamp for OutGoing Packets. As my Incomming and OutGoing Packet...
If your incoming and outgoing packets actually represent different amounts of time, then indeed, you must interpolate or extrapolate time stamps. With MPEG...
Thank you for your reply , But I didn't get how to calculate new time for my Out Gong Packet which is not Same as Incoming Packet. So Can you please elaborate ...
To extrapolate the time stamp, you will need to know the frame rate of your video stream. You also know the rate of the tsaClock used for timestamps. But...
One of the big reasons for using a standard OS like Linux on a vanilla CPU like the MISP is that the expertise in using it (and the tools for using it) can be...
hi all, I have successfully compiled MpegTs videoProvider , it is working fine but i am not able to kill it properly, it is not handling events properly. Iam...
The assert says that you got an error when trying to do getFormatFunc() in tmalAdecMp3. This is inside the production code. The particular error says you have...
Hi, I have Created my decoder Component , and integrated in MpegTs video Provider . It is Working Properly with Audio and Video Sync , But Their is Problem in...
there is a knowledge base item (FAQ) on TCSHelp about debugging an RSE. Maybe something is still using the memory that was freed? Chuck Peplinski TriMedia Tech...
Hi guys, I used to try to port linux kernel to trimedia. My method to compile linux kernel using tmcc is the following: 1. use tmcc to convert C source files...
... files. ... will ... the ... use ... will ... Hi Guo Hongruan, I'm really interested in your research. And i wish i can continue your work. If you don't...
Hi trmducbk, Have you had my CIL patch and linux source patches? I have sent them to this group, but I am not sure whether or not the group members can receive...
I am working on a project that requires me to get transfer streams from a usb DVB-T tuner and transfer it to a philips PNX1500X/LCP 1500 processor for furtfer...
I will be out of the office starting 10/01/2007 and will not return until 10/05/2007. I will respond to your message when I return. [Non-text portions of this...
hi all, I want use memCheck for detecting memory leaks.For that I have written simple Helloworld application. I have performed all the steps given in the app...
Hello Akshay What version of memcheck app note you are using? Follow the step #2 and #3 in section 7.2 of MemCheck_AppNote_v5.pdf and it should work. Remember...