.qlt file gives 415 error on mac, not on Windows

I encoded H.264 files (hinted for streaming) and placed them on my server (OSX server 10.3). From Mac: rtsp://path/file.mov works fine. Also http://path/file.mov works fine om Mac.
To make it more compatible I generated .qtl file, both from Quicktime Pro and texteditor. Same result.
When I paste the url in the browser: http://path/file.qtl, it performes OK on Windows 2000, but in Safari and Firefox(Mac) I get the Q sign and after a short while error 415, unsupported media type.
Also tried a javascript, xml, etc,but get the same error on Mac.
Have no idea what to do. The files in themselves stream OK in very good quality (H264 is really good, 300 kbs) Example: rtsp://212.45.53.76/aanbidding/vineyard/LW1Introductie.mov
Example of the qtl file: http://212.45.53.76/aanbidding/vineyard/LW_1.qtl
Any help would be a very much appreciated.
Thanks, Rolof
Xserve 10.3 and others   Mac OS X (10.4.3)  

The code of the qtl file:
<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>
<embed
autoplay="true"
controller="true"
href="www.aanbidding.net"
kioskmode="false"
loop="false"
movieid="1"
moviename="Introductie"
playeveryframe="false"
quitwhendone="false"
src="rtsp://212.45.53.76/aanbidding/vineyard/LW1Introductie.mov"
type="Quicktime" ( I also tried H.264)
volume="100"
/>
Xserve and others   Mac OS X (10.4.3)  

Similar Messages

  • Hi Trying to download CS5 Design Premium. We have a copy on the Mac and want to put a second copy on the Macbook pro. Can download the file but when it is clicked the file give an error message "User access denied" and dumps the download. So hence I do no

    Hi Trying to download CS5 Design Premium. We have a copy on the Mac and want to put a second copy on the Macbook pro. Can download the file but when it is clicked the file give an error message "User access denied" and dumps the download. So hence I do not get an installation screen or a chance to enter the Licence no.

    Use another browser.
    Mylenium

  • Just transfered M2TS files from PC to new mac, not able to run them in final cut? any ideas?

    just transfered M2TS files from PC to new mac, not able to run them in final cut? any ideas?

    FCP doesn't like mpeg2 transport streams. You might give ClipWrap a chance to do the conversion. They have a free trial. If it works, the full version is something like $50.
    Good luck
    x

  • Sir Please Help Me With My Homepage. When I Set My Home Page To About:home It Gives An Error Saying Url Not Valid... Please Tell Me how to Fix this!

    Question
    Sir Please Help Me With My Homepage. When I Set My Home Page To About:home It Gives An Error Saying Url Not Valid... Please Tell Me how to Fix this!

    I'm not seeing a screenshot, so could you please try another time to attach one?
    *http://en.wikipedia.org/wiki/Screenshot
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
    Make sure that you use the location bar and not the (Google) search bar.
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • I am using only one Apple ID. The problem, since iOS 6,  is the App Store purchased items screen just shows loading screen  it finally crashes or gives the error message 'can not connect to  Apple store'

    I am using only one Apple ID. The problem, since iOS 6,  is the App Store purchased items screen just shows loading screen  it finally crashes or gives the error message 'can not connect to  Apple store'

    I am using only one Apple ID. The problem, since iOS 6,  is the App Store purchased items screen just shows loading screen  it finally crashes or gives the error message 'can not connect to  Apple store'

  • HT201263 i do click to restore the settings on i phone 3g but after 5 to 8mins it gives an error saying could not restore settings...now what should i do?? plzzz help..:(

    i do click to restore the settings on i phone 3g but after 5 to 8mins it gives an error saying could not restore settings...now what should i do?? plzzz help..:(

    i have locked my phone and i get the usb symbol with the i tunes sign with an arrow..i tried ro upgrade the software which did not go throught succesfully.. plzzz help me  ...

  • New Galaxy 5s.  Trying to connect to a guest wireless that routes browser to a login screen.  The wireless will not connect (gives authentication error), so will not pull up browser window.  My previous Android did not have this problem (it would connect

    New Galaxy 5s.  Trying to connect to a guest wireless that routes browser to a login screen.  The wireless will not connect (gives authentication error), so will not pull up browser window.  My previous Android did not have this problem (it would connect and immediately reroute to the login screeen).

    Would you please try manually set the DNS address on client NIC to the IP of your server, then try run the connector again?

  • Error # 1 can not open window

    when i try to do a pano thru photomerge in pse11 on a mac i get the message error 1 can not open window. this was after i tried to fix error 22. i held down the com,option,shift keys just after a started photoshop aditor. help steve

    Quoting from another thread -
    Definitely try doing a File > Save For Web using the Photoshop Elements Editor (be sure not to save over your original photos), and then try to do a Photomerge Panorama on the resulting images.
    Photomerge apparently has some issues with some kind(s) of EXIF metadata in files, and using Safe For Web strips this information out of the file.
    This has worked for most (or perhaps all) of those that mentioned having this issue in this thread.
    Please see- http://forums.adobe.com/message/2276267 for more info.
    Thanks
    Andaleeb

  • No Print To File option in Photoshop Lightroom (Mac OS and Windows)

    Q - Where do I find the "Print To File" option in Photoshop Lightroom (Mac OS and Windows)?
    A - Photoshop Lightroom does not have the ability to print to file, but some print drivers can access the ability of the operating system to print to file. See
    TechNote for further information.

    If you use print to file then you get a file that is meant to be send to a printer and that file has all kind of formatting code for that specific printer.
    Opening such a file in Firefox or a text editor can only work if you use a text only printer to print the file to, so make sure that such a printer is installed and selected.

  • Reading from text file gives IndexOutOfBoundsException error

    Dear All
    I really need your help in doing my assignment as soon as possible
    I am reading from a text file the following data
    4231781,Ali,AlAli
    4321790,Adnan,AlAli
    using two classes first one is
    public class Student
    private String studFName;
    private String studLName;
    private String studID;
    private double assignment1;
    private double assignment2;
    private double final_exam;
    private double total;
    public String getstudfName() {
    return studFName;
    public void setstudfName(String studFName) {
    this.studFName = studFName;
    public String getstudlName() {
    return studLName;
    public void setstudlName(String studLName) {
    this.studLName = studLName;
    public String getstudid() {
    return studID;
    public void setStudID(String studID){
    this.studID = studID;
    public double getAssignment1() {
    return assignment1;
    public void setAssignment1(double Assignment1) {
    this.assignment1 = assignment1;
    public double getAssignment2() {
    return assignment1;
    public void setAssignment2(double Assignment2) {
    this.assignment2 = assignment2;
    public double getFinal_exam() {
    return final_exam;
    public void setFinal_exam(double final_exam) {
    this.final_exam = final_exam;
    public double getTotal() {
    return total;
    public void setTotal(double total) {
    this.total = total;
    Student[] students = new Student[30];
    the second is manager one which is:
    import java.io.*;
    import java.io.IOException;
    import java.util.Arrays;
    import java.util.ArrayList;
    public class manager {
    public static Student[] students = new Student[30];
    public static void main(String args[]) {
    // We want to let the user specify which file we should open
    // on the command-line. E.g., 'java TextIO TextIO.java'.
    if(args.length != 1) {
    System.err.println("usage: java manager (file_name)");
    System.exit(1);
    // We're going to read lines from 'input', which will be attached
    // to a text-file opened for reading.
    BufferedReader input = null;
    try {
    FileReader file = new FileReader(args[0]); // Open the file.
    input = new BufferedReader(file); // Tie 'input' to this file.
    catch(FileNotFoundException x) { // The file may not exist.
    System.err.println("File not found: " + args[0]);
    System.exit(2);
    // Now we read the file, line by line, echoing each line to
    // the terminal.
    try {
    String line;
    // Student[] students = new Student[30];
    while( (line = input.readLine()) != null ) {
    // System.out.println(line);
    int m = line.indexOf(",");
    int j = line.lastIndexOf(",");
    String sID = line.substring(0,m);
    String sfn = line.substring(m+1,j) ;
    String sln = line.substring(j+1);
    int n = 0;
    students[n] = new Student();
    students[n].setStudID(sID);
    students[n].setstudfName(sfn);
    students[n].setstudlName(sln);
    students[n].setAssignment1(0.0);
    students[n].setAssignment2(0.0);
    students[n].setFinal_exam(0.0);
    students[n].setTotal(0.0);
                        ++n;
    catch(IOException x) {
    x.printStackTrace();
    // Arrays.sort(Student.students);
         int length = args.length;
    System.out.println();
    // System.out.println("Sorted by stuID");
    for (int i=0; i<length; i++) {
    System.out.print("Student ID "+students.getstudid() + "|||");
    System.out.print("Student Fname "+students[i].getstudfName() + "|||");
    System.out.print("Student name "+students[i].getstudlName());
    when I comile progrma it doesn't give any error but when I run it gives me the following exception:
    java.lang.String.substring. IndexOutOfBoundsException string index out of range : -1
    as can be seen from the manager class I form the read line from readline method as follows:
    int m = line.indexOf(",");
    int j = line.lastIndexOf(",");
    String sID = line.substring(0,m);
    String sfn = line.substring(m+1,j) ;
    String sln = line.substring(j+1);
    Therefore, student ID should be read from the beggining tel the character before the comma (,) then from the character after first comma tel that before second comma will be firstname, finally the rest after second comma will be last name.
    I want my program to read all lines in the text file and put them in order as above forming the array like database record and print them all.
    Could you please Help me in this matter friends as soon as possible.
    Regards,
    Java_Hobby

    please, format you code first (select your java code and hit the code button), then post all the error log message.

  • FYI TDMS open and read on empty file gives no error's out

    I found that if you 'open' an empty (0 byte) file using TDMS open, you will not get any error messages when you open it, nor when you call functions such as "Get properties" or "List content", also no error when you close the TDMS file.
    If the file is non-empty, but not a valid TDMS file, TDMS open returns an error.
    I would have expected that I would get an error or a warning at least when trying to read a non-existant property or group, if not by the open function itself?!
    The 2013 snippet below creates a 1-byte or empty file in the local user temporary folder, closes the file, then attempts to open and read it as a TDMS file.  The temporary file is deleted afterwards.
    If the file is empty, NO errors or warnings occur at any point.  If the file is not empty, it fails on the TDMS open. (Note the sequence structure is because the path out of the tdms close is invalid if the tdms open failed.
    This could conceivably cause an issue if your program does not do additional fault checking to catch existing but empty files.  (Which of course shouldn't ever happen, but in some situations it could happen.)
    QFang
    CLD LabVIEW 7.1 to 2013

    Hooovahh
    I asked to list the channels in a named group.  If that named group did not exist, I would think that should at least be a warning,  but I could see how it should not be an error, it was just unexpected to me that reading a non existant group (in an empty file) did not indicate any issues at all.   To me, 'error out' should give a warning or an error if something unexpected happened, but I may just have stricter opinion on something that by nature is very philosophical and open for debate. (And there are always tradeoffs, overt checks and bounds in a function obviously leads to overhead, and TDMS is optimized for performance, so that may be one reason it is the way it is.)
    (This situation came up for me because when a file is first created, we datetime tag it and write a bunch of other meta-data to the file, then later (and over time) we add the spectrum goup + data.  [Edit] actually, in the old code, if the file existed, it was assumed to have been setup correctly. so if the group exists, the old code assumed all the meta data has already been written [end edit].. One of the many fixes possible, I'll rely on the 'found' boolean output of the parameter read instead of relying on the error/warning. If the datetime tag is found, the code will asume the file exists and has been filled with the meta data I expect.)
    Thoult ::  I wasn't sure, but in either case, my intent was to provide extra information, not 'knock you' for participating in the discussion, I hope thats not how I came accross.  English is a second language to me, so I sometimes come across 'wrong' from what I mean.
    QFang
    CLD LabVIEW 7.1 to 2013

  • Opening .jpg files give an error

    Hi there,
    some of our mac clients are having trouble opening JPG files in Photoshop. the problem occurs when they try to import them from bridge or open them directly from photoshop.
    the error states: "Can not execute request because of a program error".
    all of the users have fully updated Macs and fully updated Creative cloud.
    the files are currently located on a DFS Share in a windows domain but copying the files locally doesnt seem to fix the issue.
    any help would be appreciated.
    Gr. Michiel Holtz

    bump, is there someone who can point me in the direction of solving these issues ?
    thanks in advance

  • ITunes set up gives an error message saying not a "valid win32 application"

    I am using Windows 7 and trying to download iTunes, but when I try to open the iTunes set up it gives an error message saying that it is not a "valid win32 application". It does the same for downloading quicktime. I have no idea what this means or what to do about it.

    That suggests that the installer is getting damaged during the download.
    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • Bonjour for windows gives this error - You do not have sufficient access...

    I installed Bonjour for windows on a PC running XP. When I run the Bonjour app from windows I can see the printer I wish to connect to. It is shared off of my G3 server. When I try to connect I get the following error,
    "You do not have sufficient access to your computer to connect to the selected printer"
    I have done some research through Apple's info database and found,
    http://docs.info.apple.com/article.html?artnum=302408
    I followed the instructions and still I get the same error. I have rebooted the PC deleted all the printers under the printer window. But no luck. I found a similar request by another apple forum user. His issue was the same but he was using 'Parallels' emulator. But no solution was provided.
    Any suggestions?

    Well this is what I've done to date to try to resolve this issue.
    I uninstalled Bonjour for Windows from my PC. I checked Apples support pages dealing with Bonjour for Windows (BfW). As suggested I deleted all printers in my printer window, (to delete all possible print Queues). I updated my Windows to the latest patch for XP. I reinstalled BfW, with the XP Firewall turned on. It is suggested that BfW will make the necessary changes to the XP firewall to allow traffic going through port 5353. I have tried more than one printer off of my G3 and I double checked my external router port restrictions, and I turned off the firewall on my G3, shared mt printers in OS X, and even turned on windows file sharing. I even updated my G3 to 10.4.8
    I pinged my G3 from my XP machine it's there. Also I can see the G3 with it's printers when I browse the network from the XP box. Also I'm on the same local subnet 192.168.2.x
    The only thing I have not done yet is see if it is possible to ping a bonjour host (my G3) from a bonjour client (XP box). That would at least verifiy the 5353ports.
    Anyone have a bonjour utility to do that? Probably have to run in a Windows enviroment. Or can a ping packet be directed to use a particular port?

  • Files locked when viewed on Mac, not locked on PC.

    I'm creating files on a PC that are not locked, yet when I view them through the network, SOME of them are labeled as "locked" in Get Info and I have to go through the minor task of holding down OPTION when emptying the trash if I use the Mac to delete them.
    Small annoyance, but wondering why this is the case? Does anyone happen to know why?
    Runing a brand new iMac with Leopard and a PC with Hummingbird NFS (also new) Windows XP Professional x64.
    Thoughts? Thanks!
    M.

    Hi,
    To clarify, are you currently using the Mac version of Crystal Reports Viewer 2008 which you downloaded from here?: http://www.sap.com/solutions/sapbusinessobjects/sme/reporting/viewer/index.epx

Maybe you are looking for

  • How to create button in application toolbar in sap standard tcode va03

    Hi Gurus, I want to create a button in the application tool bar of a sap standard tcode : va03. Can some one help me with this..! Best Regards, Navin Fernandes. Edited by: NAVIN FERNANDES on Aug 12, 2010 10:02 AM Edited by: NAVIN FERNANDES on Aug 12,

  • Help-problem with Yahoo mails in iPhone 4S

    Hi I just upgraded from 3s to 4s. Everything is working except Mails.  I have the alarm system at home and have it set up to send emails including photos to my Yahoo account whenever it detects motion. It sends a lot of emails per day including diffe

  • Using USB Devices in RDS VDI with Windows 8.1 Scenario

    We are currently in a Upgrade Scenario from our old Windows XP/ Citrix XenDesktop Farm to a new VDI Installation. The new Installation is a Windows Server 2012 R2 Remote Desktop Services Collection using Remote Desktop Virtualizaion Hosts on 2012 R2

  • How do I recover an Illustrator CS4 key from OSX?

    I just purchased a new iMac for one of our Graphics employees, and in addition to Adobe CC she needs Illustrator CS5 installed, because there is a plugin we use for a client that isn't available for versions newer than CS5. The problem I'm running in

  • May i use nls_charset12 to convert character set before executeQuery()?

    i got a problem for the db nls character set isn't us7ascii, so while retreiving data from database the data stored in ResultSet is changed to UTF-8 format. thus, my question is - how to convert character set before my executuing the method executeQu