Video Conferencing using java

hi,
i am developing video conferencing project using JMF.
and using AVReceive2 and AVTransmit2.
i am able to send and receive audio and video between two pc's where one transmits and one receives.
but how to use AVReceive2 and AVTransmit2 for more than two pc's when any one doesnot have information that other user is transmitting.
What i mean is that when one user wants to connect to another user then how can second (receiver) know that someone is sending him data.
Basically when to run the AVReceive2 program on second PC..

hello anyonebaris,
Am currently working wid this topic of audio video conferencing using java.....N i wud be glad if u wud try helping me out....
I wanted to find out the actual function the server performs while the audio video transmission is going on in a JMF based platform ...Am using java 1.5 ...n JMF 1.2.1...
Is the server monitoring the clients and how..??..what function is it performing while establishing the link between the two clients...??
.....................Plz try 2 help me out....
---------Thanx in advance

Similar Messages

  • Video conferencing in java

    hello everybody!!!
    i m trying to develop an audio-video conferencing application.
    audio part is done compeletely well.
    but i m not much more clear about video using jmf,can anyone help me out???
    thank you....

    but i m not much more clear about video using jmf,canBe more specific about your problem. You can check out good code sample on this site.
    http://java.sun.com/products/java-media/jmf/

  • Video Conferencing using JSP

    I am working on a interactive application whereby i can communicate with my peer for the purpose of elearning. Some of the functions i need to do is to interface video conferencing, live chat, live application sharing. All this to be real time.
    Anyone any advice on how to go about do it?
    Urgent advcie needed! Thanks!

    I don�t know about the video stuff, but I think that it is possible to use an applet for the chat, and filesharing.
    Andreas

  • How to download video files using java

    hi,
    i am designing a download manager using java. Although i am able to download html pages and images as of now, i am facing problems while downloading the video files. Can somebody please guide me as to how to do this.
    Thanks in advance,
    Arun

    All types of data should be downloaded in same way. What is your problem: exception or something else? Post here.

  • Video conferencing using RTP

    IM doing my final project in video conferencing...
    i want know how to send video and audio sametime by live capture..
    if we use vfw://0 it is for live video
    r dsound://0 for live audio
    what is the command for sending both the items

    I am doing the project with user interface,OK ,most people do...
    So we will be giving the address at start of inititalisation.whats the problem in this, you would have to save that address in some variable....
    we will not be able to type the command once the project is opened.What?? which command?
    we will be locating the medias by getting the commands like vfw://0 (for video) and dsound://(for audio) in a text box.
    Likewise how can we get the live audio and video simultaneously??the method is already explained in Reply#2, what is the problem with that?
    I like to know whether these commands will work for transmitting both
    vfw://0&dsound://0
    vfw://&dsound://0
    dsound://0&vfw://0No... if you think that is what JMStudio shows you, it is lying ;-)... you can't even merge the two Datasources together and make a processor to transmit them, it has always failed (thats my experience). You just have to create 2 processors, one for video, one for audio and similarly two RTPManager instances (with same target and source ip addresses but different ports) and then when you say start transmission (by clicking a button or something) you have to start the processors and output streams from the RTPManager, thats all.... at the receiver side, you just have to make a player with the rtp address given in Reply#2 and start the player.
    Thanks!

  • Does Video Conferencing use multicast?

    We want to enable vide conferencing between multiple remote sites, however, our providers backbone does not support multicast traffic.
    The question I have is if I have 2 users in Boston, 2 in NYC and 2 in SF for video conferencing, is the traffic output from a MCU a multicast or unicast to the remote sites?
    This is with the MCU at the NYC location.

    H.323 uses unicast traffic. Some vtc endpoints are also capavle of generation a mutlicats video stream, but that is not a part of the H.323 feature set. Multicast is not supported on the public internet, and very few if any providers are going to allow it on their backbone.

  • Trying to bypass CAC for Video Conferencing using EnableBWPolicyOverride

    Scenario:
    CAC enabled and bandwith policy defined for all company sites. Video bandwidth very restricted (250 Kbps).
    VIP users were granted a Voice Policy with EnableBWPolicyOverride=TRUE (VIP users must bypass CAC).
    Test:
    P2P Video Calls between VIP users bypass CAC, allowing high video resolutions (Ok!).
    Video Conferences between VIP users don't bypass CAC, limiting video to low resolution (NOT ok).
    Is this expected, that Video Conferencing will not respect the EnableBWPolicyOverride=TRUE from the Voice Policy? (I know, it's a VOICE Policy and I'm tlaking about VIDEO. But remember, on P2P video call the bypass worked.
    Any ideas?

    Hi,
    Bandwidth policy override enables administrators to override call admission control policy decisions for a particular user, however, the policy will be overridden only for incoming calls to the user and not for outgoing calls that are placed by
    the user. So I think the policy does not apply to video conference.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Source code for audio- video conferencing using JMF

    i am doing a project on VIDEO CONFERNCING using JMF. i am using the HP WEBCAM of my laptop. guys i desperately need help. plz give me the code if any of has it.plz plz its urgent

    i am doing a project on VIDEO CONFERNCING using JMF. i am using the HP WEBCAM of my laptop. guys i desperately need help. plz give me the code if any of has it.plz plz its urgentYou can't get the code for the whole application.....
    but you can get plenty of code to get started on making your own video conf. application using JMF here .
    Also, there is a [JMF Forum|http://forums.sun.com/forum.jspa?forumID=28] here. If you face any problems while coding, you can post your queries there.
    Thanks!

  • How to get started with playing a video file using Java on JSF page ?

    Hi ,
    I am developing a JSF (Java Server Faces) page.
    I need to develop following functionalities
    1). play video file on web page
    2). Let the user load video file into the system from a web page and that can stored in a database .
    Please guide me on how to do the above or where to get started .
    Thanks,

    hello brother
    I am also doing work on it.....but don't reach at any result plz help me if you have something
    [email protected]

  • How to do video conferencing using jmf

    hi guys, can anybody help me out on developing a videoconferencing using jmf.
    ASAP PLZZZZZZZ.
    my email id is .
    [email protected]
    siddhartha

    Hi,
    Here is the sample code for playing the movie.
    public class MoviePlayer extends JFrame implements ControllerListener {
    private Player player = null;
    public static void main(String args[]) {
    new MoviePlayer(args[0]);
    public MoviePlayer(String movieFile) {
    getContentPane().setLayout(new BorderLayout());
    setSize(new Dimension(200, 200));
    setVisible(true);
    setTitle(movieFile);
    loadMovie(movieFile);
    addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent we) {
    player.stop();
    player.deallocate();
    System.exit(1);
    private void loadMovie(String movieFile) {
    try {
    MediaLocator ml = new MediaLocator("file:" + movieFile);
    player = Manager.createPlayer(ml);
    player.addControllerListener(this);
    player.start();
    } catch (IOException ioe) {
    ioe.printStackTrace();
    } catch (NoPlayerException npe) {
    npe.printStackTrace();
    public synchronized void controllerUpdate(ControllerEvent ce) {
    if (ce instanceof RealizeCompleteEvent) {
    Component comp;
    if ((comp = player.getVisualComponent()) != null)
    getContentPane().add(comp, BorderLayout.CENTER);
    if ((comp = player.getControlPanelComponent()) != null)
    getContentPane().add(comp, BorderLayout.SOUTH);
    validate();
    I hope this will help you.
    Thanks
    Bakrudeen
    Technical Support Engineer
    Sun MicroSystems Inc, India

  • Urgent..Audio-Video Conferencing

    Hi,
    I am new to this topic.
    I wanted to know that is it possible to do audio or video conferencing using java Technology.
    If yes, can you provide me some links to resources doing that.?
    Thanks in advance
    regards
    Jitendra

    hello anyonebaris,
    Am currently working wid this topic of audio video conferencing using java.....N i wud be glad if u wud try helping me out....
    I wanted to find out the actual function the server performs while the audio video transmission is going on in a JMF based platform ...Am using java 1.5 ...n JMF 1.2.1...
    Is the server monitoring the clients and how..??..what function is it performing while establishing the link between the two clients...??
    .....................Plz try 2 help me out....
    ---------Thanx in advance

  • Risks when using DV camcorder for ichat video conferencing..

    I have a sony dcr pc350. Bought it January of this year and havent had problems with it until recently. For some reason, the video head was damaged. When i play my DV tapes on it, thick gray horizontal lines appear, or sometimes it refuses to play the tapes completely. I just recently read one of the topics in the ichat AV FAQ and it mentioned that there's a risk that using a DV camcorder for ichat AV video conferencing can actually damage the camcorder. Now i'm wondering if that's the reason why my dv cam is damaged now. I haven't been using it to shoot some video footage for a while now, but i have been using it to video conference very often for about over a month now. And then recently, when i had to use it to shoot some video, that's when i saw that the camera needed repairs. As i've mentioned, I havent been using it for anything else (not even to shoot video) and i havent dropped it or anything. I pretty much take good care of it. So i'm thinking that it was my constant use of it for video conferencing that did the damage.
    So my question is:
    Has anyone else experienced some camcorder damage that might be related to frequent video conferencing use? If it does indeed damage the camcorder, what specifically does it do to it (what does it damage, how exactly does it cause the damage, etc...)? I'd like to know so I can be more specific when I bring it to the service shop for repairs.

    Hello Albert,
    I do NOT think that using your Sony with iChat AV poses any greater risk than using it for other things.
    I used my Sonys (DCR-TRV17 and DCR-TRV70) for a while, but I switched to iSight before I damaged them. (I am clumsy.)
    The kinds of damage I contemplated in the iSight vs Camcorder or other web-cam FAQ were:
     - dropping or tipping the camera or the tripod upon which it was mounted,
     - contamination from dirt, body oils, or dust, etc.,
     - wear on the heads and internal moving components, and
     - wear on the camera's electrical connections.
    Moreover, regular professional clean and adjust is required for my Sonys based on usage hours. Such is NOT required for iSight.
    Some of those risks can be mitigated by careful placement and use and by keeping the tape out when using the camera, but some risk always exists when using the equipment. My thought was that, if I wore out or damaged a camera by using it for hundreds of hours of video chat, I would rather wear out or damage iSight, which is cheaper than my Sonys were.
    Please post back what your Sony Service Tech finds. I will be eager to read whether your camera needed more than a professional clean and adjust.
    EZ Jim

  • Video conferencing, tele conferencing and chat in jsp

    Hi,
    I have to add a module in my jsp project, module is for video conferencing, tele conferencing and chat.
    Can any body suggest me that what should I use for that like flash or something else?
    Waiting for the response.
    Thanks
    Gaurav Agrawal

    gauravjlj wrote:
    I think, I got your point.
    You are saying that Java Web Start are using to install client applications remotely. Am I right?Basically, yes.
    and these applications can be developed in AWT/Swing or Applet.Yes.
    But my concern is different.
    I need a web application, that means application will be running on the web server and more than 1 clients will access this via the http URL. ..This is equally easy for either an embedded applet or an app. launched using JWS. So long as the server-side component of the teleconferencing is at the same site that served the app., either can access it while in a sand-box. If the server-side component is at a different site, either type would need to be digitally signed, and trusted.
    ..I don't have to install the application to each client separately. .. OK - not for the server-side component, but for the client-side component, it sure does need to be installed if it is either an embedded applet or a JWS app. The only real difference is that for some people, downloading an applet is not seen as 'installing' software, though in reality it is. An applet must be cached on the client-side before the code is invoked to make the applet appear in the web page. Where JWS provides a better user experience than applets though, is that the browser (and JRE) cache might be cleared (effectively 'uninstalling' the applet), by things outside Java's control (such as the user clearing the browser's cache using the browser's own controls).
    ..so I need the video and audio conferencing in this application itselt. it will be like a website.
    so please tell me, what I have to do?I am still not convinced that this needs to be, or will provide a better user experience as, an applet. But let's put that thought aside for the moment.
    Can you do this video conferencing using the cross-platform version of the JMF? The cross-platform version of JMF does not support as many formats(1) as the JMF performance pack - and you might find that the PP version supports some formats that offer better compression than the x-plat version is able to handle. Note that this can be tested once you have the server-side component in place - it is pretty much the same for an applet, JWS app., or plain old desktop app. such as JMStudio (provided as a sample app. with JMF) to access the web service that provides the video feed.
    1) [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html].

  • Video Conferencing over VSAT Link ?

    Hi,
    Is it possible to have a video conferencing using 2921 CME 8.6 router and 9951 video IP Phone over VSAT Link ?
    If yes then what should be the max latency that is acceptable ? What should be the bandwidth ?
    Plz help me out with this.
    Regards,
    Gaurav

    bandwidth should be at least 384k or 512k

  • Ip tunneling --Video Conferencing

    I am doing video conferencing project...For systems behind firewall and proxy,
    i planned to use ip tunneling....But i am very new to this concept....Please help me how to do it.....please help me to find materials also

    Also cisco CCME support video conferencing using Cisco VT advantage or the videostation 7985. Interoperate with other vendor should not be a problem. It is a feature of IOS and runs on all the routers so you can chose from the 2801 and upward.
    Hope this helps, if so please rate post!

Maybe you are looking for

  • Dell Laptops E7440 & E7240 - Issues with connecting to MDT 2012 deployment share

    Hi,   Good afternoon.Need help on this please -Test laptops Iam using are 2 * E7440 and 1*E7240. One laptop of model E7440 has our image installed and other two (1*E7440 & 1*E7240) are shipped from Dell with default Win 7 64 bit OS. -Test desktops Ia

  • Workflow error in Oracle Credit management

    Hi, I got the following error in the credit management workflow(ARCMGTAP). The following details I got from wfstatus.sql file. Can you please any one help on this. Enter value for 1: ARCMGTAP Enter value for 2: 1177582 **** WorkFlow Item Item Type It

  • Core dump at ::~RWCString

    I am compiling with V5.0 compiler on solaris 2.6 I am getting the following core dump. I am using RogueWave with -library=rwtools7,iostream compiler option. The traceback from the core file is: signal SEGV (no mapping at the fault address) in RWRefer

  • URGENT 6035E HELP

    Dear Sir/Madam, we must deliver a job this Saturday and are stuck. We need URGENT help. we are developing a 6035E card based system. We must generate a infinite pulse train of pulse-width (i.e. logic level 1) of duration 'a' and the delay (i.e. logic

  • Setting A default view per location per user VSM7.6

    Hello Is it possible to define a default view for each location per user with VSM 7.6 ? In other words, I would like for a user X , once logged, when he hits any location name, he gets a default view composed of all or a subset of the cameras with th