Setting in DVB locator

Hello
I met a problem with programming in MHP RI 1.1.1r2.
The goal I want to reach is to play one service of a local transport stream with my xlet java program.( I want to use jorg.davic.net.dvb.DvbLocator or javax.tv.locator instead of MediaLocator, that is i don't want to use JMF to play TS)
I refer to http://www.interactivetvweb.org/resources/code/serviceSelection/ServiceSelectionExample.java and http://www.interactivetvweb.org/resources/code/tuning/TuningExample.java. But I met the tuning problem.
In first java program, I alter locator = locatorFactory.createLocator("dvb://105.22.1f7");.
In second one, I alter targetTransportStream = new DvbLocator("dvb://105.22.1f7");I follow the url format dvb://[onid].[tsid].[serviceid], and I can watch the video (service) with MHP RI navigator through add service22=myvideo
service22id=dvb://105.22.1f7 in navigator.prop
But I still tune successfully in two java programs.
Ex, in 1st program, the error message is Invalid Locator when selecting the new service
javax.tv.locator.InvalidLocatorException: No components found
        at de.irt.mhp.core.tv.a.a.e.select(e.java:936)
        at ServiceSelectionExample.run(ServiceSelectionExample.java:164)
        at java.lang.Thread.run(Unknown Source)In 2nd one, without error message, but I print targetTransportStream.getOriginalNetworkId() is wrong number (diff. with one I set)
So, I have to do anything to complete tuning ??
The following I write the setting in cfg files:
1.Transponders.xml
<satellite frequency="1" orbposition="192" eastwest="E"
polarisation="H" symbolrate="27500000" onid="105" tsid="22" nid="22"/>
2.LocalTransponders.cfg
1="C:\MHP\TS\test.mpg"
ps. test.mpg is my transport stream.
3.navigator.prop
transponder0=Arbor test
transponder0id=dvb://105.22
This is my first post, if any not proper action , please excuse me. And I am a graduated student from Taiwan.

So that will compress all the larger files on the ipod to 128kbps ACC....then i can load more lossless till memory is full again and, do that again, and it will compress those new larger files to 128kbps AAC????
Also, can you pick another file size. I already know i loath the sound quality of 128. I was hoping to do something like this but choose 320

Similar Messages

  • How to set default file location in Illustrator?

    I'm using Creative Suite CS5 in Windows Pro 64, and would like to set a default location for files in Illustrator and Photoshop when I execute the File > Open or File > Save commands.
    Yes, the program defaults to the location of the last file opened, but sometimes that file is gone, or I'm creating a new one from scratch, and the program looks for files in a distant place in my file structure.
    ** Is it possible to set a default file location for opening and saving in Illustrator CS5 (and in Photoshop CS5)?
    Thanks.

    Not that I know of. It simply reverts to the global "My Documents"/ "Documents" folder as provided by your operating system. these can of course be changed using variables and editing the Windows Registry/ Group Policies, but that affects all programs...
    Mylenium

  • Setting a default location of the 'Save As' dialog box

    I know this is an unusual question, but I do a lot of file-naming at work with Adobe Standard and it would help me if I could set a default location of the 'Save As' dialog box -- say, by dragging it to the corner of the screen so that the next time Adobe opens, the 'Save As' box will open in that location (rather than in the center by default).
    By this, I don't mean setting a location for one session, which it does automatically, but rather setting an initial location for when Acrobat starts up.
    Any help would be appreciated.
    Regards,
    Scott

    Cool. BTW because you are recent switcher from the Windows world you may find these URL's useful.
    Mac 101
    Switch 101
    Find Out How Video tutorials
    List of Useful URLs for switchers

  • I set up a location based reminder in notification last week to test it out.  Worked great, but now I cannot get rid of it.  It does not show up in any list on the notifications pages, but can be found in search.  How can I get rid of this notification?

    Last week I set up a location based reminder in notifications to test it out.  Worked great.  However, I can't get rid of it.  It does not show up on any of the pages, either reminders or completed.  I can search and find it, shows it should be in reminders page, but it is not there for me to remove.  Any ideas?

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Setting the graphic location to a local file (RESOLVED)

    Hi,
    I placed an image on my report and set the graphic location to an Excel file with a list of web addresses.  The report successfully outputs the image from each of those web addresses.
    I've tried putting a local file address in my Excel file (for example, "File: and it doesn't appear to work (Crystal outputs the default image instead).  Does Crystal Reports not allow for this?
    Thank you.

    Nevermind, got it to work.  Just needed to format the file path a bit differently in Excel.

  • Open File Dialog, Select either FIle or Folder, but Set the Initial Location to ftp://

    Hello,
    I want to be able to open a file dialog, set the initial location to an ftp:// address, and allow the user to select individual files or a directory.
    I can use the File Dialog express VI, and wire in a start path, but the problem is that the filepath constant does not allow you to input ftp://[IPAddress]. If you type it in it will automatically adjust the path to read . If you right click, and hit browse and go to an ftp site, the dialog will not let you select a file or folder. And no you cannot type the address into a string and then convert that to a path. If you do it will look just like the image above.
    I can use .NET functions as seen below, but it is not trivial to allow the user to select files or a folder. The same is true if I write it in C++ (although I haven't tried this yet, just googled selecting files or folders in a file dialog).
    EDIT: I just realized that with .NET if I select a single file, the FileName it returns points to a temporary internet folder on my computer for example: C:\Users\xxxxx\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\P01ODP0F\ni-rt[1].ini
    The FileDIalog Express VI has these very options.
    So what is the easiest way to have an initial ftp address path for a file dialog, and allow the user to select files or a folder?

    Have never had to do that before - that's a bit of a drag.
    Some thoughts.
    1) Can you map a drive to that FTP address and go from there?
    2) You could try rolling your own dialog via FTP - that's something I've definitely done before!
    In the following snippet, I start an FTP session on the NI FTP site, log in as anonymous, list the base directory files/folders and then close my session. I then unbundle the directory listings array and plug the name and item type into the item names of a multicolumn listbox.
    CLD

  • Help setting up Window.location.href to open a file, and 1 other issue

    Hey there,
    I am a student currently working on a school project where I must make a website. I am trying to set up: window.location.href="C:\Users\*PCNAME*\Desktop\*SITE*"; in that fashion to open up a local file on my HDD, so when I click a specific area, it opens that page from my local files. This setting works with opening web pages like "http://www.google.com" just fine, but when I attempt to instead open up a file location I am given an error.
    Also, my other question is how to have more than 1: <script type="text/javascript"> function LinkTo(){, so that I can have 2 seperate buttons on my web page linking to 2 seperate sites.
    Here is a link to the PasteBin with my code: http://pastebin.com/Eawy2hcL
    Basically, I am wondering how to set up window.location.href to open  up a page located in my files rather than from the internet like Google or Facebook; and, I am wondering  how to have multiple LinkTo scripts set up so different buttons link to different pages and how to link those buttons to each script. I am new to Dreamweaver, so forgive me if anything is blindingly obvious! 

    Okay, I'll try to explain better. Btw, thanks for the bottom part. Figured out I am not supposed to put the full location of the file, only the page (index.html), not C:\Users\*NAME*\etc...
    Anyways, I am wanting multiple scripts.
    Basically, I want the left cell to, when clicked, go to NewCars.html, and the right cell to link to UsedCars.html. It is a table that I have configured to be clicked anywhere in the cell rather than just having to click the words to go to a link. The code is:
    <table width="100%" border="1">
      <tr>
        <td style="cursor:pointer;cursor:hand;" onClick="LinkTo()" width="50%" bgcolor="#C5B8B8"><h2 style="text-align: center">Shop New</h2></td>
        <td style="cursor:pointer;cursor:hand;" onClick="LinkTo()" width="50%" bgcolor="#C5B8B8"><h2 style="text-align: center">Shop Used</h2></td>
      </tr>=-
    </table>
    I have the LinkTo script set up, but I don't know how to add another LinkTo script that goes to a different page so that way the first LinkTo script for the"Shop New" cell takes you to the NewCars page, while the "Shop Used" cell takes you to the ShopUsed page.

  • Airport setting up the location for find my ipohne

    i want to set up the location so that i can use the find my iphone and have it show up on a map displaying where it is

    how can set up my iCloud account on an iPhone

  • Setting Library Storage Locations

    Hi, can you please help regarding setting my Storage Locations to an external drive (FCPX 10.1.4). I want to work from a single external drive, so I obviously set my  MEDIA to the external drive, but what about CACHE and BACKUPS? Is it best to leave these in the LIBRARY default, or should I also set them to my external drive in my project folder?
    Thanks so much.

    Tom Wolsky wrote:
    Cache should be on the media drive as well.
    …any reason for that?
    or, perhaps, I should ask in first place: What is cache of FCPX anyhow?
    I thought, these are 'between data' of the app itself, therefor I thought, it's better placed in the fast lane = internal drive?
    No?

  • Setting Default File Location

    Hi All,
    Just installed Premiere Pro CS5 and have found difficulty in locating where to set the global location for the scratch disks. The only place I have located so far is in the project file. If this is only place, to have to set the scratch disk each time is rather onerous. Hopefully someone can point me to the (hidden) location for setting this globally.
    Regards
    Andrew

    Thanks - think our situations are a bit different. I have multiple users on the single system so reminding each to set the scratch drive each time they create a project will be a mission.
    We used to have Premiere Elements which had a single scratch location, within which each project had its own subfolder. Hence my expectation that Pro would operate in the same way.
    Perhaps Adobe could provide us with the option of working both ways - a global setting which can be overridden within the project.
    Andrew

  • How do I set a JButtons location?

    How do I set a JButtons location withouth using things like .center, but with coordinates?

    There is a thing called "LayoutManger", they may help you in achieving your goal in the best possible way. You can have look at them at
    http://java.sun.com/docs/books/tutorial/uiswing/layout/using.html
    or
    http://java.sun.com/products/jfc/tsc/articles/tablelayout/ (good one)
    Alternatively you can bypass all this good stuff and
    setLayout(null);
    jbutton.setBounds(x,y,width,height);

  • Windows keeps asking to "set my network location" everytime I connect my iPhone

    Does anyone else have this problem too? Everytime I connect my iPhone to my laptop with the sync cable Windows asks me to "set my network location" EVERYTIME!

    I have the same issue and it only started with iOS 5.  It happens regardless of if I wire to my iPhone or use the WiFi connection to hit the personal hotspot
    Very frustrating that I can't find a fix

  • Error while setting arch/dump locations in RAC

    Hi,
    In 10201, I'm facing below issue in a RAC env.
    SQL> alter system set log_archive_dest_1='LOCATION=/ESN/arch01/ESNPRD' scope=both;
    alter system set log_archive_dest_1='LOCATION=/ESN/arch01/ESNPRD' scope=both
    ERROR at line 1:
    ORA-32008: error while processing parameter update at instance esnprd2
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-16032: parameter LOG_ARCHIVE_DEST_1 destination string cannot be translated
    ORA-07286: sksagdi: cannot obtain device information.
    SVR4 Error: 2: No such file or directory
    SQL> alter system set user_dump_dest='/ora/dump/ESNPRD/udump' scope=both;
    alter system set user_dump_dest='/ora/dump/ESNPRD/udump' scope=both
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-02778: Name given for the log directory is invalid
    - The directory exists but don't know why I keep getting that error.

    - The directory exists but don't know why I keep getting that error.post proof
    touch /ora/dump/ESNPRD/udump/test.out
    COPY command & results from command above

  • Crystal Reports 2008 - Error setting new datasource location

    Hi All,
    We are experiencing an issue while trying to set datasource location for our RM 3.0 reports in Crystal Reports 2008 designer. As per guide "SAP BusinessObjects Process Control 3.0 and Risk Management 3.0 - How to build and Personalize Custom Crystal Reports" (step 11), after opening the desire report we go to DataBase-->Set DataSource Location and when selecting our RM system (which actually has the BI content addon installed on it), we got the following error message:
    "Some tables could not be replaced, as no match was found in the new data source. Please verify the table required for any unmodified tables"
    I'm new on this so I'm not sure if the table indicated in the original datasource should exist in my DB (new datasource) before doing this? If so, how those tables are imported or created in our DB?
    Could you please help me on this issue?
    Please let me know if any other detail or data is required.
    Regards

    Hi Don,
    Thanks for the update.
    Actually I've installed SAP Integration Kit and its Fixpack in both....BOE Server (which is the same as the SAP server) and in client pc.  In all cases we have select a typical installation which supposes the required drivers are available. Also I've followed Ingo's documentation to activate and publish standard Risk Management reports (RM reports). Everything works ok with them. We are able to access reports through the application.
    The issue appears when trying to customize one of these standard reports through CR Designer. For example if we select the "GRRM_Risk_by_Risk_Category" and try to customize it as indicated in the "SAP BusinessObjects Process Control 3.0 and Risk Management 3.0 - How to build and Personalize Custom Crystal Reports"...the table behind this report (table GRFN_CY_API_GRRM_R1) it's not in our RM System. My main concern or question is regarding this....Did I miss something while importing transports files, activating or publishing RM reports, etc....and thatu2019s the reason why this (and any other) table is not already in my system? I was not able to find where those tables are supposed to be or how they should be imported in my system. The odd thing is...that we are trying to customize and set the new data source for these reports to the same system from where they are being opened. Put in this way...RM reports have been activated in system A (RM System) and published to system B (BOE System). While customizing reports through CR Designer...we are actually opening reports from system A. These reports have as their original data source...a demo SAP system info (uxcir1p.wdf.sap.corp) and when we want to update this data source with our RM system....the error appears. The whole process is explained in the above mentioned guide for your reference.
    Hope being clear enough..
    Thanks for your help

  • Mobile Home Directory: Setting a relative location for various sub-nets

    Question Summary:
    1) Is it possible to define a home directory for mobile account users that is relative to the host's subnet?
    2) How does one accomplish #1 if possible?
    Details
    Setup
    Users access hosts on three LAN networks connected through the WAN via Branch-Office VPN connections (persistant VPN tunnels that connect our LANs)
    If User1 from LAN1 travels to LAN2, User1 has difficulty working, because the mobile account definition points to a host on LAN1 for HomeDirectory syncing, so all files are synced across a slow (5Mb/s) connection shared by all other users.  For some users (The CEO, for example), this sync entails transferring Gigs of personal data, so the Mobile Sync across the VPN literally takes several days, if it completes at all.
    My ideal setup would allow User1 from LAN1 to access a host at a relative location as apposed to an absolute location.  In other words, if LAN1 has the home folder at 192.168.76.23:/HomeFolders/User1, then when User1 moves to LAN2, the HomeFolder becomes 192.168.78.23:/HomeFolders/User1. Regardless the subnet, the User account would be defined in such a way that the HomeFolder would be sought at 192.168.X.23:/HomeFolders/shortUserId
    These home folders between the hosts 192.168.76.23 and 192.168.78.23 on LAN1 and LAN2, respectively, could be kept in sync during off hours so that at the beginning of each shift, all files are in all three locations ready for local use, fast access, and more importantly, fast home-syncing during the work day.
    Equipment
    OS X Yosemite running on various iMac and MacBook hardware configurations.
    OS X Server 4 running OD replicas and local DNS's on each LAN.
    Ample space for redundant data storage on all networks.
    Question
    How do I define a HomeDirectory as a relative location to the Mobile Account Users host machine or host machine IP address?
    Alternatively, is there a way that I can define a HomeDirectory using a Fully Qualified Domain Name so that I can use the local DNS server to force the redirect?
    Previously Tried Idea(s)
    Using the same Bonjour Computer Name
    On one test, I tried to trick the system by setting the name of the HomeDirectory computer to the same name on all networks. The thought behind this is that, when looking at the HomeDirectory path, the address is defined by the computer name, so if the local computer name matches, the system will automatically point to the host that is on the current LAN, as apposed to the host of the same name on the previous LAN.
    This failed due to the fact that the system providing the HomeDirectory storage is the same system that is providing OD replica services, and OD replication requires that each system have a unique name.

    Hi,
    Yes my home directory is set
    more /etc/passwd
    sfsys1d:x:301:201:sys1 dev sftp user:/interfaces/dev/system1:/usr/bin/csh
    when i log in they go to this directory, through a shell and through ftp ( haven't checked sftp yet)
    However i can still go up directories and see what is in the directories above
    the permissions are set as below
    drwx------   3 root
    sshusers  
    3 Sep  6 08:38 interfaces
    drwx--x---   3 root
    sshusers  
    3 Sep  6 15:49 dev
    drwxr-----   5 sfsys1d sshusers  
    7 Sep 19 14:52 system1
    I have tried various other permission 700, 710, 740 etc and they all give different results but not the correct one.
    The best I have managed to get so far is that they cannot list the files in the other directories, however if they know the names they can still go to them,  this also didn;t work in the windows ftp client, as it just showed the file/dirs anyway.
    Thanks
    Kerry

Maybe you are looking for

  • IMac display problems (twice now)

    I am wondering if anyone has run into the problems I have dealt with. I bought an iMac Core Duo 20inch two weeks ago. I got home, set it up and immediately noticed 7 dead pixels. I called up apple and complained to four different reps until they fina

  • Ios 4.2 for ipad ... ?

    So, guys... its the 29th of october (3 days till november) When do you reckon 4.2 will be avaliable for ipad since we were promised it in november? dying for multitasking!

  • Can't create a Team Administrator Account at Creative Cloud

    I'm trying to create a team administrator account but it freezes at the point where I have to enter the name of my team an amount of members, I try it from a mac, linux and windows machine, use google chrome, firefox or safari, but it just won't cont

  • Can't open cda files

    Just got a new computer with Windows 7.  I'm using AA 2.0 and when I try to open files from a CD, it tells me it could not open file, not a supported file type.  Suggestions?

  • Thinking of upgrading to OS 10.8.4.  What's gonna not work with FCS?

    For a variety of reasons, I'm thinking of upgrading to the latest OS. I'm still a heavy user of FCS2 (mostly FCP7.0.3, Compressor 3.5.3, DVDSP 4.2.2).  Thus, I'm leery of upgrading.  Anyone have a working crystal ball (or a link to a K-base article?)