To play video stream by using MHP

Hi
I want to play a video from the MHP application.
Could anybody help me of that.
Thanks,
Ranikkarasu

u can use the ##### JMF ##### (Java Media Framework)(java.sun.com/javase/technologies/desktop/media/jmf/) :
and take a look here :)
1/haptics.eas.asu.edu/kanav/material/cse408material/presentations/JavaMediaFramework.ppt
2/ and 'biensur' : tucs.fi/publications/attachment.php?fname=miscPaHaKoBjNySa04a.pdf , if u are using the OpenMHP .

Similar Messages

  • Is there a way to play video clips that use adobe flash and if not when are you going to resolve your problem with them ? I won't buy another apple product until you do and I Know I,m not the online.

    Is there a way to play video clips that use adobe flash and if not when are you going to resolve your problem with them ? I won't buy another apple product until you do and I Know I,m not the only one.

    Use the search feature and type in Flash and there are like thousands of posts on this.
    You seem to think you are addressing Apple with your post.  This is a user forum and we are all users just like you.

  • HT5100 I have an ipod shuffle, obviously it does not play video, can i use my shuffle to play the audio part of an i-tune u course that normally comes in video format? To put it differently, if i-tunes course available as video can I download the audio po

    I have an ipod shuffle, obviously it does not play video, can i use my shuffle to play the audio part of an i-tune u course that normally comes in video format? To put it differently, if i-tunes course available as video can I download the audio portion of an itunes video?

    Welcome to the Apple Community.
    Unfortunately not.

  • Audio and video streaming example using USRPs

    Is there any example available which can do audio and video streaming together using USRPs.
    Thanks.
    JK

    It is video transmission only.  That is the only example I can find that comes close to what you are trying to do.  Together along with this demo:
    http://www.ni.com/white-paper/13881/en/
    You may be able to piece together what you are trying to do.  Other than that, I don't see any current audio/video streaming examples.  If you pursue this application, don't forget to give back to the community!
    http://www.ni.com/examples/

  • SpryTabbedPanel: Flash player in tabs do not play video streams

    Note: I am a complete noob (no experience with Javascript and rudimentary experience with htlm/css). Please be patient (I hope that this is the correct forum for this) and know that I am appreciative of any help or solution that anyone can provide.
    Using Dreamweaver CS4 on Mac OS 10.5.8
    We recently switched all of our streaming servers from Windows Media (good riddance) to Flash Media Server 3.5 (now getting awesome H.264 quality in comparison).
    I was asked to re-design this webpage with the aim of re-organizing the content so that it is more accessible:
    http://www.librarymedia.net/VideoGallery.html
    We used Adobe's test page for our first page:
    http://www.librarymedia.net/flash/videoplayer.html?source=rtmp://63.116.232.4/live/livestr eam&type=live&idx=10
    This was meant as a temporary page to get us started, and as you can see, it needs work but at least it works.
    I've been working the the final version of this page. My boss wants a tabbed web page with links to our video streams (tab for each category of streams).
    This is what I have so far:
    http://www.librarymedia.net/Flash2/videoplayer2.html?source=rtmp://63.116.232.4/live/lives tream&type=live&idx=10
    I realize that I had several options before building this. One, I could have made a separate page for each tab and linked them with a tab menu. In hindsight, this might have been a better option since I could have just copied the working page that we already have for each tab. Or I could have done what I have tried to do: to use Dreamweaver's SpryTabbedPanel to make the tabs and insert a Flash player with links into each tab.
    The problem:
    1. The streams do not play. The player says "initializing" and then "please enter a stream name and play". Please note that I used SpryURLutils to get each link to open in the appropriate tab.
    2. After reading about the benefits of external vs. inline javascript, I took all of the inline javascript that was contained in Adobe's sample page and placed it in an external file. I tried placing the javascript back into the source code (inline), but this did not fix the problem. I guess there is a Javascript problem or I need extra Javascript code to get this to work.  The javascript code is below. Use view source in your web browser to see source code. Please let me know if I need to provide more information.
    Thanks.
    // (C) Copyright 2008 Adobe Systems Incorporated. All Rights Reserved.
    // NOTICE:  Adobe permits you to use, modify, and distribute this file in accordance with the terms of the Adobe license agreement accompanying it. 
    // If you have received this file from a source other than Adobe, then your use, modification, or distribution of it requires the prior
    // written permission of Adobe.
    // THIS CODE AND INFORMATION IS PROVIDED "AS-IS" WITHOUT WARRANTY OF
    // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
    // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
    // PARTICULAR PURPOSE.
    // THIS CODE IS NOT SUPPORTED BY Adobe Systems Incorporated.
    // Version check based upon the values defined in globals
                                                var hasRequestedVersion = DetectFlashVer(10, 0, 0);
                                                if(!hasRequestedVersion)
                                                    var div = document.getElementById("flashcontent");
                                                    div.innerHTML = '<a href="http://www.adobe.com/go/getflashplayer/" style="color:black"><img src="images/ERROR_getFlashPlayer.gif" width="641" height="377" /></a>';
                                                else{
                                                        AC_FL_RunContent(
                                                            "src", "swfs/videoPlayer",
                                                            "width", "640",
                                                            "height", "377",
                                                            "id", "videoPlayer",
                                                            "quality", "high",
                                                            "bgcolor", "#000000",
                                                            "name", "videoPlayer",
                                                            "allowfullscreen","true",
                                                            "type", "application/x-shockwave-flash",
                                                            "pluginspage", "http://www.adobe.com/go/getflashplayer",
                                                            "flashvars", flashVars
                                          // -->  
    // Javascript in original page
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function changeImages() {
        if (document.images && (preloadFlag == true)) {
            for (var i=0; i<changeImages.arguments.length; i+=2) {
                document [changeImages.arguments[i]].src = changeImages.arguments[i+1];
    var preloadFlag = false;
    function preloadImages() {
        if (document.images) {
            navi_01_over = newImage("images/button_dynamic_up.gif");
            navi_02_over = newImage("images/button_samples_up.gif");
            navi_03_over = newImage("images/button_interactive.gif");
            preloadFlag = true;
    function changetab(obj, obj2, obj3, left1, left2, left3, nav1, nav2, nav3){
        document.getElementById(obj).style.display = 'block';
        document.getElementById(obj2).style.display = 'none';
        document.getElementById(obj3).style.display = 'none';
        document.getElementById(left1).style.display = 'block';
        document.getElementById(left2).style.display = 'none';
        document.getElementById(left3).style.display = 'none';
        document.getElementById(nav1).src = "images/" + nav1 + "_up.gif";
        document.getElementById(nav2).src = "images/" + nav2 + "_down.gif";
        document.getElementById(nav3).src = "images/" + nav3 + "_down.gif";
    function tabout(obj, nav){
        if (document.getElementById(obj).style.display == 'block'){
            document.getElementById(nav).src = "images/" + nav + "_up.gif";
        else{
            document.getElementById(nav).src = "images/" + nav + "_down.gif";
    function tabover(obj){
        document.getElementById(obj).src = "images/" + obj + "_up.gif";
    // Functionality
        <script language="javascript">
            var queryParameters = new Array();
            var flashVars = "";
            var tag = "";
            var url = "";
            window.onload = function ()
                for(var i=1 ; i<=10;i++)
                    var ids = String("sel"+i.toString());
                    document.getElementById( ids ).style.visibility = "hidden";
                    document.getElementById( ids ).className = "style76";
                // mark the entry for that index
                if(queryParameters['idx'] != "")
                    document.getElementById("td" + queryParameters['idx'] ).className = "style75";
                    document.getElementById("sel" + queryParameters['idx'] ).style.visibility = "visible";
            function initialise()
                function getUrlParam( name )
                      name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
                      var regexS = "[\\?&]"+name+"=([^&#]*)";
                      var regex = new RegExp( regexS );
                      var results = regex.exec( window.location.href );
                      if( results == null )
                            return "";
                      else
                            return unescape( results[1] );
                queryParameters['source'] = getUrlParam('source');
                queryParameters['type'] = getUrlParam('type');
                queryParameters['idx'] = getUrlParam('idx');
                   flashVars += "&videoWidth=";
                flashVars += 0;
                flashVars += "&videoHeight=";
                flashVars += 0;
                flashVars += "&dsControl=";
                flashVars += unescape("manual");
                flashVars += "&dsSensitivity=";
                flashVars += 100;
                flashVars += "&serverURL=";
                flashVars += queryParameters['source'];
                flashVars += "&DS_Status=";
                flashVars += "true";
                flashVars += "&streamType=";
                flashVars += queryParameters['type'];
                flashVars += "&autoStart=";
                flashVars += unescape("true");
                tag = "&lt;object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' &gt;&lt;param name='movie' value='swfs/videoPlayer.swf' /&gt; &lt;param name='quality' value='high' /&gt; &lt;param name='bgcolor' value='#000000' /&gt; &lt;param name='allowfullscreen' value='true' /&gt; &lt;param name='flashvars' value= '"+                   
                flashVars+"'/&gt;&lt;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='"+ flashVars +"' type='application/x-shockwave-flash'&gt; &lt;/embed&gt;&lt;/object&gt;";
            function playStream()
                var url = "source=" + document.getElementById('inputURL').value;
                var type;
                if(document.getElementById('vodCheckbox').checked==true)
                    type="vod";
                else
                    type="live";
                url += ("&type=" + type);
                document.getElementById('playBtn').href="videoplayer.html?" + url;
            function checkbox(type)
                if(type=="vod")
                    if(document.getElementById('liveCheckbox').checked==true)
                        document.getElementById('liveCheckbox').checked=false;
                if(type=="live")
                    if(document.getElementById('vodCheckbox').checked==true)
                        document.getElementById('vodCheckbox').checked=false;
            initialise();

    Should I have posted this in the Spry forum instead? My apologies if this is the wrong forum.
    >There is a sample application of the code included with the zip file  which shows how to implement it.
    The sample doesn't really tell me what I need to do to the code to make it work (I do not know javascript), and unfortunately, I have not found any helpful instructions/documentation online. You've given me the answer, I just don't know enough to implement it. This is what I've done:
    1. Placed the FAVideo.js file in my site folder and linked it to the page: <script src="FAVideo.js" type="text/javascript"></script>
    2. I added the following code (taken from the SimpleDemo.html example inside the FAVideo folder). My comments in bold. Page at
    http://www.librarymedia.net/Flash2/videoplayer2.html?source=rtmp://63.116.232.6/vod/mp4:Ol ympics2010_640x480.mov
             <! To the <body> section:-->
    <body onLoad="">
        <div id="divOne"></div>
    <!-Do I have to place the entire page within the "divOne" div (or just the section containing the tabs) in order for the javascript to work?-->
             <!-In the <head> section: -->
       <script type="text/javascript">
            playerOne = new FAVideo("divOne", "TabbedPanels1", "demo_video.flv",0,0,{ autoLoad:true, autoPlay:true });
        </script>
    <!- I noticed that the body code added a div id called "divOne", so I added the "TabbedPanels1" div id to the above code thinking that this would apply the javascript code to all of the tabs. Dreamweaver adds <div id="TabbedPanels1" class="TabbedPanels"> to the page when you insert the tabbed menu, so I'm thinking the javascript has to point to either one of those for it to work. The "demo_video.flv",0,0 code is probably unneccesary, right? As you can see, I'm completely clueless. -->
        <script>
            playerOne.addEventListener("playheadUpdate",this,myHandler);
            playerOne.removeEventListener("playheadUpdate",this,myHandler);
            function myHandler() {
                //alert("eh");
        </script>
    </body>
    Once again, thanks for your help.

  • Playing video streaming

    I begin to implement a video chat in java. I used JMF for capturing video streaming from a digital camera and RTP protocol for transmiting the video stream. I want to play the stream into an Applet (so on the client side). I don't want to use jmf on client side (an RTP Applet Player or something like this) because this means that the client needs to instal the JMF package. I need a solution to play the stream stream into an applet but I want that the client don't need to instal any software. I can use anything on server side (from where I transmit)...Is this possible? Please help me. Thank you.

    I've only done some web cam capturing code, but I thought you only need the "performance pack" of JMF installed on a machine if you want to perform capturing.
    So, maybe you can still use JMF in an applet without a formal installation on the client pc.
    Just itry ncluding the jmf.jar and any CODEC class files necessary to replay your video stream ?
    It's worth a shot... although someone may very well correct me on this.
    regards,
    Owen

  • Playing video on tv using ipod universal dock with s-video

    i am not able to play with my 180gb ipodclassic video on my tv using s-video on universal dock. the message "TV Out Enabled" please connect Video Accessory". This should work because apple support tells us so see the last picture; http://support.apple.com/kb/HT1454?viewlocale=nl_NL
    who can help me because i refuse to pay 49 euro's($75) for a cable when this should work?

    Did you look at that kbase article?
    http://support.apple.com/kb/HT1454?viewlocale=nl_NL
    According to Apple, the iPod Classic IS supposed to work with the Universal Dock w/S-video outpupt.
    It's not working for me, either. 160GB Classic.

  • How to play video files by using UITableView?

    Hi, In my iPhone application I need to show a video image in UITableView. Each tableViewCell have video and some labels. I used the MPMoviePlayerController for showing video in full screen when the cell is selected. But, I am getting error that MPMoviePlayerController class is not there. I tried using UIWebView. But, I could not make it. How can I play a video, when the cell is selected. Some say that videos do not play in simulator. They only play when we test in device. Is it right ? Please help me with the solution.
    Thank You.

    I used MPMoviePlayerController class for this.And included framework #import <MediaPlayer/MediaPlayer.h>.

  • Help...How to Play Video and Auido using windows media player in developer forms?

    I am using the Windows NT workstation and Oracle Forms6i, I want to know how to use window media player in oracle forms? I have insert an OLE object and add Windows media player as an control object, but I don't know how to play the audio and video.
    I always have this error...why?? How can I solve this??
    FRM-41344: OLE object not defined for VIDEO in the current record.
    Cause:     An empty OLE container is defined.
    Action:     Define an OLE object to reside in the OLE container.
    Level:     20
    Type:     Error
    This is my final year project, anyone can help me?
    Thanks a lot!!!

    UKNightOwl wrote:
    ... providing the computer has Windows Media Player installed, ...
    ... This saves you having to bother with portable/travel speakers,
    Mains lead for the computer is a bit of a problem on the bus though!

  • Can't play videos in MobileMe using IE7 and QuickTime 7.6.8

    I am running Windows XP SP3, and have installed QuickTime 7.6.8. When I try to view a video in MobileMe that was created by a relative, I get a message saying that I need to have QuickTime 7.2 installed, and the video will not play. In fact, I have QuickTime 7.6.8 installed, so I don't know why I am getting this error message. I have looked in Internet Explorer add-ons, and there are no add-ons listed from Apple under the "currently loaded" tab. The QTPlugin.ocx is listed in the "add-ons that have been used" tab. Oddly enough (or not), the same video plays fine in Firefox, and looking at the add-ons in Firefox, it does list the QuickTime Plugin 7.6.8 that IE7 does not list.
    Would really appreciate any help in resolving this! Thanks!

    I get a message saying that I need to have QuickTime 7.2 installed, and the video will not play. In fact, I have QuickTime 7.6.8 installed, so I don't know why I am getting this error message.
    Are you able to open the QuickTime Player, rick? If so, does it tell you your QuickTime is out of date too (even though you've got a 7.6.8 installed)?

  • How can I play video on Android using native player?

    Is there a way to tell android to open my mp4 (either in assets or on external sd)  with it's native video player?
    Just like if I tap this (mp4) file in any android file manager.
    reasons:
    1 - I don't want to write my own player (especially when I have one built in)
    2 - I assume playback experience may be better when playing large file NOT through the AIR.
    So, can I  make something like "NativeApplication.execute(pathToMp4)"?

    Check the hardware acceleration mode you have set. Try to use "direct" acceleration as this will choose between GPU and CPU to render and is most compatible. The setting is in the XML file generated for the app:
    <!-- The render mode for the app (either auto, cpu, gpu, or direct). Optional. Default auto -->
    <renderMode>direct</renderMode>
    And no the device is absolutely not guaranteed to record compatible video at all. Browsers go by browser standards and video recording goes via manufacturer hardware and software limits, features and compatibility. It entirely depends on what you're doing with the video and the mode it is recorded in. If the user checks off the record CIF MMS compatible video and records in that it will not be visible to many browsers. Audio is almost always recorded in ultra-light mp3 or aac so that's why you hear it.
    Android allows you to install many different browsers. Did you install any or set any other browser as the alternate default browser? When you run the video from a file manager you may be running an alternate, capable browser for the codec. AIR may use the native built-in browser. Also it may not load the video into a browser for playback at all as I would suspect a video would be mapped to the devices default media player and not a browser at all. Unless you're able to select the video and explicitly tell it to open in a browser I feel you're actually looking at the video in the "Video" app of your device, which will be compatible with the codec.
    A simple way to check browser compatibility is to copy the video to your computer, upload it to a web server and see how it plays on various desktop browsers. If any of them have black video and only play sound, you know it's a codec issue.

  • Playing videos using sap on mac machines .

    i want to play video in sap using control frame work , i have seen example of playing videos using activeX controls in windows , and i was able to create a custom control and play it on windows,  but how can i play videos on mac machine's , coz i believe com/ activex works only for windows , how can i play the same videos on mac machines .

    Hello David,
    the material is the recording of a live webcast hosted by macenterprise.org back in February 2007.
    As a result some information might be outdated.
    For current slides regarding SAP GUI for Java, you can refer to the [Update on the SAP GUI Family|http://www.sdn.sap.com/irj/sdn/sap-gui#section29] slides.
    Best regards
    Rolf-Martin

  • Video stream recording (not webcam) help required

    I am making a media player / recorder type web application in flex 4.
    The application plays video streams streamed from my red5 server.
    I want to give users the ability to make / record clips of the video they are viewing.
    I know that netstream.publish is used to record/save video on the server.
    All the help i've found on google so far just give examples to save video from webcam.
    But i want to save video from a video being streamed from red5 server and being played
    on VideoPlayer control in flex.
    All help is greatly appreciated.
    Thanks.

    Thanks for the reply but i think u misunderstood my problem.
    I am not receiving any RTP Stream but RTMP stream.RTMP is a proprietary protocol of Adobe For Streaming Flash video from Flash Media Server (FMS).
    I again state the problem.
    I am getting an RTMP Stream now i want to convert it into an RTP Stream so that i can process or transmit it further.I want to convert this RTMP Stream to RTP format.
    Anyone plz help me out.I am stuck into this for past 2 days and it is very critical for my project. :-(

  • I just downloaded Adobe Flash Player, but I still get a message that "flash player is out of date". I run on Mac OS X Yosemite. How can I fix this? I cannot play videos!

    I just downloaded Adobe Flash Player, but I still get the message "Adobe Flash Player out of date" and I cannot play videos. I use Mac OS X Yosemite on a MacBook Pro. How can I fix this?

    1. System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button.
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
       Download it first.
       The next step is important.
       Click Safari in the menubar and select “Quit Safari”.
        Follow the prompts and install it.
        Restart computer. Relaunch Safari.

  • Cant play video now!!!

    When i first got my Blackberry Curve 8330 October 2009, It played any video form youtube or anywhere really. IT seems now that it has been updated with OS 4.5.0.138, i CANNOT. It kind of aggrevates me. I should be able to play video like i used to be able too. My ohone also seems alot slower and i even keep it pretty cleaned up as far as deleting cookies and old texts and stuff. Please help. should i try to go back to an older version?
    -Blackberry Tour 9630
    -5.0.0.484 OS
    US Cellular Customer

    What error are you seeing.
    Only stating "can't play video now" doesn't get very far in the troubleshooting.
    For now, also, look on both devices at Options > Status. What is the File free number on both?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for