473,395 Members | 1,956 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Windows Media Services, H.323 and Video streaming in general

Hi everyone, pls forgive me for my lack of knowledge and skills if my
question sounds very stupid. I am trying to implement a video conferencing
software and I am currently looking at a few set of technologies, among them
WMP, RealMedia, H.323 and XviD (not sure if it is suitable for streaming
even) . I would like to seek the advice of those experts on the following
questions,
1) What is the best technologies to be used, in terms of transport media
independence, performance, ease of implementations and cost.
I have looked at WMP 9 services and codec, but I am not sure about the
licensing cost for using it in a commercial product.
2) How do I implement a video conferencing software usign H323?
I read through teh OpenH323 project and get more confused by it. there
seems to be no API that I can use to code a video conferencing software.
3) What does it mean to be compliant with the H323 specs?
Does it make my software compatible with netmeeting which uses H323?
4) What is the best way to grab video from the web cam? frame by frame
and express it into video? or is there a kind of streaming video interface
exposed by Win32 that I can use to grab video from the webcam?

I am very new to video conferencing and would welcome any enlightenment.
thank you so much for your time and enlightenment. :-)

Nov 16 '05 #1
1 10295
Hi,

1) What is the best technologies to be used, in terms of transport media
independence, performance, ease of implementations and cost.
I have looked at WMP 9 services and codec, but I am not sure about the
licensing cost for using it in a commercial product.
well, according to time to market Windows Media Solution is best as there
are lots of code samples and ready made SDK's for that.
But yes, comercially it may prove slighly expensive.

2) How do I implement a video conferencing software usign H323?
I read through teh OpenH323 project and get more confused by it. there
seems to be no API that I can use to code a video conferencing software.
If you are making client for Windows( as i suppose)
then try to use RTC SDK from MSFT.
But you may have to use Live Communication Server backend.

You can use OpenH323 also look at vocal SDK.(search in google i forgot the
URL).

But in that case most of the implementations are in Linux.
YOu may have to port them or redo them on Windows
hence more time, effort and manpower.

Otherwise get hold of lot of third party SDK's like Radvision.
3) What does it mean to be compliant with the H323 specs?
Does it make my software compatible with netmeeting which uses H323?
Yes, compliang with H323 means your applications like netwmeeting will run.
4) What is the best way to grab video from the web cam? frame by frame
and express it into video? or is there a kind of streaming video interface
exposed by Win32 that I can use to grab video from the webcam?
I had uses Windows Media SDK ( best for Windows).

for linux also lot of solutions are there ( see freshmeat.net)

I am very new to video conferencing and would welcome any enlightenment.
thank you so much for your time and enlightenment. :-)
Well, what i think is for Video Conferencing Solutions it depends what is
your time frame and time to market.
If you are looking for really fast TTM i suggest go ahead with Windows RTC
and combination of Windows Media.

RTC doesnot support multiparty Video Conferencing but it does supports
multiparty messaging and lot of other added features like desktop sharing
and application sharing.

Windows Media broadcasting is little slow as compared to RTC but you can
manage to have layer of Windows Media Multicasting over RTC.

But there the speed is slow and time delay is there.

Also, take a look at Vocal SDK if you dont mind Linux.

Also, you can look at Direct X media Support , i have not tried it but i
guess Audio Brdging is there.

I will update you once i do that.

regards
Tarundeep Singh Kalra

visit www.tarunsadhana.com
--
Regards
Tarundeep Singh Kalra

www_dot_tarunsadhana_dot_com.

tarun_at_removeAT_tarunsadhana_dot_com.remove_dots

"Lonewolf" <ka*********@yahoo.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl... Hi everyone, pls forgive me for my lack of knowledge and skills if my
question sounds very stupid. I am trying to implement a video conferencing
software and I am currently looking at a few set of technologies, among
them
WMP, RealMedia, H.323 and XviD (not sure if it is suitable for streaming
even) . I would like to seek the advice of those experts on the following
questions,
1) What is the best technologies to be used, in terms of transport
media
independence, performance, ease of implementations and cost.
I have looked at WMP 9 services and codec, but I am not sure about the
licensing cost for using it in a commercial product.
2) How do I implement a video conferencing software usign H323?
I read through teh OpenH323 project and get more confused by it. there
seems to be no API that I can use to code a video conferencing software.
3) What does it mean to be compliant with the H323 specs?
Does it make my software compatible with netmeeting which uses H323?
4) What is the best way to grab video from the web cam? frame by frame
and express it into video? or is there a kind of streaming video interface
exposed by Win32 that I can use to grab video from the webcam?

I am very new to video conferencing and would welcome any enlightenment.
thank you so much for your time and enlightenment. :-)

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Philip Korolev | last post by:
Hi All. I am looking for articles on Windows Media development in ASP.NET pages. Dynamically adding playlists etc. Can I use server side code or is it all client side controlled? Spent the last...
5
by: JulioHM | last post by:
Hi all, I'm trying to use WMP in FireFox and I have the following tag to embed the player into the html page. <EMBED TYPE="application/x-mplayer2" ...
3
by: Jason Richmeier | last post by:
I looked for a more appropriate newsgroup for this question but I didn't see much of anything (something more specific to Windows Media Services). I have a server with Windows Media Services. ...
2
by: hzgt9b | last post by:
Using VS 2003, VB.NET and/or ASP.NET 2.0, BACKGROUND I have a window forms based application that contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowser) control. The TreeView is...
4
by: hzgt9b | last post by:
Using VS 2003, VB.NET and/or ASP.NET 2.0, BACKGROUND I have a window forms based application that contains a TreeView control and a WebBroswer (AxSHDocVw.AxWebBrowser) control. The TreeView is...
19
by: Tony | last post by:
I'm working on project that plays movies using Windows Media Player and I'm controlling everything with JavaScript. Per the client I only need to support IE 6 or greater which happens to make...
1
by: vera esaulova | last post by:
I have problem whis Windows Media Services 9 Series. I have videostream, which will consist of two streams(512k/bit and 256k/bit).I need to allocate a stream 256k/bit. In SDK is written: ...
3
by: sean.j.gage | last post by:
I'm attempting to download a windows media video file from a remote server and I would like to start playing it as soon as it starts downloading. Is there some special way to save the file that...
0
by: sunny152 | last post by:
Hello Friends, I'm very interested to broadcast our church worship service live on internet.My web server having streaming feature and i have windows media encoder program.I usually...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.