Advance frame-by-frame on a streaming video

Hi,
i've recently installed Wowza media server 2 locally, currently only for testing purposes.
everything works fine, except of accurate seeking functionality - or in other words advancing frame-by-frame .
when i use VLC to play my video file i have no problems advancing frame-by-frame.  however, when i use the 'seek()' function to move the playhead a fraction of a second, its seems to move only to the next key frame (meaning that only once every few mouse clicks the playhead advances dramatically).
i thought that when using streaming video (unlike progressive download) this issue is resolved.  am i wrong?  did i miss something?
thanks in advance,
eRez

II think you should post your query on Wowza forums - because this forum is for Flash Media Server and probably not best place where you can find Wowza server experts.

Similar Messages

  • I want to save streaming video to watch later

    Hi
    I want to save streaming video to watch later, wma format, whatever
    format is most common on the internet. Quick Time does not
    open automatically when the streaming video starts but Windows Media
    Player opens. What program is low cost that will save the video
    stream that Quick Time Player or Windows Media Player can open?
    thanks in advance
    Mark S

    I want to save streaming video to watch later, wma format, whatever
    format is most common on the internet. Quick Time does not
    open automatically when the streaming video starts but Windows Media
    Player opens. What program is low cost that will save the video
    stream that Quick Time Player or Windows Media Player can open?As I see it, you basically have 3 main options:
    1) Screen Capture -- Any streaming video that can be watched/listened to can be captured. Several applications are available that can do this but I generally prefer SnapzProX. This class of program essentially allows you to "record" the audio and video as it is being played back on your computer. This is normally done using a very simple but very fast codecs which create rather large files on your computer but which can then be transcoded to a more efficient format for playback whenever you wish.
    ADVANTAGES: You end up with a fully self-contained copy of the media which can be locally archived, moved, copied, and is available as long as you keep the copy.
    DISADVANTAGES: This approach can require large amounts of storage space depending on the commpression format used and the number of files stored. Depending on the material involved, this could constitute a copyright violation of media use.
    2) Save As... -- If you have/purchase QT Pro and/or an appropriate third-party QT component (like Flip4Mac in this case), you open open/play the streaming file in the QT Pro Player and save a copy of the movie that contains a resource pointer to the online streaming server. For all intents, you have a "copy" of the file stored on your computer that can, within certain limits, be played back whenever you wish.
    ADVANTAGES: Since the saved movies are very small, you can save a large number of them on your computer. Since they open and play just like standalone movies, they are very easy to use and share. Since control of the content remains with the orginator and access (public or limited) remains as intended by the originator, you would not be violating copyrights here.
    DISADVANTAGES: Material may be changed, removed, or unavailable for one reason or another at any given time. Playback requires connection to the Internet.
    3) Bookmark/URL List -- As a last resort, you can always bookmark or copy the relavent streaming server URL to a "hyperlink" list and open the media manually whenever you wish/are able to do so.
    ADVANTAGES: Nothing to buy.
    DISADVANTAGES: Requires extra effort on your part, still won't open in the QT Player, and still remains subject to the online vagaries mentioned above.

  • Why can't I advance a video frame-by-frame with the arrow keys?

    I am able to play a video, and to scrub through by clicking and dragging the play head, but when the video is paused, my arrow keys won't advance frame-by-frame.  Is there a place that I have to enable the arrow key function?  I've looked through the Preferences but didn't see anything.  Anybody know how to get this to work?  Thanks!!

    This forum serves Photoshop.com, the online service.
    For help with the desktop version of Photoshop CS, please repost your question here: http://forums.adobe.com/community/photoshop

  • Possible to continuous advance video frame by frame?

    In the prior program I was using I could do a frame by frame advance by holding down the arrow key (either forward or reverse). LR4 seems to want me to keep "pressing" the frame advance key for each frame (I am aware shift adavances by 10 but you still have to keep pressing repeatedly).
    Thanks 

    Not that I know of.

  • Can't advance frame-by-frame in FCP4

    For some reason, the video in the canvas will not advance frame by frame when i hit the arrow buttons. The audio moves, but not the picture. If i play back normally or slo-mo, the video advances normally, just not when i use the arrows. However, the video in the viewer advances correctly.
    I am running the video off a firewire hard drive, but this hasn't been a problem in the past. I'd love some help!

    Get yourself up to fcp 4.5. (free dl)
    v 4.0 was a bit unworkable.
    From memory - there were other funny things as well ...
    Have you recently also upgraded qt ?
    Do not go past qt 6.5.2 with Panther.

  • Video frame by frame?

    Since we're now being shoe-horned into using iTunes to play any and all purchased content (as opposed to the old, functional way of being able to use QuickTime Player), can anyone tell me how to advance video frame by frame (one frame at a time) in iTunes? The arrow keys don't do it, none of the "forward/reverse" buttons work, and using the mouse wheel freezes the video and jumps ahead or back several *minutes* at a time, not frame by frame.
    Or is this another wonderful "feature" of iTunes 11 that I should "thank" Apple for showering down on us humble users?

    Oops -- forgot to mention: this is on Snow Leopard (10.6.8).

  • Acheiving frame by frame in videos.

    Hi all, I'm trying to achieve true frame by frame but have
    run into some problems.
    To do this I have been changing the VideoDisplay and
    VideoPlayer classes. This is an AIR app set to 99 fps, and I'm
    getting an actual framerate of around 88. I have encoded videos
    into flv's using Flash CS3 Video Encoder being sure to set
    keyframes to every frame and have varied the framerate from 10 to
    30 and the video data rate too.
    When going frame by frame I have the video in a paused state.
    On click of a button the video will seek to the next keyframe
    (which should be the next actual frame). As an example, using this
    method I can only actually get an average of 19 frames in a second
    for a video encoded at 24 fps when the data rate is 2K kbs (data
    rates higher or lower will only allow me to get as low as 10 frames
    in a second). The video metadata confirms that the video is 24fps.
    I also tried a play/pause method where I perform a check
    every time the enterFrame event is dispatched by the videoPlayer (I
    get more frequent updates from this than setting the
    playheadUpdateInterval value really low) and pause if the playhead
    has advanced. My event handler gets called about 88 times a second,
    consistent with the framerate. With a 24fps video, we would expect
    the playheadTime of the video (which is == ns.time of the NetStream
    object) increase by intervals of 1000/24 = 41.667 milliseconds. But
    when I play the video and store all the playheadTime values in an
    array, I see it sometimes goes up by 14 ms, or 52ms to name a
    couple (and still get about 19 frames in a second).
    Interestingly, the playheadTimes are not always consistent.
    On one run I saw the playheadTime go from 9.9s, to 9.978, 10.109,
    to 10.135. Another time the playheadTime went from 9.9s to 10.057,
    10.109, 10.135. So we gained a frame at 10.057 but the one at 9.978
    was not "found". After a few more runs I saw that the playhead also
    reached 9.952s, and 10.031s. So consider: 9.900, 9.952, 9.978,
    10.031, 10.057, 10.109, 10.135. This range has playhead increments
    of 52ms, 26ms, 53ms, 26ms, 52ms, 26ms.
    So the playhead increments are not consistent. That's fine.
    But the playheadTime times themselves do not always exist, or the
    Video.as class is not reading the .flv file consistently, or the
    NetStream class is not updating the time property correctly,
    or.....? Unfortunately Video.as is an intrinsic Flash class and I
    don't have access to it, nor do I have access to NetStream.
    Does anyone have any suggestions? Or see something I missed?
    Any help on this would be greatly appreciated as I've kind of
    burned out on getting this to work. Thanks.

    Yes I would like to be able to do this again. Can itunes use Quicktime 7 as its video player?

  • Audio advanced by 3 frames when rendered

    Hi,
    Thanx in advance for your help.
    I'm using CS5 Production Suite.
    Cameras are:
    Sony FX1000
    Sony AX2000
    Sony V1U
    Sony SR11
    Canon 7D
    Sequences are created using an XDCAM HD 1080 30p preset.
    I'm shooting live music videos & all videos are shot in 30P (most tracks at 1920 x 1080 with the FX1000 at 1440 x 1080, all at 48 Khz stereo).
    The H.264 preset has been slightly modified to render at 1280 x 720  30P, audio is shot and renedered at 48 Khz stereo.
    In the editing window things are synched perfectly.  When I export to an MP4 file using the H.264 preset the audio gets rendered out of synch advanced by 3 frames.  If I go into the editing window and delay the audio by 3 frames it renders the output file in perfect synch.  This is true for on-camera audio tracks, multi-camera edited audio tracks and for tracks with imported audio wave files produced in Cubase by the sound engineer.
    Can someone help me understand why this renders out of synch?
    Thanx,
    Mel

    Thank you Harm for your help.  When I use the new
    item icon to create a new sequence the XDCAM presets match the parameters of
    what my cameras shoot more closely than any others.  I did take the base
    preset for the XDCAM 1080 30p and modify it a bit to better match my cameras.  But the only mismatch I have is that the FX shoots 1440x1080 1.333 pixels and the others shoot 1920x1080 1.0 pixels.   But that's a video issue and I assumed it didn't affect the audio output.   I've tried other settings, like the ones worked under CS4, but they produced jerky video and audio in CS5.
    May I ask which preset you would suggest based on the cameras and parameters of the footage?
    Thanx,
    mel 

  • Frame by Frame editing of Video in PSE

    Hi and good morning and Happy New Year to all @ Adobe Support,
    I have had more versions of Adobe PSE than I really like to think about, not to mention other various Adobe products.
    To go directly to my question, I had thought that I had used PSE to edit frame by frame videos ?
    Have I gone bonkers ? I just purchased PSE and PE to make sure I could edit a few short videos that I wanted to draw in simple things like lines, drops, arrows, etc. Now it seems I have two products that both can't accomplish this and apparently I cannot get a straight answer to what I should have on your site or in the forum or anywhere else, for that fact. I'm hoping you are not going to tell me I need a 500 dollar program to do this ! I only have a dozen videos I would like to paint or draw in and the last time I needed this was 1992 or there abouts. I am a Mac user and currently have 10.9.1 installed. Just for your information the installation went of without a hitch for both products on Mavericks and appear to be working fine, aside from the fact I can't frame edit videos in either one.
    Thank you for your time and consideration on this matter,
    Wade Arnold
    Apple and Adobe Enthusiast

    The most recent version of PSE removed the ability to import a frame from a video file. I suspect this is what you were thinking of.
    However I assume by 'PE' you mean Premiere Elements (PRE), the video editor. You can still export a clip from PRE as a sequence of still images that you can then edit in PSE and reimport back to PRE. This is in Publish+Share> Computer> Image> Advanced, check 'Export as sequence'.
    However from your description you might be better off using the tools in Titler within PRE to draw your lines and arrows - this is way simpler than doing so frame by frame in PSE.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Variable Speed and/or Frame-by-Frame Video playback with Waveform synchronization

    I'm using Diadem 2011 to view data recorded in a LabVIEW Module that we have written.  The function of our LabVIEW module is to simultaneously capture video from two infrared cameras and 8 channels of waveform data from a DAQ and record this data to disk.  Data is recorded as two separate AVI files (compressed) and a TDMS file (using TDMS logging).  Using Diadem, I use the video synchronization function to view the TDMS data and video files.  I can scroll a cursor in the waveform data panel and view the video corresponding to the time selected.
    I am looking for two features from Diadem that I am not sure are present: 1) A way to vary the playback speed from real-time.  2) A way to advance the video in a frame-by-frame manner.  If anyone has any suggestions on how I might implement this in Diadem 2011 or can verify that these features are present, I would very much like to know.
    Thanks in advance.
    Solved!
    Go to Solution.

    Hello Resaebiunne,
    All the functions you are looking for are available in the VIEW toolbar.
    For the frame reverse/forward functions, please make sure that the section with the video inside is highlighted and then use these two buttons. The "Cursor Parameters" icon let's you change the playback speed.
    Hope that helps,
         Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • How to encode 50 MB constant bit rate I Frame only MPEG-2 Program Stream

    I want to do a test upload to a digital programme delivery service. I'll be encoding a short clip for FTP upload.
    The specs the company sent says material should be encoded as follows:
    "50 MB constant bit rate I Frame only MPEG-2 Program Stream direct from digital source."
    Can anyone translate this into Compressor settings?
    Material also must have timecode.
    Thanks

    50MB constant bitrate? I hope you meant 50 Mbps... hehe. Hmmm... 29 Mbps seems to be max, using Compressor.
    To get a constant bit rate (CBR), choose One Pass CBR under the Quality tab in the Inspector.
    I am not sure if Compressor can do I-Frame only, but it can give you an IP GOP structure. Setting the GOP Structure to IP, and the GOP Size to the lowest possible gives you the best possible quality, but also the largest file size.
    For audio, choose AIFF, and make sure it gets the same name as the .m2v, but of course with the right .aif suffix.
    To make an MPEG-2 Program Stream, you need to use MPEG Streamclip (freeware).
    Open the .m2v file in MPEG Streamclip (the audio should automaticly load with the video file if they have the same file name). Choose the file menu and choose Covnvert To MPEG Using MP2 Audio.

  • How to edit videos frame-by-frame and export in H264?

    I wish to edit some videos and then export them in H264 so I can use them on a website.
    I have tried to edit with iMovie 08 but can only edit second-by-second. I want to edit frame-by-frame ie to the millisecond. And it appears that iMovie 08 does not export in H264.
    I have looked at iMovie 11 which has a Precision Editor which would work to edit as I want but for that I would have to upgrade from Leopard to Snow Leopard which I don't want. It would export H264.
    I also have QuickTime Player 7 Pro but that too seems to edit only by the second not by the frame; it does however seem to produce H264
    How can I edit these videos precisely and produce H264? Is there another application which would work better (and doesn't cost a fortune).
    Thanks for any ideas

    I want to edit frame-by-frame ie to the millisecond.
    Am a bit confused by what you say. iMovie and QT 7 Pro are both "frame" level editors. However, some forms of editing are, by their very nature, applied over a range of frames which may be a part of your problem. In addition, since "normal" movies have frames which are spaced apart in the 16 to 42 ms range, your requirement to be able to edit to the nearest millisecond would seem unreasonable and would probably be unsupported for playback purposes without skipping 90+ percent of the frames on most platforms.
    And it appears that iMovie 08 does not export in H264.
    All of the "Share" and/or "Export" options (except Final Cut XML...) either default to H.264 or allow export to H.264 (or X264 if installed) video compression.
    How can I edit these videos precisely and produce H264? Is there another application which would work better (and doesn't cost a fortune).
    Difficult to say since you have not given any indication as to what you mean by "editing" here. You could, for instance, edit normal movie clips in a normal manner and then use an application like the JES Deinterlacer to change the playback time reference to achieve an effective 1 millisecond/frame playback rate you seem to want to target even though your platform cannot play every frame during playback.

  • Is it possible to use a still frame as a picture from a video you have recorded on an iphone 4?

    Is it possible to use a still frame as a picture from a video you have recorded on an iphone 4?
    Message was edited by: derekfromco kildare

    Might need a little more information here. Are you trying to obtain screen captures? If all you're wanting to do is take stills from your videos then the answer is yes, you can but you'll have to transfer your videos from your iPhone to your computer first (unless you can find an APP on the iTunes store to help you to do it on your iPhone).
    There are a few ways to do it. The first is that you can use the button on your keyboard called "Prt Scr" or "Print Screen". This takes a shot of your screen which you can then "paste" into a program like paint, or photoshop or even Word to then save as a jpeg image. When using this option a good trick is to use "Alt" + "Prt Scr" to only capture the current window rather than your entire desktop.
    The other way to obtain screenshots is to download and install a program designed to do this for you. A great site to find something free to help you out is www.tucows.com. Try this link: http://www.tucows.com/search.html?search_scope=win&search_terms=screenshot&searc h_type=all
    Also, some DVD programs have this function in built in them so it's a good idea to explore what's already installed on your computer.
    Hope this helps!

  • Option of viewing a video frame by frame

    Hi,
    I wanted to view a video frame by frame using JMF ( I wanted to include an option for the user either to view it frame by frame wherever necessary or just play it normally). I have seen programs in this forum for extracting the frame images of the video and saving them. But I just wanted to view them frame by frame while the video plays. When I run the program FrameAccess.java, I can see the status bar of the video moving but I cannot see the video or frames ( I just get a pink color frame). What should I do?
    Lakshmi

    This forum serves Photoshop.com, the online service.
    For help with the desktop version of Photoshop CS, please repost your question here: http://forums.adobe.com/community/photoshop

  • Crop Tool -- shortcut to advance to next frame since forward arrow doesn't work in crop tool?

    Hi,
    As a pro, I crop all my photos.
    I normally use the forward arrow to move through each image, but with the crop tool the forward arrow doesn't work for advancing to the next frame.
    It only adjusts the crop.
    This is extremely frustrating for me as it slows down my workflow.
    Is there a one key shortcut, within the Crop Tool -- that permits us to move forward from frame to frame?
    I wish the forward key worked for this within the crop tool!
    Is there an easy answer or a way to format something in Lightroom -- so I can have a one-key method to advance frames within the Crop tool?
    thank so much, Teri

    Thank you so much Jim, really appreciate you're taking the time to get back to me... its so helpful and now I can get my jobs done!
    I just tested it on my Mac and it worked with the Command + arrow Key...
    However, using two fingers for this shortcut is a little clumsy and uncomfortable...
    I think there's a way to create your own keyboard shortcuts -- do you know how to do this, maybe assigning a single key which would be a little easier?
    Thanks again so much for taking the time to answer this Jim and hope you have a great night!
    all the best, Teri

Maybe you are looking for

  • How do I use bin variable in package without asking a user?

    hi, I would like to write an SQL but I want to use bind variable in package as a static without asking user? Like below? I would like to ask you, below there is a emp_id variable? Is this BIND variable? DECLARE bonus NUMBER(8,2); emp_id NUMBER(6) :=

  • Share CD ROM with Win 2000 across network

    Using iMac 800 Mhz with 1024 MB RAM and OS X 10.4.3 I want to share the CD ROM to allow my Windows 2000 machine to read the Windows 2000 install CD to add Windows Programs... 1) I can't seem to share the drive directly. 2) OS X won't let me see insid

  • Ipod to TV with RCA Y stereo cable

    hi, i want to play my ipod through my tv. i have an RCA Stereo Y cable i use to plug into my ipod headphone jack to the tv but it doesnt work. pls help

  • What does this mean ---- load-on-startup 1 /load-on-startup

    Hi All, Anybody please tell me what does this mean: <load-on-startup>1</load-on-startup> Thanks in advance amitindia

  • Can't download firmware 1.1.3 for Itouch ; error 3259

    Well whenever i download the update, it gets to 165.5/165.5 MB and then i get the error message 3259 which states: +"There was a problem downloading the ipod software for the ipod "jamie's ipod". The network connection timed out.+ +make sure your net