Live video stream keeps replaying parts of stream.

While watching live video stream the video jumps back and replays what has already played.  It doesn't skip forward only replays, no problems with chopping stream or anything else.  Thanks for your help.

Dear RahiSC.
We actualy never found the solution to this problem. This issue was only there when we were using BlackMagic Studio cards using SDI link. Now we use Osprey video capture card using composite input and now everything works perfectly.
After that we didn't yet try to resolve the issue when using BlackMagic Studio cards using SDI link.
best regards,
Borut.

Similar Messages

  • Mid 2011 mbp i7 with a SSD has problems, including grey screen/blue screen/beeping/freezing when I stream live video (i.e. watch espn or time warner cable) Help? Ideas?

    Recently my Macbook Pro (June 2011, i7, 8gb RAM, 512gb SSD, AMD Radeon 6750, Mountain Lion - since July - currently 10.8.2) has been presenting me with an array of problems, usually initiated when I am streaming live video. I was streaming Time Warner Cable on 12/9 and it gave me what looked like the blue screen of death.  It started up after about five attempts that time. The other day, after about a week of not using the computer, it wouldn't boot past the grey screen. I (option) started it and it gave me two boot choices, the regular HD and a "10.8 restore" option.  The HD gave me the grey screen and the restore option gave me the dark blue screen. I reset PRAM and that didn't work.  After a force (x) start it worked.  Today, I was using "Watch ESPN" and the screen froze and the computer did some kind of repeating RAM beep or something.  I rebooted and it started up fine.  I'm not watching any videos anymore, but this is a problem since the primary purpose for my mbp is video editing. I'm still under AppleCare but I find more solid answers in the forums or at least better questions for the AppleCare people.
    Anybody have similar experiences, or a solid idea of what the heck has happened to my machine?

    I'm not really sure what method that person was talking about. I just read he had a successful install so I posted it.
    But I'll hazard a guess
    1. copy your entire drive to a backup drive
    2. boot into that drive and test it out - make sure its a flawless backup, it works, and the hard drive has no problems
    3. eject that drive, disconnect it and reboot into the leopard install dvd
    4. erase your main hard drive using disc utilities on the leopard install dvd -- you've made a backup, made sure that backup was good, and disconnected it so it's currently safely disconnected from the leopard install you're about to do. Also, on the hard drive you're erasing and installing leopard on to, many people recommend "Zeroing" it as well as erasing it. That option is part of the erase function in disc utilities on the leopard install disc.
    5. do a clean install of leopard
    6. follow step 4 from that original post exactly as that person described to do.
    7. read the rest of what they said
    That's pretty much it. With the backup/erase/clean install/import/ you pretty much get everything you need exactly the way you want it with very few things missing -- and you've done this over a clean install. Plus that poster did mention that you can select what you want to import from your backup hard drive.
    It sounds like its a "clean install" method that gives you control via "import from machine" option in the installer. Control over what parts of your "old mac" you want to import into your "new leopard mac".
    Hopefully that helps. It sounds more involved, but its actually pretty quick and provides you with a perfectly save backup in case anything goes wrong with the leopard install.

  • How do I stream live video on my website or via Quick Time?

    Okay, so I've searched these discussions and have found many people with the same question going unanswered.
    Basically. Our dog is at home, just out from surgery and we want to keep an eye on him from work.
    I've downloaded Quick Time Broadcaster to our MacBook and am using the built in iSight camera on it. I am able to broadcast via the application "Quick Time Broadcaster" and have been able to view the live video stream through Quick Time player from a second computer in our home. But I am unable to view the video at work using the same URL generated from QT Broadcaster. Maybe it's a firewall issue?
    But more so... I'd like to embed the stream into my personal website. What do I need to do to set that up? I've also downloaded and setup Darwin Streaming Server, but it doesn't make much sense to me at this stage in time as to how to get that running and linked up through my personal web site. Anyone know how to set that up? So I can do something like www.mysitename.com/petcam
    I'd like to be able to view the video via the web using an address similar to something like that, but via my personal web domain.
    Worse case... I'd like to at least be able to watch the stream via Quick Time player from work... like I can from home. Any work arounds or steps I'm missing so I can view this at home? Any help is greatly appreciated.
    Many Thanks

    Thanks for the link... lots of good stuff in there.
    I did read about EvoCam in another thread here. I was hoping it would of been as easy as writting some code into an HTML doc and uploading it to my webserver with the proper IP link. Guess it's not quite that simple... or complicated. I was also hoping to be cheap and not have to buy anything. The price of EvoCam at $25 bucks isn't so bad. I'll look into it when I get home this evening. There were also a few other applications at that link that seem to do the same thing. Wondering if they'll all give me the same results? Or is EvoCam the cure all with the best results and options...?
    Thanks for the input. Any further suggestions or comments are greatly appreciated.

  • Streaming Live Video to I-Phone

    Are there specifications for streaming live video to I-Phones?
    I work for a webcasting co. and we would like to offer our webcasts to our clients via their cell phones. I haven't been able to find any documentation relative to live video streaming to an I-Phone.

    Hi,
    Since the iPhone browser can play MPEG-4 movies, it should be able to play streamed MPEG-4. Flash and Windows Media isn't an option.
    Fortunately QuickTime Broadcaster is free, but you'd need a QuickTime Streaming Server to "bounce" the stream off. Setup Broadcaster to do an MPEG-4 video that's within the playable specs (given that it's a live stream, you'd want something as small as possible, so I'm sure the iPhone could handle it). If you're wanting your clients to access the stream over 3G as well as WiFi then you'd need to keep that in mind when determining the video size/bandwidth.
    Greg

  • Stream live video - use http or rtmp protocols from player code?

    I'm trying to stream live video for the first time. I've installed FMIS 3.5 without Apache 2.2. I'm confused on the RTMP/HTTP protocol usage,
    I can only have port 80 opened on our FMIS 3.5 box.
    1. I've created a new directory under "C:\Program Files\Adobe\Flash Media Server 3.5\applications" called "livedev" as my publishing point.
    2. Question:
         Do I need to copy main.asc, Application.xml, allowedHTMLdomains.txt, allowedSWFdomains.txt to this directory as well?
    3. Question:
         Using FMLE 3 - FMS URL parameter which protocol do I need to use, does it matter 'http' or 'rtmp'? - http://localhost/livedev or rtmp://localhost/livedev
         Does RMTP use port 80.
    4. Question:
         In my Flash Player code. I dragged an instance of FLVPlayback component, what URL do I need for the 'Source' parameter?
         Which protocol do I need to use, does it matter 'http' or 'rtmp'? - "http://localhost/livedev/livestream" or "rtmp://localhost/livedev/livestream"
    Thanks,
    Dave

    A:
    2.  You don't need to copy main.asc unless you have logic in there that you want on your new application.  It's a text file so you can open and read it, get familiar.  allowedDomains is up to your security policy, but if you want it to apply to that application then yes.  Finally the Application.xml in there is an override of the default one in the server's conf directory - so you only need to include it if you plan on overriding settings from the default.
    3.  Chosing which type dictates whether or not you're doing HTTP (not streaming) or RTMP (streaming) however you've added a complication that you're only allowed to use port 80 - which RTMP does not by default.  FMLE doesn't support HTTP push to FMS, so the FMS URI must be fomr form of RTMP* so you're left with some good choices
    Use RTMP over port 80 like so rtmp://myServerName:80/appName/ <- notice the coded port number
    Use RTMPT which automatically uses port 80 and will get around most proxies that demand HTTP traffic - however there's more performance overhead than RTMP (think maybe 25% more overhead for a wild guess on my part)
    I dunno the answer for your FLVPlayback component but I'm going to take a guess that the issue is about the same here and you should use the same parameter that you're using for your RTMP ingest.  At worst I'm pretty sure that it will work and that's not so bad.
    Asa

  • Streaming 2 x H264 live videos using smil file?

    Hi,
    I want to be able to stream a live video using Flash Media Live Encoder 3 using two options of 300 kbps and 150 kbps.
    I want to give users a choice of stream quality depending on their available bandwidth to maintain the live feed.
    I have set it up so that the Bit Rates are 300 and 150 and tick marks on: 1 and 2
    my FMS URL is correct
    The stream names are test1 and test2
    in the Stream: box I have written: test1;test2
    Yet I have also tried : mp4:test1.f4v;mp4:test2.f4v and other combinations.....
    The SMIL file has the following:
    <smil>
        <head>
            <meta base="rtmp://live" />
        </head>
        <body>
        <switch>
              <video src="mp4:test1.f4v" system-bitrate="150000"/>
              <video src="mp4:test2.f4v" system-bitrate="300000"/>
        </switch>
        </body>
    </smil>
    The SMIL file is in the same root level as the web page.
    It does not work, I have tested this with prerecorded videos and it works fine, so I thought it should work with 2 live streams also.
    I believe one of the issues might be the Stream: test1;test2
    in Flash Media Live Encoder 3?
    Second related questions:
    Also using Dreamweaver CS5 what is the correct setting to stream an FLV with h264?
    I also tried mp4:test1.f4v in the stream name but it comes back with anerror that the name is wrong.
    any solutions to what I am doing wrong would be appreciated

    Thanks for the response.
    With respect to the second query I had, I do understand that FLV does not support H264, I just used the term FLV to mention it was a flash video I was refering to rather tahn the codec used.
    The first part, I did actually try that option previously, but it still returned an error of "Cannot Connect".
    I used the code generated by the FMS dynamic video page to create the video object.
    I simply changed it in Dreamweaver to: ( Bold text are my edits to the original. ) The original generated vod instead of live.
    <object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ><param name='movie' value='swfs/videoPlayer.swf' /> <param name='quality' value='high' /> <param name='bgcolor' value='#000000' /> <param name='allowfullscreen' value='true' /> <param name='flashvars' value= '&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=dynamicStream.s mil&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&rtmp://servername/live/test1.f4v&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual &dsSensitivity=100&serverURL=dynamicStream.smil&DS_Status=true&streamType=live&autoStart=true'/><embed src='swfs/videoPlayer.swf' width='640' height='377' id='videoPlayer' quality='high' bgcolor='#000000' name='videoPlayer' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer'   flashvars='&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=dynam icStream.smil&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=rtmp://servername/live/test1.f4v&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=dy namicStream.smil&DS_Status=true&streamType=live&autoStart=true' type='application/x-shockwave-flash'> </embed></object>
    I think something in this code is causing the connection error.
    Regards

  • Any way to stream live video to an Ipad?

    I'd like to be able to stream live video to an Ipad.
    Is there any way to do that (before Ipad 2 comes out with ichat?)
    I don't need sound though I doubt that matters.
    Thanks.

    Thanks Chris. I really do mean stream video TO the iPad. The video source is going to be locally generated probably through a consumer camera, so sending that to a website just to get it feed to the iPad seems like a long way around and introduces a potential weak link.
    Is that really the only solution? There's no way to directly feed the iPad or use some sort of mirroring or any other trickery that will get the video on the Ipad?
    If that is the only solution, any suggestions how to set that up locally with a couple of laptops and a consumer video camera, and Wifi to minimize the use of the web? Would it be some remote monitoring software like that people use to keep an eye on their cat?

  • Streaming live video? Dedicated Servers?

    Hello, thanks for looking into my post.
    I'm a DJ / beginning developer who wants to know if it's posable to stream a realtime live video feed to a dedicated server, and stream the feed in realtime into a flex app. air of flash player.  I want to develop a radio/video show.
    I know in order to stream a realtime live feed a dedicated server is often used.
    All the information I seem to find requires Flash Media Server. Is this my only option?
    Thanks for any help.
    -J

    Hi,
    Since the iPhone browser can play MPEG-4 movies, it should be able to play streamed MPEG-4. Flash and Windows Media isn't an option.
    Fortunately QuickTime Broadcaster is free, but you'd need a QuickTime Streaming Server to "bounce" the stream off. Setup Broadcaster to do an MPEG-4 video that's within the playable specs (given that it's a live stream, you'd want something as small as possible, so I'm sure the iPhone could handle it). If you're wanting your clients to access the stream over 3G as well as WiFi then you'd need to keep that in mind when determining the video size/bandwidth.
    Greg

  • Streaming live video from iPad Air to an projector

    I would like to stream (IPad air) a live video to an projector visa Wi-Fi

    toks2003 wrote:
    ..I am a student trying to work on a project that requires streaming live video from an I.P. camera i have posted this topic earlier and a good friend refered me to this forum. I am not anybody's good friend, as it happens. Also, on your [first thread|http://forums.sun.com/thread.jspa?threadID=5445888], I recommended that ..
    ..If you think your thread will do better there, mention it and I'll get a moderator to move it...which would have been a better option than starting a new thread.
    It is good you took up at least dome of the recommendations, particularly code tags and indenting code, but there were also a number you seem to have missed. To save others the effort of writing what has already been said and seemed to be ignored, I recommend:
    - They look at that thread first.
    - You read it carefully again.

  • How do you stream a live video to a website

    OK - Again I'm feeling smart enough to be real dumb.
    How do you stream a live video to a website. I use GoDaddy to host a website. I can plug a video camera into my Mac so I can run the video through whatever program works best. I even have a .mac account (now its mobile me I guess) and could use that. I have read several threads but can't really find a starting point. Any help is appreciated.
    I want to video a basketball game and stream it to our schools website.
    Thanks again.
    CD

    You may not be able to embed VideoLobby into your existing website, but this article appears to have some useful links:
    _VideoLobby Wants To Help You Create Your Own Custom-Branded Live Webcasts_
    Also these for the Mac:
    http://www.telestream.net/wire-cast/overview.htm
    http://www.apple.com/quicktime/broadcaster/
    t4tennessee wrote:
    I want to video a basketball game...
    Be aware of what you're videoing:
    http://www.dothetest.co.uk/basketball.html

  • Is it possible to stream live video from a camera to an iPad3 via bluetooth or a cable?

    Is it possible to stream live video from a camera to an iPad3 via bluetooth or a cable?
    I want to use my iPad as a screen for a reversing camera in my van and want to know if this is possible. do i need a bluetooth camera and is there a specific one that will connect to the iPad? Or is there any form of adaptor that I can plug the camera straight into the iPad?
    Any ideas?

    no
    only "live" thing one can do is to airplay mirror the screen of a ios device or a newer mac with mtn lion

  • Live Video Streaming from Remote Location?

    Hey guys,
    I have a semi-off topic question. I have a mac book pro and final cut studio. I need to stream a live video and audio feed from a live event in a few months. This feed has to get to another location in a format so they can stream it live over the internet. I will be receiving a composite video connection to stream. My job is to take the video and get it to the server room for streaming. Here are my three questions:
    1) What kind of connection should I request at the event location?
    2) How is the best way to get the video into my computer and then stream it?
    3) What format is the best and what's the best way to encode it on the fly? Hardware I guess?
    Thanks in advance for any help you can give me!!!!!!!!!!!!!

    1. You've already stated they're supplying you with a composite video feed. That would either be BNC (likely) or RCA (not so likely). Since composite video signals are analog, you'll need a DV device (camcorder, VTR or converter) to convert the incoming analog signal to a digital signal.
    2. Here's one method: http://www.apple.com/quicktime/tutorials/delivery.html Also take a look at the Tricaster family of products.
    3. See #2
    -DH

  • Is it possible to stream live video & audio from device cameras & mics to a server?

    I would like to know if I can use flash builder to stream live video and audio from Android & IOS device cameras and mics to a media streaming server such as Flash Media Server or Wowza? I know the Android & IOS APIs allow for this but can it be done using Flex/Actionscript? The key here is "live" so you wouldn't want to have to wait for video and audio files to complete on the disk before sending it out. Ideally you would send it out via RTMP or HTTP streaming to stream out but any stream would do since once it gets to the server you can encode it.

    Hi
    Yes, It's can do but There is a problem on IOS 8 when Switch Camera, Microphone is muted and Sound return when I press home button from my iphone out and press app again for few second
    You can use as same as flash desktop video streaming for coding in mobile.
    Good luck
    Zing1911

  • How to play live Video Stream with Flex?

    I'm trying to get Flex Builder 3 to play a live video stream with Flash Media
    Server and Flash Live Media Encoder.
    I'm able to stream pre-recrorded (vod) flvs in flex from flash media server.
    I'm able to stream live video using Flash/FMS/Flas Live Media Encoder, but not
    with Flex.
    This code streams pre-recorded Video on Demand flvs, but not live streams:
    If I change source to "rtmp://localhost/live/livesream.flv, I get nothing.
    What am I doing wrong?
    <?xml version="1.0"?>
    <!-- controls\videodisplay\VideoDisplayFMS.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:HBox>
            <mx:Label text="RTMP FMS 2.0"/>
            <mx:VideoDisplay
                autoBandWidthDetection="false"
                source="rtmp://localhost/vod/Legend.flv"/>
        </mx:HBox>
    </mx:Application>
    Oh and sorry for the double post. I didn't know there was a seperate FMS forum.

    That worked! Thanks  *very* much. Stupid of me to forget to set the live attribute to true. Also removed the .flv. BTW: what video component do you prefer?
    Here's the working code:
    <?xml version="1.0"?>
    <!-- controls\videodisplay\VideoDisplayFMS.mxml -->
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:HBox>
            <mx:VideoDisplay
                live="true"
                autoBandWidthDetection="false"
                source="rtmp://localhost/live/livestream"/>
        </mx:HBox>
    </mx:Application>

  • LIVE Video Streaming

    Im using Adobe Premiere and Adobe Flash Live Media Encoder,
    What is a FML Url? What is Mine?
    My website is www.voccc.com
    I want to live Stream Video to there.
    I can buy any program that I need, I just need to get this LIVE Video thing working!

    Hello Halak,
    We appreciate you taking the time to let us know that you need assistance. You should have a "Private Message" that was sent to you to gather more information to address your reported trouble. Let me know if you have any trouble finding the message.
    We look forward to working with you.
    Shamika_Vz
    Verizon Support
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

Maybe you are looking for

  • Unable to set root/main/default servlet in Tomcat 5.5

    I'm on a shared hosting account with Tomcat 5.5 and cannot figure out why I can't set the default servlet. I want all incoming requests regardless of the relative path, to be handled by the Redirect servlet. There is only one servlet in the whole pro

  • Incorrect Central Person relationships

    We are using SRM 4.0 and we are replicating users from ECC into the SRM organisation structure. We use the central person external number assignment so that the person number assigned is the same as the Personnel number from PA20 records. I have a us

  • F11o advance payment

    Hi all, I want to make advance payment through F110 for this config is maintained in the system, Now i raisd a Payement request through F-47, and when i selct the special gl type f in F110, it shows in  propsal that no document is selceted, Could u p

  • Photo library shows more photos than it really has

    My photo library has 41 photos, however when checking "Usage" it shows I have 10.4Gb. Why? The complete Photo & Camera shows: 1. Photo Library = 10.4 Gb 2. My Photo Stream = 20.1 Mb 3. Shared Photo Stream = 821 Mb when checking via iTunes, it shows I

  • HTML Jump Causes Error

    Hi, I have my HTML jump set up in a Word Document. I've double checked the http: location, and it is correct. When I click on the jump in the finished product I get the following error: "An error exists in this help file. Contact your application ven