How to play live streaming video which is being streamed via http or rtsp

I am building an application which needs to display live mpeg2 video; the source of the live stream is over e network, e.g,http://xxx.xxx.xxx.xx:8080.
To see if QT had this capability, In QT for Open URL, I tried, rtsp://xxx.xxx.xxx.xx:8080 and http://xxx.xxx.xxx.xx:8080, but I am not able to see any video. (I tried setting my QT options per posts I have read)
Also, I'm able to see the live stream using Windows Media Player and VLC. (I used VLC to stream the video over the network and I tried streaming several formats but still could not see video in QT; when using rtsp, status of QT says negoiating and never transition from this state)
Any advice on this topic?
Thanks in advance

QuickTime will not play MPEG-2 content, streaming or otherwise, without the addition of the extra-cost MPEG-2 Playback Component. Even with that component, QuickTime cannot play all MPEG-2 streams. Read the FAQ carefully for details.

Similar Messages

  • How to play live streaming in windows phone 8.1 silverlight app?

    Hi,
    I am developing a windows phone 8.1 silverlight app. In my I want to show live streaming youtube channel , I think it is not possible, 
    Actually that youtube channel is a television channel , I want to stream that live tv in my app.(I tried to load youtube channel in webbrowser in iframe tag but it is not opening)
    Anybody help me how to play live tv or live streaming in my app,
    Thanks..
    Suresh.M

    Hello,
    You will likely need to write a custom
    MediaStreamSource that can access the media stream and parse it. Windows Phone supports h.264 natively and as long as the site serves up a media stream that contains h.264 frames you can parse it and have our built in decoder decode and display it. You
    will need to have intimate knowledge of the streaming protocol used by the website that you are trying to play. You must also make sure that the website is not using protected content. IANAL so I would recommend that you have your local law professional
    (lawyer) review the licensing of the website that you are attempting to connect to and stream from before continuing your development. Your lawyer can make sure make sure their licensing allows you to do this.
    I hope this helps,
    James
    Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/

  • In PSE 7, how can I rotate my video, which displays sideways, to vertical?

    How can I rotate my video which displays sideways to vertical in PSE 7?
    It's a waterfall, I filmed it vertically, but it displays horizontally. Full Edit doesn't work on film clips and the rotate option is greyed out.
    Thanks for any feedback.
    Kathryn

    PSE 7 is Ps Elements,  not Photoshop.  Try posting in the Photoshop Elements forum, as not many users here are familiar with Elements.
    http://forums.adobe.com/community/photoshop_elements?view=discussions

  • How to play the two video files simultaneously in Xletview

    Hi All,
    How to play the two video files simultaneously in Xletview. But only one video must be visible to user and the other video must run in the background(Invisible to user). I need to implement like broadcasting channel, I don't want to stop the current video while switching to another video and vice versa.
    Is it possible to do in Xletview 0.3.6?. Or Anybody tried this?...
    Sourab.

    I think no one try this with xletview!
    xletview is not for that!

  • How to play AVI format Video files in Nokia C6

    Hello All,
    How to play AVI format Video files in Nokia C6-00.
    Thanks
    shanth

    Please read this article to see if it helps: http://discussions.nokia.com/t5/Pool-of-Knowledge/What-to-do-if-video-does-not-play-well-on-your-pho...
    As for the app Smart Movie, well that may not be a fully featured video player and as this is a user to user forum for support of Nokia products and services only, you won't find any help here unfortunately.

  • How do I re-download videos which have been uploaded onto iCloud and deleted from my device?

    How do I re-download videos which have been uploaded onto iCloud and deleted from my device?

    Hi yvrtoakl,
    I'm sorry, I'm a bit unclear on what you mean by "uploaded onto iCloud". If you are referring to videos synced to iCloud using the new iCloud Photo Library feature, you may find the following article helpful:
    iCloud Photo Library beta FAQ - Apple Support
    On the other hand, if you are talking about video files that have been stored on iCloud using iCloud Drive, then this article may be of more use:
    iCloud Drive FAQ - Apple Support
    Regards,
    - Brenden

  • How to know the full path which is being used in the dataconnection .

    How to know the full path which is being used in the dataconnection without going and looking into coding.
    I am new to crystal reports.
    Plz advice.Thanks in advance
    Jay

    This forum is dedicated to topics related to custom application development or deployment with Crystal Reports in .Net. This includes full versions of Crystal Reports as well as those versions of Crystal Reports bundled with Microsoft Visual Studio .Net.
    As you do not want to do any coding, this query is in the wrong forum. However, in most versions of Crystal Reports, you can look up the database connection information by simply opening the report in the CR designer. Then go to the database menu and select "Set Datasource Location..."
    Ludek

  • How to play song from one iPhone to another iPhone via Bluethooth?

    How to play song from one iPhone to another iPhone via Bluethooth and AirPlay?

    You don't. Such is not supported.

  • How to add live action video to the timeline in Adobe Flash CS5?

    Hi, I want to make an animation over live action footage, I've looked on the guides and the ones which explain what I need to do are for previous versions of Flash and don't work on CS5.
    I'm wondering how I can import a video in to Adobe Flash CS5, so that it plays in the timeline frame by frame? I dont mean putting it on one frame so it will play, but so i can edit objects over the top of the flash in each single frame
    Thanks.

    So are you saying that you cannot embed the video directly into the main timeline (I don't use CS5) as you could with earlier versions?
    Overall I wonder if you are using the wrong tool for the job. Flash is not a video editor and attempts to use it as such often fall short. Adobe After Effects or even a simple video editor may work better:
    http://www.adobe.com/products/aftereffects.html
    If that is not an option... how about
    .... embed video directly into main timeline... or
    ... convert video file to .swf, then import .swf... extending timeline as needed..... or
    ... if vid is short, do frame grab for each frame, save as bitmap, import the series of bitmaps, place them on layer below animation... or
    but to keep the video synced to the animation, you'll need to set the Flash doc frame rate to exactly the same as the original framerate of the video. For example, if shot in mini-dv format, the frame rate of the video is 29.97 so the Flash doc frame rate would need to be 29.97 also.
    Best of luck,
    Adninjastrator

  • How to play a emded video using OSMF?

    Hi all,
    I want to play a emded video using OSMF, the as3 class would be something like this :(of course it does not work)
    [SWF(width = "356", height = "356", backgroundColor = "0x000000", frameRate = "12")]
        public class VideoPlayer4 extends Sprite {
            [Embed(source = '../../../../assets/video/TRAILOR 1280x720.mp4', mimeType = 'application/octet-stream')]
            public var vClass : Class;
            public function VideoPlayer4() {
                var mediaFactory:MediaFactory = new DefaultMediaFactory();
                var mediaElement:MediaElement = mediaFactory.createMediaElement(new vClass());
                mediaPlayer = new MediaPlayer();
                mediaPlayer.media = mediaElement;
                var mediaContainer:MediaContainer = new MediaContainer();
                mediaContainer.addMediaElement(mediaElement);
                mediaContainer.width = 356;
                mediaContainer.height = 356;
                addChild(mediaContainer);
    I have no idea how to do that, please give me some advice.
    Thanks!!

    Hi guys, good news!!
    I found a way to play embed flv using Flash Player 10.1, come & try yourself!!
    package
        import flash.display.Bitmap;
        import flash.display.Sprite;
        import flash.events.*;
        import flash.media.Video;
        import flash.net.NetConnection;
        import flash.net.NetStream;
        import flash.text.TextField;
        import flash.utils.ByteArray;
        public class VideoPlayer6 extends Sprite
           [Embed(source='../../../../assets/video/video.flv', mimeType='application/octet-stream')]
           private var flvClass:Class;
           private var flvData:ByteArray = new flvClass();
           private var connection:NetConnection;
           private var stream:NetStream;
           private var video:Video;
           public function VideoPlayer6()
              connection = new NetConnection();
              connection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
              connection.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
              connection.connect(null);
           private function netStatusHandler(event:NetStatusEvent):void {
              switch (event.info.code) {
                 case "NetConnection.Connect.Success":
                    connectStream();
                    break;
                 case "NetStream.Play.StreamNotFound":
                    trace("NetStream.Play.StreamNotFound");
                    break;
           private function connectStream():void {
              stream = new NetStream(connection);
              stream.client = { onMetaData:function(obj:Object):void { } };
              stream.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
              stream.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
              video = new Video();
              video.attachNetStream(stream);
              stream.play(null);
              stream.appendBytes( flvData as ByteArray );
              video.width = 356;
              video.height = 356;
              addChild(video);
           public function stop():void {
              if( video != null ) {
                 removeChild(video);
              if ( stream != null ) {
                 stream.close();
                 connection.close();
                 stream = null;
                 connection = null;
           private function securityErrorHandler(event:SecurityErrorEvent):void {
              trace("securityErrorHandler: " + event);
           private function asyncErrorHandler(event:AsyncErrorEvent):void {
               trace("asyncErrorHandler: " + event);

  • How to play SWF with AxShockwaveFlash control using a stream rather than a file path?

    My WinForm app downloads and plays SWF files from my server. Currently, I have an object of type AxShockwaveFlash called "flash" display the movie. The code I use to load the SWF is:
    flash.Movie = "http://example.com/file.swf"
    The URL is generated dynamically by the module based on what the user wants to watch.  I'd like to know how can I load the SWF using a memory stream rather than a file path? I have already configured my server to process the url and return the contents
    of the file. What I don't know is how to read those contents within my WinForm application as a stream instead of the default which is to just provide a URL path to the movie.
    For instance I think I can use the Net.HttpWebRequest object to make an HTTP request, and read the response contained in the resulting Net.HttpWebResponse into a stream, but I have no idea what I could do to that stream to feed it to AxShockwaveFlash
    A very similar question was posed on
    stackOverflow but I cannot make sense of the answer (I'm quite inexperienced).
    I'd appreciate your help,
    -Patrick

    Hi Patrick,
    Since this issue is mainly related to a control which belongs to third-party, I would recommend you consider posting this issue on the same site like the following thread because issues related to third-party are not supported.
    https://forums.adobe.com/thread/717505?tstart=0
    Regards.
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to play .DAT format video file in my iPOD

    Hi all,
    I have 5th generation video iPOD. I tried to load some videos which is in .dat format, but it doesn't play. Can anyone help me how to convert this .dat file format to corresponding format that run on my iPOD.
    Thanks,
    Santhosh
    5th Generation video iPOD   Windows XP  

    Hi,
    I have VCD, which is in DAT format. I tried this software videora but its not working. Could you suggest how to do the conversion?

  • How to play you tube videos on iMac

    How do you play you tube videos on IMAC? is there a video converter software? Thanks!

    You might need to install Flash:
    http://get.adobe.com/flashplayer/

  • How to play a AVI video file in Nokia 5230

    Hi, Can anybody please tell me the procedure how to play a avi file in Nokia 5230.Thx in advance.

    5230 can't play .avi files out of the box you need to install application like smartmovie player or core player to play it. These two, unfortunately, aren't free. A work around is to convert .avi files to .mp4 format using a video converter like Super by erightsoft(google for it).
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • How to play Youtube/Hulu videos without disabling hardware acceleration

    I have the Acer AspireRevo AR3700 nettop computer.  I cannot watch any Youtube or Hulu vidoes without disabling hardware acceleration.  I hear sound, but I do not get any video; all I get is a black screen.
    The computer has the latest Nvidia Ion processor.  One of the major selling points of this computer, along with this particular GPU, is that it can play videos WITH hardware acceleration.
    I have searched far and wide on the web and the only solution I can find is to disable hardware acceleration.  Unfortunately, that defeats the purpose of having the Nvidia Ion GPU.
    Please advise me on how I can get the videos to work without having to disable hardware acceleration.  I DO want to take advantage of hardware acceleration, so please do not tell me to simply disable it.
    Please help.

    The native Android Youtube player does a much better job of handing video playback than embeded flash in a browser.

Maybe you are looking for

  • Videos from iTunes on Quicktime

    I notice many current issues with videos not playing correction on Quicktime. I've purchased TV shows through iTunes, but attempting to play them on Quicktime produces cut-up picture snips with streaming audio. It's blotchy, as others point out. Some

  • Any external hd recognised after waking from sleep?

    is there any external hd fast enough to be recognised when air is waking up from sleep? (disc unmounted unproperly - error)

  • Increment and Save command

    The "Increment and Save" command in After Effects serves the fundamental need in professional creative work of preserving the various development stages of a job. Cinema 4D and other pro software packages also have this. Illustrator should too.

  • Music player help N8

    Anyone know how to change the name of the track in nokia n8? All the music I had is either chinese or kpop, so the display showed up to be all symbol, I changed all the track's name in my pc to english name but when I transfer it over I still getting

  • Yahoo Messenger for App Store

    Anyone think this will be coming our way? If not what about a generic Messenger such as beejive?