Reference Movies and Streaming Server

I have compressed my movie in multiple streaming sizes, 56k-T1. I have tried several times to use MakeRefMovie app to make a MSTR movie that will deliver up the propery version of the movie on the Streaming server they will reside. I get an error everytime.
It works locally, but not when embedded in an HTML page.
I've tried pulling the movies into MakeRefMovie and then changing their location to a URL, no dice.
I've tried opening the movie in Quicktime Pro using the Open URL, then doing a save as and calling that movie into MakeRefMovie. No dice.
Do I not need a reference movie with streaming video? Or should the server call it up automatically? If so, what is the HTML I should put in my page to make this happen?
-Kirk

If your files are served using streaming server software the audio and video tracks need "hint" tracks.
You can create them without re-exporting using the Automator app.
QuickTime Pro already includes "Export to Web" which can make three different versions of your file and automatically serve up the correct version based on your page visitor settings.
It even writes the proper html code which you can copy/paste into your existing pages. These files are served via HTTP and no streaming server software or hint tracks are required.

Similar Messages

  • Exporting Reference Movies with Lion and QT X

    Has anybody else had issues exporting Reference Movies from FCP7 under Lion?
    When we open a Reference Movie created with FCP7/Lion in QT X 10.1 (the version that ships with Lion), we're only able to see the first frame of the movie, followed by black/blank video, and audio only.
    Curiously, QT7 (on Lion) and QT X 10.0 (on Snow Leopard) are able to play these movies without a problem.  However, a number of 3rd-party applications and devices that we use in our facility (most notably an Omneon Spectrum) choke on the reference movies in a similar manner to QT X 10.1.
    We've got a support ticket open with Omneon, although they claim to have never heard of the problem, and are currently picking their way through the issue as well.  However, there are scattered reports of others who are having similar problems.
    For the sake of thoroughness, it's worth mentioning that this is a brand-new Mac Pro with Lion 10.7.2, and FCP 7.0.0; both fresh installs (apparently downgrading to SL is unsupported on this machine).  We tried patching FCP to 7.0.3 with Pro Application Update 2010-02, which did not resolve the problem.  We've since reverted to 7.0.0, to rule out the patch as the culprit. The reference movies in question do not contain any edits that would require a render, and everything's stored on a NAS that's accessible to the whole office (hence the fact that we're able to view the files on our Snow Leopard machines.
    Picking apart the reference movie using Apple's Atom Inspector shows one curious detail in the alias data inside 'dref' atom inside of the reference movie (which is how QT figures out where the original media is).  Rather than being a simple file pointer, the alias actually contains a whole bunch of information, including the "relative" path to the video data, relative to the original location of the reference movie, as well as the absolute path of that file, starting from the root of the filesystem.  Both of these paths are presented in "Mac" and "Unix" formats, ie:
    Mac:   volume:folder1:folder2:filename
    Unix: /volume/folder1/folder2/filename
    Key difference is the use of colons, rather than slashes to separate folders in the path.  At least, that was the key difference prior to Lion.  We've noticed that, while the SL machines export reference movies with paths that resemble the above, our Lion machine generates:
    Mac:   volume:folder1: folder2: filename
    Unix: /volume/folder1/folder2/filename
    (Notice the spaces)
    When we attempt to play the movies with our Omneon applications or in QT X 10.1, our NAS throws a whole bunch of 'File not Found' errors.  Presumably, those spaces are the culprit.  Removing the spaces with a hex editor completely mangles the QT movie, and renders it compltetely unplayable.
    Unfortunately, the alias data inside the dref atom doesn't appear to be a standard Mac OS alias, and the only documentation of the alias file format (linked above) is hilariously out of date.  Presently, the format is undocumented, and it appears that developers are discouraged from interacting with the files directly.  In other words, I have no way of knowing whether or not the spaces are actually significant, or are a completely innocuous and documented part of the file format.
    Has anybody encountered anything similar, or found a solution?  I'm at a bit of a dead-end here, and would welcome any advice.

    I totally understand where you're coming from; Apple's support of some of QuickTime's more advanced features has unfortunately been waning for some time now. 
    Avoiding the buggy parts of the program is always a good strategy, although the ability to quickly export reference movies is something that is absolutely vital to our workflow.  Simply put, losing these files is an absolute dealbreaker.
    Two things seem to be going on... FCP on Lion appears to be generating slightly malformed reference movies, and QT X 10.2 seems to be freaking out when it tries to play back those movies (while prior versions are seemingly able to work around the problem).  I suppose this could have something to do with the introduction/evolution of QTKit and AV Foundation on Lion, although I'm surprised that this would be affecting FCP7, which was built around older APIs.

  • QTSS won't recognize reference movie

    I have uploaded a reference movie (which contains links to alternate movies) that to a Quicktime Streaming Server directory.
    When I open the URL in Quicktime Player 7, I get an 'unsupported media type 415' error. If I upload the reference movie to a folder on my web site instead, the appropriate video will start to stream. However, QT Player 'thinks' it is a live broadcast.
    Something still isn't right.
    * ALL files in the folder within the QTSS directory have hinted tracks.
    * the non-referenced movies on the QTSS all play when the URLs are opened in QT Player7.
    * the reference movie, which is supposed to call the appropriate movie for streaming, reports 'unsupported media type 415' error when I try to open the URL in Quicktime Player 7.
    * the reference movie, which is supposed to call the appropriate movie for streaming, works fine when I open the file on my hard drive, i.e. it starts playing the appropriate file from the streaming server (I used absolute URLs)
    * the reference movie, which is supposed to call the appropriate movie for streaming, works fine if I upload it to a directory on my web site (http) instead of a directory on the streaming server (rtsp).
    I used MakeRefMovieX to make the reference movie. To keep things simple, I did not flatten a default movie into the reference movie.
    The Apple tuorial for reference movies says:
    Save the reference movie and place it and all the alternate movies in the same directory. Upload the directory or folder to the server.
    http://www.apple.com/quicktime/tutorials/refmovies.html
    Another tutorial says:
    http://www.iupui.edu/~nmstream/tutorials/quicktimevideo.php
    FTP this file to your streaming server and ideally place it under the same folder that holds the streaming video files.

    To get the captioned text to appear BELOW the movie,
    do you simply adjust the coordinates for the text box
    in the text file before adding it to the reference
    movie?
    Hi Cris
    Well the answer is yes and no, yes you do have to set the coordinates of both the movie and the text, but these are controlled by a third file known as a .smil file.
    Here's how you make it all work, (all these documents are located on the http server, in the same directory together, with the exception of the http document, which can be located in a different folder if you choose:
    Documents involved are:
    http web page, with QT java code embedded in it, http://www.apple.com/quicktime/tutorials/embed.html
    .smil file, which contains the window size, movie and captioning text file.
    .mov or text file, containing the captioning text only, with timecode reference as part of the file.
    MSTR.mov, also know as the reference movie, containing the alternate movie locations.
    You need to create an http document with the QT java code embedded in it, the window size, which needs to be able to accommodate the movie window, the text window and if you choose the movie control bar, which is controlled via java code, which references the .smil file.
    When a patron opens this document, this sends a request to the .smil file, which is located in the same directory as the MSTR.mov, (ref movie) as well as the .txt or .mov text file. The .smil file then contains all of the information that controls over all window size of the displayed parts, MSTR.mov, (ref movie) and text or .mov text file.
    You may wonder why the window size is in both the http document as well as the .smil file, this is because the http document is making a hole for the .smil file to be displayed in the http document and the window size in the .smil file is for combining all the independent files or as you put it, coordinates for each part. These appear in the hole, created in the http documents QT java script window size, (think of the http document as the mask for the .smil file.)
    When the .smil file is accessed, the reference movie contacts the QT RTSP streaming server, then places the movie and text, (captioning file) together and are sent to the http document where they are viewed as a unified web page.
    The .smil file has specific code and can be found here: http://developer.apple.com/documentation/quicktime/Conceptual/QTScripting_SMIL/i ndex.html
    When I get back to work on Monday, (if you need me to) I can post you both the java scripting we use in our web pages and the .smil coding in our .smil files.

  • Template for Web Reference Movie

    I had been using QuickTime Pro to produce Web Reference Movies and associated files. They seemed to work but thought they were having problems with the campus filewall under wifi but that might not be a problem after all.
    I finally worked out that Compresor 4 expects to output .mov files when creating web reference movies. Compressor 3 had a template for web reference movies but its not provided with Compressor 4. I will play with the settings (comparing with QTPro files) but thought I'd ask if others have any suggestions/recommendations for output stream settings.
    Thanks, David

    just a bug Apple needs to fix.

  • Can Compressor 3 read reference movies?

    I know this has not been possible in earlier version of Compressor, so just wishful thinking that it could handle this. Out of our recording setup we've got one reference movie and then the actual media files (1 dv video stream, 2 .aif audio streams), and we're trying to lose the extra step of exporting a self-contained .mov file from QT. Basically i'm trying to save having to generate an Applescript or some sort of automated tool to do this. thx

    uh, I know this is going to sound REALLY obvious, but are you doing this on the same machine you edited the original footage on?
    If not, that's probably the issue. We export out of FCP and drop it into Compresspr on the same machine, so the paths are all still correct.
    if you're doing the same, then yeah, I'd try reinstalling, or reseting the compressor engine.

  • Quicktime export still uses reference movie!

    I am trying to export a file to deliver to a client. It plays in QT player 7 fine--so I go to Export... and choose my settings, then click OK. Then I burn the resulting file to a DVD.
    When I try to play this file on another computer, I get an error saying an audio.aif cannot be found, and without it the movie cannot play properly. This is the same kind of warning you get when you save a reference movie and delete the original file. But I didn't do that...I exported and waited as it recopied every frame!
    What's going on?

    Same problems here and have spent days on every variable option. Thank you though for the tip of Snapz Pro. I'm downloading a trial now to see if that works but I'm concerned about the quality of the final file. I'm actually thinking of finding a way to export the Keynote into a video editing program and bring the AAC or .Mov files in separately and re-size them on top of the Keynote Quicktime to re-edit the timings. Anyone tried that yet?

  • Embed Reference Movie in Web Page

    Hi, I exported several versions of my movie out of QuickTime Pro using the "Export for Web" feature. I used the default options. I read the instructional file for embedding the result in a web page. I made a very simple web page and loaded all to the same folder on my web site. When I try to play the movie the poster frame image shows and when I click 'play' the QuickTime logo appears, but then a question mark is displayed over the QuickTime log. Clearly something is not right. Here is the web page:
    http://konastreamingvideo.com/ksv/house.htm
    I would appreciate any help that could be offered. Thanks.

    Thanks for the help. Yes I uploaded all of the exported versions:
    MVI_1235-Desktop.m4v
    MVI_1235-iPhone-cell.3gp
    MVI_1235-iPhone.m4v
    MVI_1235-poster.jpg
    MVI_1235.mov
    All are residing in the folder with the reference movie and were not renamed. I noticed in the instructions there is a comment of including the <style> and <script> tags in the <head> of the page so that it validates as XHTML. I copied and pasted the <script> code, but I am not using any <style> tags. I wondered if that is contributing to the issue. Thanks again for the help.

  • Export Reference Movie takes forever!

    XDCAM EX project that is only 17 minutes long is taking 3 hrs to export a reference movie. Why? I've rendered everything in the sequence but it still seems like it needs to re-render everything in order to export a simple reference movie and sometimes it crashes during export and I get nothing after waiting for three hrs...

    You can't export a "reference" movie in a different codec Eli, that will trigger a full re-render to a self contained movie. As Tom has pointed out the renders in your "rendered" timeline previously only contained that footage which FCP needed to render for full quality playback, but due to the nature of XDCAM HD/EX's MPEG2 codec, even that footage which can be played back without render needs to be rendered for export, even as a reference movie. The only way round this is to set your Sequence menu > Render options to also render "Full". Then, if and when your sequence is fully rendered, the reference movie export will be fast.

  • Reference movie or self-contained

    which is the better workflow from fcp into compressor. making a dvd of about 12 minutes which will eventually go into dvdsp. i took a reference movie and about 60 percent through it keeps stalling. no idea why. bit rate is normal..as i used the best settings for dvd (under 90 minutes) and didnt change anything. ideas? help? thanks

    How do you expect your OS, your application(s) and writing a relatively big file all to run on an already too-full drive?
    Sue, you've been around here long enough, go out and get a couple more drives, and clean the junk off your system drive. That ought to be OS, Apps only.

  • QuickTime Streaming Server and Referenced Movies

    Does QTSS adjust it's stream depending on the client device and bandwith like HTTP referenced movies do? Are referenced movies strickly for HTTP delivery or can QTSS make good use of "hinted" reference media?
    I can create and stream hinted HD movies with no problem on QTSS. I can also create referenced movies via QuickTime or Compressor and even know how to add the "hinting" perameter to the Compressor workflow for referenced movies. I have the option to use QTSS or the Web Server to stream my HD content but would like to know what is the best option for backward compatibility, browser support, etc.
    Thanks, Yo Bro!

    Yo .. I am appauled at the lack of support for such posts .. and the limited answers for those looking for streaming support.
    I am trying to learn too .. currently running EvoLV to provide my solutions .. but it is not enough.
    Trying to assemble those of us interested with links.'
    Have you found any usefull answers?
    C

  • I have an external server that stores all my movies and music, is there a way to stream it to my apple tv? If not is there a way I can link the folders to itunes (without downloading files to computer) and will that make them view-able for the apple TV?

    I have an external server that stores all my movies and music, is there a way to stream it to my apple tv?
    If not is there a way I can link the folders to itunes (without downloading files to computer) that will make them view-able for the apple TV?
    If none of that works is there a way to get it working alternativly?
    Additional Information:
    Everything is linked via ethernet cable.
    I'm using a PC to set it up.
    If you have any other questions feel free to ask and I'll help where I can.
    Thank you for any help

    (I think the daughter got he better end of the deal!)   I believe if you change the password and user id one of the devices it will stop that from occurring. But I'm not the one to tell you how to do it; someone like "Illaass" (Illaass seems to know how to correct / fix almost anything!) will know how if you don't. Just look for the "cat" icon.

  • I have noticed an issue with utilizing the "stream" function on iOS 7. If you choose to just stream the movie by hitting the play button it seems to actually start downloading (which is fine) but if you are say halfway thru the movie and stop you can clea

    I have noticed an issue with utilizing the “stream” function on iOS 7. If you choose to just stream the movie by hitting the play button it seems to actually start downloading (which is fine) but if you are say halfway thru the movie and stop you can clearly see that storage has been reduced under the usage, yet under the “videos” tab it still states “No Data” the only way to delete what you have partially downloaded is to fully download the video, which is fine but there is no way to tell what videos have been partially downloaded (I.e which occurs a lot when your child switches between movies using the so called “stream” function). This becomes troublesome once the capacity of the ipad is almost met and you have no way to delete this data since you may have several videos that have started to be viewed (hence partially downloaded). Apple needs to somehow make it truly streaming or provide an update so the storage can be managed. The only way I have been able to remove partially downloaded videos is by doing a total software restore. (The video data that is in question when connected to my MacBook shows up in iTunes as “other”) if you have any insight into this issue it would be greatly appreciated. Thanks.

    Here are the screenshots for what it's worth.
    Not sure why I can't post them in the original post.<br>
    <sub><b>Mod edit: See [https://bugzilla.mozilla.org/show_bug.cgi?id=718813 bug 718813]</b></sub>
    '''Again, when I set my DNS server to automatically detect the servers both problems disappear and I have no issues at all.'''
    IMO opendns is either doing this on purpose (unlikely) or they're under some sort of attack/being used to attack the specific torrent sites although I'm open to other explanations. I believe using the automatic setting for DNS is using my own ISP's DNS servers (which again, work fine... but still...)
    I'd rather not use Google's public DNS servers as Google is to commercial these days and I think there's potential privacy issues.
    '''Again I have changed the setting for DNS servers back and forth several times to duplicate/verify the issue(s)... and the issues only happen with the opendns servers.'''

  • JMF and the Darwin Streaming Server

    Has anyone been successful in getting the JMF JMStudio to work with
    the Darwin Streaming Server? I have set up Darwin on my computer and
    encoded a sample .mov file using a codec that is supposed to be
    compatible with JMF, the H.263. I was able to view this file inside
    JMStudio if I opened it directly as a file. I was also able to stream
    this file via the server using the Quicktime movie player by opening
    URL to rtsp://localhost/test.mov
    However, when I go into JMStudio's Open URL, and put in
    rtsp://localhost/test.mov, I get an error message saying:
    Controller Error:
    Failed to realize: Server is not responding.
    I am using JMF Version 2.1.1e and the Apple Darwin Streaming Server
    5.0
    If anyone has any suggestions, please let me know. Also, let me know
    if there is another streaming server, preferably open source, that
    works well with JMF.
    thanks.

    your doing local host, JMF needs to receive rtp on
    port XXXX, now if you are receivng on port XXXX the
    server maybe trying to send on the same port , or
    maybe it's trying to send the RTCP data.
    Does darwin use RTCP ?? and also I would try from
    second computer , as JMF sends, receives on same port.I am pretty sure all the ports are set up correctly. I have tried connecting from another computer and run into the same issues. Also, I was able to view the movie just fine from the same computer (connecting to itself) using the Quicktime Java package provided by Apple. I've been able to view movies in quicktime using the RTSP protocol

  • Reference to database and/or server name in '' is not supported in this version of SQL Server

    Hello all
    I am using C# and ADO.NET (native) - Visual Studio 2013.
    I am always using full qualified queries like "SELECT * FROM [database].[schema].[table]"
    Obviously there is a problem when doing this against SQL Azure,
    I get the following error: "Reference to database and/or server name in '' is not supported in this version of SQL Server"
    Interesting fact: With SQL Management Studio, the same query works.
    I need to know if this error is really a true one or not.
    If yes, I can quit using SQL Azure. I would need a SQL Server and not a partial SQL Server :-)
    Thanks and best regards
    Frank

    Hi,
    Here are my suggestions:
    1. Use partially qualified queries, because:
    a. from a security standpoint, you'd want to limit your login's access across the server instance
    b. in order to achieve a even better, you should specify your database as the Initial Catalog directly in the SQL Connection.
    If you take into account these practices, SQL Database doesn't come with any limitation from that point of view.
    However, in regard to 'With SQL Management Studio, the same query works', this is actually only partially true because if you run that query agains ADO.NET, you'll actually end up in switching databases along the query which is obviously not permitted in
    SQL Database since you're running in a hosted black-box version of SQL you're not managing. It's just like running the USE <dbname> command which obviously doesn't work.
    Alex

  • How can I get a movie that I created in IDVD to load in ITunes and stream to Apple TV?

    How can I get a movie that I created in IDVD to load in ITunes and stream to Apple TV?

    Welcome to the Apple Community.
    You can't, but you have a few alternatives.
    Best option: If you made the movie on the DVD in iMovie (or even another editing application) and still have the project, go back to the project and export it for Apple TV (using the Apple TV preset)
    Next best option: If you still have the original movie that you put on the DVD, open it in QuickTime and export it for Apple TV (using the Apple TV preset)
    Worst option: Use something like Mpegstreamclip (Quicktime Mpeg2 playback component required) to convert the DVD to h264.

Maybe you are looking for

  • Downloading personal video stored on computer to iPod

    Is it possible to get video that I have stored on my computer (recording from a DVR in an mpg4 file) onto the iPod? I cannot transfer it to iTunes but is there a way to transfer it to the iPod directly? Do I need to purchase a special app to do this?

  • Logical database PCH,Extended Object ID

    When using logical database PCH.I found Object structure has a component REALO means extended object id. Can somebody give a example to show the actual meaning of extended object id? thanks. Edited by: Lanmbor Yang on May 30, 2008 8:40 AM

  • Color Correction help...

    Hello, In still working on these issues, when I turn on the Range Checker, and scroll thru the clip, I notice an "X" on the upper-right-hand side of the clip in the Viewer - what does this mean? Then, when I start color correcting w/the color correct

  • PROBLEM WITH 'COMMIT' COMMAND IN FORM 4.5

    During any process if I use COMMIT command after insert, update or delete command in table which is not the base table of current form a message appears on screen 'No changes to save' and changes are saved in the table. How can I stop this message? I

  • Video\Audio encoding in Java

    Hi, I need to write an application that will convert videos to different formats. Like: mov to mp4, flv to mp4, etc Anybody know of java classes\libraries I could use to implement this? Thanks! Tamara