Results 1 to 6 of 6

Thread: How to create video chat Silverlight 4?

  1. #1
    Join Date
    Apr 2010
    Posts
    67

    How to create video chat Silverlight 4?

    It is delightful to know that the Silverlight 4 has the support for the webcam and also for the microphone. This thing can be used for generating the video chat. I am saying this because I have tried this thing but that is the only thing I know about it, and the thing I want to know is that how to create video chat Silverlight 4? In short I want to more details related to that. I will really appreciate if anyone can through light on it.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: How to create video chat Silverlight 4?

    The best feature for this is the media feature that comes with silverlight you can easily search for the codes that are available on net for this purpose. If you are new to this technology then I will suggest you to check the VideoBrush feature of this silverlight 4. This VideoBrush feature provides the user an ability to paint any area that is desired by the user, which was not available in the previous version of silverlight.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: How to create video chat Silverlight 4?

    If you want to display any live video in the black rectangle that is given then you will required to configure the camera and then capture the source for that. First and the for most thing you will require to do is to instantiate the System.Windows.Media.CaptureSource object. This class designed in such a way that the properties will work with the audio and also the video devices.

  4. #4
    Join Date
    May 2008
    Posts
    2,297

    Re: How to create video chat Silverlight 4?

    If you want to give the user a preference for choosing the device they require for capturing the video then you will require to use ā€œCaptureDeviceConfiguration.GetAvailableVideoCaptureDevicesā€. Normally this method is used for getting the generic collection that comprises of each available VideoCaptureDevice. Hence this will give the user opportunities for getting the device they want choose.

  5. #5
    Join Date
    Feb 2010
    Posts
    701

    Re: How to create video chat Silverlight 4?

    I do not want to demoralize you but my friend it is true that Microsoft allows you to capture the raw bits from the webcam you are using and you can also capture the audio through the microphone but the problem is that the quality of that video is not good. There are many articles available on net that can give you a quick way for capturing video but none of them provides the code for good quality video.

  6. #6
    Join Date
    Feb 2010
    Posts
    530

    Re: How to create video chat Silverlight 4?

    I totally agree with the above reply that is not the only problem while capturing the video through siliverlight or any other medium. The other problem is that if you are capturing the video then you will also require a server for streaming the videos. As you can see that the thing are not so simple but you can an easy way out for this.

Similar Threads

  1. How to create .exe file for my silverlight application?
    By Robert Beck in forum Technology & Internet
    Replies: 4
    Last Post: 18-04-2011, 10:45 AM
  2. Why does SilverLight 4 need to create over 2,000 Registry entries?
    By Lyudmyla in forum Technology & Internet
    Replies: 5
    Last Post: 18-04-2011, 10:40 AM
  3. Facebook Chat Client in Silverlight
    By Kohlmann in forum Windows Software
    Replies: 5
    Last Post: 27-09-2010, 10:41 PM
  4. How to create SilverLight Components
    By Jaganmohini in forum Software Development
    Replies: 6
    Last Post: 19-08-2010, 10:11 AM
  5. How to create Template button in Silverlight 2
    By Tweaker in forum Tips & Tweaks
    Replies: 2
    Last Post: 05-08-2010, 12:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,621,695.93570 seconds with 16 queries