Live video streaming not working

My live video streaming is not work properly. I can watch video for a few seconds to a few minutes before it stops. Why??? What can be done to fix this?

I downloaded a new version of the app NDTV , but the problem still persists .
I am using iPhone 5 .
Please advise, if there are any specific updates you are pointing to . Because I dont have any pending updates showing in App store

Similar Messages

  • Live video stream not working on my iPhone 4s

    The website brought up on my phone shows an arrow (like the play button on a recorder) with a line thru it and efreshing does not help.
    The same website streams beautifully on my computer.
    Why isn't it working on my phone?

    http://support.apple.com/kb/TS2802

  • Remote video streaming not working with Windows Server Essentials Media Pack

    I installed Server Essentials Media Pack and the video streaming via remote access does not seem to be working. I see all the video files on the server's remotewebaccess page in "Media Library" group. When I try to play the video in Chrome
    the player appears for a brief moment, but then the browser starts downloading the entire file. With Internet Explorer the empty browser window opens and the download starts. I am trying it while outside of my local network. The video streaming used to work
    with Server 2012 Esesentials. Am I missing some additional codecs or remote streaming is no longer supported?

    Hi,
    What’s the default player for these media files on your computer? The issue may be caused by the default player could not load the media file correctly. Please make sure Windows Media Player
    with full codec installed is the default one. And then check if the media streaming feature could work as normal. Here is an article about how to configure the media streaming feature, hope it helps.
    Manage Digital Media in Windows Server 2012 Essentials
    http://technet.microsoft.com/en-us/library/jj628151.aspx
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Video streaming not working, video streaming not working

    problem streaming video and wifi keeps dropping

    eoinfromcastlemaine wrote:
    ok so the router is a NETGEAR 54 Mbps WGR614 V4
    My computer is the only one using the network , occasionally my phone does and an old pc
    The router is not the youngest one but I think that doesn't matter.
    Channel ; 11 (2.4 Ghz)
    RSSI ; -66
    RSSI -66 is not perfect but a good "standard" value for the signal.
    If the problem occur in times the computer is the only client in the wireless it could be caused from interferences in the used 2.4GHz radio band; e.g. neighbour wifi networks or other radio equipment uses that band too.
    2.4GHz radio equipement is e.g. cordless phones, Bluethooth units, cordless doorbells, cordles mouse/keyboard, cordless headphones and so on.
    Also running Microwave oven's can kill your wireless.
    You should eventually fix a different channel in your router settings. The used one should have (if possible) a 5 channel gap to other 2.4GHz radio equipment, e.g. the strongest neighbour wireless net(s)
    Depending on your country you should try to use:
    Europe: Channel 1,5,9 or 13
    USA: Channel 1,6 or 11
    The periodically scanning for wireless networks of your Mac is a (works as designed) normal behaviour.
    Imagine that you have a extended home and two (or more) roaming wireless base stations to provide the wireless seamlessly in every corner of your place. The Mac will scan periodically and if you move it around the house, it provides you on this a constant connection.
    Lupunus

  • Video Streaming Not Working on Nokia N70-1

    I recently bought a Nokia N70-1. Though I have got the correct internet settings from the operator here in Sri Lanka (Dialog Telekom), the steaming of videos works only from the operator's official web site. Youtube mobile videos, for example, activates the Real Player but they fail to load. Could anyone tell me where the problem lies? Thanks in advance for your help.

    http://nds2.nokia.com/tutorials/support/global/phones/n70/english/index.html
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Rentals and airplay video streaming not working after 4.3 update

    I just updated my appletv and iphone to 4.3.
    Since then everytime I rent a video and try play it I get "an error has been encountered"
    I get this as well when I try stream a video from my iphone 4 to my Apple tv.
    Anyone has a solution?

    Welcome to the Apple Community.
    Have you tried restarting the Apple TV and your router.

  • FRUSTRATION :-( video streaming not working...

    I was very happy watching iplayer etc until very recently on firefox, now i'm experiencing nothing but frustration trying to fix the flash problem having uninstalled and reinstalled more than once and followed troubleshooting suggestions to no avail.  It seems as though i will may have to resort to returning to internet exploring which is working fine but i'm not happy about it at all.  it seems i'm not the only one having problems.  i guess this is following some sort of autmatic update?  i hope you are working on some easy "one button press" solution?

    Hi Liza,
    Sorry you're going through this.  Did you have RealPlayer installed on your system?  We're working as hard as we can to try and fix this, in the interim, you might want to consider rolling back to a previous version of Flash.
    How do I revert to a previous version of Flash Player?
    Chris

  • Hello, on an ipad 4 when watching a live video stream , came up with a blank picture with the quick time symbol in the middle, the sound worked perfectly but no picture ? any suggestions please ?

    hello, on an ipad 4, when watching a live video stream , came up with a blank picture with the quick time symbol in the middle, the sound worked perfectly but no picture ? any suggestions please ?

    We have a solution that allows you to do most of what you want, including bulding the form, having people fill it out either in Reader (as an XFA-PDF) or on the iPad (as an HTML form).
    You design the form once, and it will by styled correctly on the appropriate platform.
    For more information, check out these links:
    http://www.avoka.com/blog/2012/02/style/
    http://www.avoka.com/content/avoka/en/products/sff3/smartform-composer/features_and_demos. html
    http://www.avoka.com/content/avoka/en/products/sff3/avoka-smartform-factory.html

  • 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>

  • Director 11 using a webcam or live video streaming input

    I am looking for a solution to use input from a webcam or from any other live video stream in Director 11.
    I have tried using a Flash component but this does not work.
    The MyronXtra does not work with Director 11 too!
    Anyone has an idea?
    Thank you

    You can use this demo from valentin :
    http://valentin.dasdeck.com/xtras/ar_xtra/win/arxtra_win_v019.zip
    it could help
    Brahim AYI

  • AAC audio causes stuttering in live video stream playback

    I am using the Spark VideoDisplay component and setting the mx_internal bufferTime to 0.  (videoDisplay.mx_internal::videoPlayer.bufferTime = 0)  I am doing this because I need to have the absolute minimum delay in the live video stream.  I am broadcasting video files as a live stream using ffmpeg, through Red5, then to the client.  ffmpeg is not re-encoding the video or audio.  I am using h.264 video format.  I have tried encoding videos using Adobe Media Encoder and ffmpeg.
    When I have a video stream only and no audio stream this works fine, but when I have an AAC audio channel with the video, I frequently see the video jitter badly.  It looks like the video is quickly going forward and back a few frames.  When this problem occurs it will go on for some time and sometimes eventualy starts playing normal.  When the video is playing normally the audio sounds fine.  When I play the videos in a regular media player (like VLC) they play and sound fine.  Also if I use an mp3 audio channel I don't see the jittering
    Does anyone have any idea what the cause of this problem might be or how it can be resolved?

    Ah, yes, I am not serving high-def video myself. H264 is probably better, but my understanding is that you need hardware acceleration to get good performance from it (again, not an expert on the topic, that's just what my understanding has been...)
    This document [pdf] may have some usefull info on choosing an optimal encoding for your needs.
    (Or you can see the full lecuture here [Adobe TV])

  • Video does not work in iOS 8.3

    I have the iPhone 6 128GB. I did update to iOS 8.3.
    I have some problems after the update... video does not work, it wont play, i can click on the play button but nothing happens.
    The problem ocurs in safari when i visit news sites and try to play video in articles.
    When i get snapchat with video... it wont play, it is only black screen with the seconds counting down... and some times it just craches the snap app...
    I cant watch videos in instagram or facebook...
    I live in Norway and I think it is stupid that Apple still has not fixed the keyboard... the "123" key and the "globe" key swithc place with each other in portrait and landscape mode... why...!?! ( this is when i use Norwegian keyboard )
    Yes i have rebooted the phone holding in both buttons until apple logo is visible 2 times
    Yes i have rebooted the phone even more
    Yes i have quitted the apps that was open and the only way i get the black screen away in snapchat is by killing the App...
    Apple... i am not impressed.

    Here is the strangest thing, what works for you does not necessarily help other.  I rebooted my phone several times, and yes, youtube finally worked, but only for some hours then it did not work. I did quit all Apps and rebooted with home and power button pressed inn until apple logo appeared and disappeared again, i had to press power to start the phone. I repeated this step. Now the videos where playing in all apps.  The next morning i did get a snap on my iPhone, i tried to see it, but it was only black screen with text and a clock counted down to 0, but it stopped on 1... and the app froze.
    I dubble clicked the home button, and there where 25 active apps, apps that i had not used for days and note... i manually quitted all apps the day before... how did this apps appear again ? The Apps that where terminated do appear again after reboot... i don't know why, i have still trouble to see video. I hope for a fix from Apple, because i have so much i don't want to loose in my phone.

  • Live video stream to both Flash and iOS problem

    Hi everyone, I'm Lucas. I Have learnt how to deliver a single live video stream to both Flash and iOS from this video
    But after that I got a problem with the ".f4m" file and ".m3u8" file (I think)  like this video below here. I don't know what happen with the server because my camera is still working perfectly.
    I now using Flash Media Server 4.5
    Does anyone know how to fix it?

    Try this :
    1: stop any stream.
    2: go to  root_install\applications\livepkgr\events\_definst_\liveevent and delete any .stream file that is in there
    3: Go to   root_install\applications\livepkgr\streams\_definst_ any livestream folder that is in there for example if you streamed with name livestream12 there should be a folder with the name livestream12, delete it.
    4: Then try streaming a single bitrate stream by adding to the FMLE the following parameters 
    FMS Url :  rtmp://localhost/livepkgr
    Stream: livestream?adbe-live-event=liveevent
    5: go to sample player and add this url to the field : http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m
    *If you have a public IP do the following :
    1: go to http://www.osmf.org/configurator/fmp/#
    and add this url  : http://public_ip/hds-live/livepkgr/_definst_/liveevent/livestream.f4m (replace localhost with your public IP)
    and from the advanced tab say that it is live.
    Give it a try!

  • Switching video source for live video streaming

    Is it possible to switch the video source from a video
    capture card to a standalone video during live video streaming? We
    are streaming live TV and we want to skip playing any
    advertisements.
    If this is not possible, what is the best way skip playing
    any advertisements? Do we have to do it at the client player level
    i.e. catch an event from the video player and play a predefined
    video when the live video stream is stopped?

    Thanks for reporting your fix. That news could be very important to those who delete events from their hard drive to save space, but may want to reload them later to do some editing.
    It sounds like the key is re-importing with exactly the same name as before.
    Just curious: What kind of camcorder? Was it MiniDV tape? Flash? Hard drive? DVD?
    It strikes me that with tape it might be difficult to reimport an exact match. If you start on a different frame, the pointers could be off. But if that is not the case, it is very good news.

  • Live video stream play permission on server-side

    I have a live video stream application one-to-many for
    example, and i want to send video only to few clients, not to all.
    Like:
    quote:
    application.onConnect = function(client, canSeeVideo) {
    // canSeeVideo = boolean
    this.acceptConnection(client);
    if (!canSeeVideo) client.receiveVideo(false);
    // and after this, can be swich to TRUE or FALSE ?
    client.receiveVideo(true);
    I only want to do restriction for Video, from server-side
    with FMS, or if can't be possible.. how can i put for example a
    black screen on video ? :) and after can be removed, etc...

    1.
    necesary client.receiveVideo() and client.receiveAudio()
    server-side functions
    Thank you fmslove for you trying to help me but
    client.readAccess property can NOT be set after client
    connection was accepted, and for me is useless. Any other
    solution(s) ? i strong recomend to Adobe FMS dev staff to implement
    this feature because is refering to security client-side solution
    from server-side. I have bad experience with users trying to modify
    the Flash Player (plug-in) run memory and set values for my swf
    without my accept, and is nothing that i can do from client-side
    like NetSream.receiveVideo(false) on many-to-many or one-to-many
    live A/V stream.
    2.
    a necesary server-side video encoder solution better than
    Sorenson Spark
    If in future FMS staff from Adobe will implement this
    necesary security feature on server-side like a copy of
    NetSream.receiveVideo() function from client-side, i will be happy
    if i see a solution to encode LIVE video stream on server-side
    because
    Sorenson Spark video encoder built-in Flash Player (plug-in) is
    very old and unuseful.
    If this can't be possible i hope the future Flash Player
    version (10) will have a better video encoder built-in than
    Sorenson Spark !!!

Maybe you are looking for

  • Noo!!!  How can I get my contacts back after failed update?!

    Tried updating my phone. Got the same error everyone else has. And before some smart aleck asks, no I haven't hacked my phone at all. Just contacts and songs have been added. Got the error, and had to restore. Now everything's gone. Pictures, contact

  • E-Sourcing Reporting

    Hi All, mu understanding is that E-Sourcing comes with its own reporting capability, I have a couple of questions relating to this that hopefully someone can answer. 1. Where does the data for the reports come from? i.e. does it pick up spend analysi

  • Question about Sun Sparc T5220 server

    Hi all, I have a Sun Sparc T5220 server with solaris 10 attached to another sun solaris server through its SER port. I can manage the T5220 server by the command "tip" from the other server. There is not any display device attached to the T5220. I wo

  • [3GS] Upgraded to iOS 6 and battery exploded.

    Hi, I recently upgraded my 3gs to latest iOS, and today the battery exploded. When i called the Apple support, they told me its supposed to happend to older iPhone's (2 years) to protect the battery from being charged when its old. So when i asked hi

  • What is the use of enabling "speak notifications" on under the voice over in ios5 ? can it read out my notifications?? plz help...

    i have recently updated my iphone 4 to ios 5. in the accessibility options i found the voice over and inside that i found the "speak notifications" . i enabled it on.. but doesnt know whats that for? can ny one help me? will it read out my notificati