Finding a java video streaming player

I recently use FreePastry to implement a p2p video streaming system.
But now i have a new challege, which bother me several days.
In Splitstream, which uses Byte[] to send the data to other peer.
I want find a java video player. It would be best to receive Byte[] as input.
I try JMF, but it use RTP as the input.
Is there any other video players suited about my case.

There is a function in LiveStream.java called read. Read passes in a buffer object. The goal is to write all of the data you have available into the buffer object.
What you want to do is something along the lines of the following pseudocode...
public void read(Buffer buffer) throws IOException {
    synchronized (this) {
        /* Get the data */
        byte[] data = FunctionThatGetsByteArrayFromTheNetwork();
        /* Write the data to the buffer object */
        buffer.setData(data);
}As for using the PushBufferDataSource, you just create one like you would a normal class (just use the new operator) and give it to a processor or a player like you would a normal data source.
You need to include the DataSource.java code like the example does, modify it to use your modified LiveStream.java (you'll probably change the names of classes, so update the DataSource.java class to reflect those changes) and then just use it to create your DataSource.
    /* From DataSource.java */
    DataSource ds = new DataSource();
    /* Normal way of doing this */
    Processor p = Manager.createProcessor(ds);

Similar Messages

  • Java Video Streaming

    Hello
    I try to get an overview of what's possible according to video streaming in sun's wonderland. The goal is to stream prerecorded videos, stored on a webserver (not necessarily on the same machine like the wl-server ) into our wonderland embedded swing application.
    My first investigation shows me, that I have the following possibilities to stream videos in Java:
    - Java Media Framework (JMF)
    - JVLC (VideoLAN Java API)
    - Quicktime Streaming API (only quicktime movies)
    -> http://www.onjava.com/pub/a/onjava/2005/01/12/strmng_qtj.html
    - Red5 Java Client (only flash movies):
    -> http://www.actionscript.org/resources/articles/617/1/Streaming-and-database-connection-with-red5-media-server/Page1.html
    - Mplayer Java Client:
    -> http://beradrian.wordpress.com/2008/01/30/jmplayer/
    So what do you suggest me? What's the best way? Are there any code-examples for streaming videos from a webserver to a local java-client using JMF?
    Thanks for your help.
    Kind regards,
    Peter
    Edited by: blood_on_ice on Mar 23, 2009 12:44 AM

    Thanks for your answer...
    >
    The "best" way? Considering you're using a Swing application, your best bet is probably going to be JMF. JavaFX has support for playing videos, but I'm not sure if they have support for RTP streams or progressive downloads or anything.
    If you wanted to go the extra mile, you could look into embedding a Silverlight or Flash player into your Swing application. Silverlight is pretty cool because it's HD capable...>
    Yes I have to develop the video streaming in a swing non-top-level Swing JComponent (such as a JPanel) because this is a wonderland restriction...I don't know JavaFX yet, is it possible to build a JavaFX app inside such a non-top-level Swing component? Embedding silverlight in a java-app isn't a really good idea I think...
    Further recherches shows me, that I need on-demand video streaming with the ability to start, stop, play, pause etc. the video which is stored for example on a webserver. This is possible throught RTSP or HTTP according to: [http://www.remlab.net/op/vod.shtml|http://www.remlab.net/op/vod.shtml] ...when I use rtsp, I need a streaming-server like vlc, for http i just need my video stored on a webserver.
    So what do I have for possibilities to stream such a video in a java client (non-top-level Swing JComponent) with RTSP or HTTP?
    I've tried following rtp-code-example: [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/AVReceive.html|http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/AVReceive.html]
    but it didn't work...I started my vlc-streaming server this way:
    cvlc -vvv movie.mpg --sout '#rtp{dst=192.168.1.33,port=1234,sdp=http://localhost:8080}'but the output of the rtp-code-example shows the following:
    run:
    - Open RTP session for: addr: 127.0.0.1 port: 8080 ttl: 1
      - Waiting for RTP data to arrive...
      - Waiting for RTP data to arrive...
      - Waiting for RTP data to arrive...
      - Waiting for RTP data to arrive...
      - Waiting for RTP data to arrive...
    With vlc http://127.0.0.1:8080 i receive the stream...
    But I couldn't find an example of how I can get an rtsp-stream or a http-stream in jmf...
    Thanks for your help.
    Kind regards,
    Peter
    Edited by: blood_on_ice on Mar 23, 2009 8:59 AM
    Edited by: blood_on_ice on Mar 23, 2009 9:00 AM

  • Really need Help! - Java Video Streaming

    Hi,
    I bought a 'Creative' web-cam today and I want to be able to display real-time video in a Java applet. Could someone please help me to do this.
    What classes do I need to capture the video, and use a server to either broadcast or stream the video to a client( applet ).
    I have JMF 1.2.1 installed with jdk1.3.1
    I'm kindof new to Java and really need to know where to start.
    F

    You should use JMF 2.0 or above version because they provide capturing ability.And also see the page. http://java.sun.com/products/java-media/jmf/2.1.1/solutions/
    I think you will find some useful material on this page.

  • DirectShow - Java  Video Streaming

    Is there any available information on how to stream a video across a newtwork through dsj without JMF?
    Thanks a lot

    The demo does that and it is described in the javadocs for WMNetSink.
    nils
    P.S. Please use the DirectShow<>java thread for questions on dsj

  • Video streaming for native apps

    I want to create native apps from my video-based courses using Captivate and PhoneGap, but am having a hard time finding the best video streaming solution. I thought I would be able to use my AWS service; but apparently I can't. All of the lessons (up to 16) are HD videos, so I need a fast solution. Thanks in advance for your advice.

    I thought about that; but I am concerned that the marketplace may have an issue with it. They tend to be picky about apps that just stream videos from YouTube. I thought about Vimeo pro account; but don't want to commit to one if Captivate won't let me embed them. I went through a lot getting AWS set up only to discover that I can't use it with Captivate.

  • Oracle open world 2010 video streaming

    Last yr i remember they were showing this at otn.oracle.com, wondering is oracle doing this yr too, unable to find free live video streaming at otn though, looking for url if any....
    Edited by: DBA2008 on Sep 20, 2010 2:58 PM

    hello,
    I have seen that in the OTN but with registeration .
    kind regards
    mohamed

  • Should Video Stream videos be in my iCloud downloads?

    Hello,
    from where in iCloud I can find my shared Video Stream videos? They are not downloaded to my iCloud account.
    In iPhone's iCloud storage documents I can see Video Stream but when I open in computer my iCloud account ( OS X 10.8.3)  there are no video downloads at all.  So- where they could be?
    Anyway- what is the best way to share videos from iPhone to iCloud and see them everywhere in computer or in Pad?

    You should know that Photo Stream doesn't upload videos, so you won't get videos from the iPhone to the Mac using iCloud. Probably you are seeing that your iPhone is backing up videos to iCloud, but they are on the iPhone backup, not on Photo Stream, where your Mac can access to.
    Unfortunately, you can't stream videos on iCloud to other computers or devices. If you want, you can send the idea to Apple > http://www.apple.com/feedback Until Apple includes this feature (if they do it), you have to use another cloud storage as Dropbox

  • Video stream java code

    hey
    i am trying to find how to obtian a video stream from a webcam using java code
    if u can help me please.

    ars_03 wrote:
    i am trying to find how to obtian a video stream from a webcam using java code
    if u can help me please.General questions usually stimulate general answers, such as "google it". If you truly want help, you will put more effort into your question such as answering these questions:
    * What do you know already about doing this?
    * What sources have you looked up and studied?
    * Of this, what specifically do you not understand?
    * What is the current state of your program?
    * Is it running? compiling?
    * Are there errors? if so, post them.
    etc...
    The bottom line here is usually the more thought and effort you put into creating your question, the better your chances are of a volunteer here taking the time and effort to consider it and give you a helpful answer. You would benefit greatly by reading this link (one I try to re-study at least every other week as it helps me):
    [http://www.catb.org/~esr/faqs/smart-questions.html]

  • Windows Media Player & Video Streaming

    Hi, there!
    Is it possible to send Video Streaming (using JMF) to
    Windows Media Player? If so, how could I do that???
    Thank You very much!!
    Cesar

    Hi Jupiter,
    Yes, JMF supports streaming media using the public standard RTP and RTSP protocols.
    JMF supports both transmission and reception of media over RTP for a variety of media formats. For a list of the default formats supported, check:
    http://java.sun.com/products/java-media/jmf/2.1.1/support-rtp.html
    It also fully supports RTCP. Besides, JMF implements the "RTP Profile for Audio and Video Conferences with Minamal Control", RTP/AVP.
    The front end GUI application, JMStudio can be used as a standalone application to transmit and receive RTP streams. To implement custom RTP applications using JMF as a framework, check out the RTP samples
    on the solutions page: http://java.sun.com/products/java-media/jmf/2.1.1/solutions/index.html
    OR you can refer this URL.
    http://java.sun.com/products/java-media/jmf/2.1.1/faq-jmf.html#jmf2-rtp-features
    I hope this will help you.
    Thanks
    Bakrudeen
    Technical Support Engineer
    Sun MicroSystems Inc, India

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

  • Video Streaming in Windows media player won't play through Airport Extreme

    Hello and thank you for reading my issue.
    I have the current square shaped airport extreme base station. My mother has a Windows XP system on her Toshiba laptop and she takes an online class which has video streaming for the lectures. When we connect to the network wirelessly or with an ethernet cable through the base station, the video will not begin to buffer and won't play from the website. It just states ready and doesn't buffer. However, if we connect the laptop straight to our cable modem without the base station, the videos stream and play perfectly. Anybody know how we can fix this to play through the wireless network? Thanks a lot.
    MacBook Pro 2.33 GHz Intel Core 2 Duo, 2 GB 667 MHz DDR2 SDRAM   Mac OS X (10.4.8)  

    I've played with all sorts of software settings and configurations. This is what worked for me, but I'm not sure how it would work for anyone else, or if the issues are even related, but here goes.
    1 - Turn multicast rate to 1 MBPS in the drop down menu found in Airport Utility>Airport icon>Wireless Options Button.
    2 - Turn off multicast in Windows Media Player or Real Player
    3 - Turn on Video Overlay Optimization check box in Real Player.
    These things worked for me, hopefully they will help or give you some ideas for your own situtation.
    Russ

  • Links to the BBC News Player don't start video streams.

    On the BBC News website there are numerous links to video news streams which should start playing in the BBC News Player (a new popup windows with either web content and a video stream in either Windows Media Player or Real Player format).
    Whenever I go to the BBC News website (http://news.bbc.co.uk) and click a video link it:
    1. Opens up the BBC News Player in a popup window.
    2. Shows a short BBC News Logo clip of 3 seconds.
    3. Then does nothing.
    What it should do for step 3 is to play the relevant video stream.
    I've tried this in several Mac browsers:
    Safari (2.0.2) = FAILS (as described above)
    Inernet Explorer (5.2) = WORKS (but without CSS the html looks messy)
    Camino (0.8.4) = WORKS
    Opera (8.0.2) = WORKS
    Firefox (1.0.2) = WORKS
    Q1. So why does it work in all the above browsers, but in Safari.
    Q2. Do other people get it work in Safari or not?
    John.

    iBod,
    I'm more baffled now! I created a couple of new accounts (one admin, one standard) and tried them. Both had the same outcome:
    1. Started Safari.
    2. Went to http://news.bbc.co.uk
    3. Clicked link to display a video news clip (was one about dummies!).
    4. BBC News Player window popped up, asking if I wanted Real Player or Windows Media. Chose Real Player.
    5. Window refreshed with the correct video clip.
    6. Quit and restarted Safari and tried again. OK.
    7. Quit and restarted Safari and tried again. Not it fails persistently. (By fail I mean the player window comes up but the video clip is only a 3-second clip of a BBC logo.)
    I tried the second new account and similarly. For the first few goes it works properly. After a few goes it fails.
    John.

  • Flash Player 10.1when using to view web video streams ,can i download at same time

    Flash player is often the player used when viewing Web Video Streams.As with Real Player is it possible to download at the same time?

    Yes on the restart or reboot.
    Add ons Shockwave Flash Object and Shockwave ActiveX Control both enabled.
    Add or Remove Programs list Adobe Air, Adobe Flash Player 10 ActiveX, Adobe Reader X and Adobe Shockwave Player 11.5.
    You were saying that the " version numbers must match"?  Please clarify.  It appears I have non matching versions...is that correct?
    I thank you for your time, it is greatly appreciated!

  • Storing that Video stream into our local disk in java

    Hi frendz,
    I want to know how to, Connect to a remote online webcam and store that Video stream into our local disk.
    Any java interface tools are there, or can we use java api to do so.
    Anybody Please share your valuable suggestions.
    thanx,
    [email protected]

    Hi frendz,
    I want to know how to, Connect to a remote online
    webcam and store that Video stream into our local
    disk. The jennicam is no longer online.

  • Java Playerless Streamed video

    Hi all,
    We are not java developers but content providers and we would like to use java technology in use for video streaming re providing playerless video to our clients via IE browswer or email.
    Is it possible and where do you start?
    Would anybody be familiar with this technology?...could help us testing some examples for clients?
    Any response is welcome.
    We are based in UK

    Try the Java Media framework
    http://java.sun.com/products/java-media/jmf/2.1.1/

Maybe you are looking for

  • My pl/sql procedure works; I'm just looking for someone to review it

    Hi All, I wrote the below procedure to be executed via APEX (inside the APEX_PLSQL_JOB.SUBMIT_PROCESS wrapper). It works fine, but I'm not a programmer per se and am just curious if one of the veterans on this forum could review it and just tell me i

  • Error message when updating itunes

    well im trying to update when i get this error message http://i76.photobucket.com/albums/j35/liljbird/itunes.jpg?t=1186532623 can you please help me thanks in advance

  • Editing problems with iTunes 64-bit in Vista

    Hello! Just bot a new computer with Win Vista 64-bit and had to install new iTunes 64-bit. It's somewhat slow when switching between Windows and iTunes. Also, what happened to the "quick" edit feature? As in.... highlight song, hit F2 or just click O

  • How to stop the capture source of AudioVideoCaptureDevice

    Hi. I capture video with the AudioVideoCaptureDevice API and I'm not sure if I followed the right steps to implement it. If I record a video for the first time everything works in the emulator but when I tap the record button for the second time the

  • How to activate script debugging in Adobe Livecycle designer

    Friends, I would like to know how to activate script debugging in the Adobe Livecycle designer. I need to debug the scripts written in the script editor. Thanks and Regards.