|
|
| Author |
Message |
|
|
dennisWonders Familiar Face
Joined: 20 Feb 2007 Posts: 12 Location: hyd
|
Posted: Thu Mar 29, 2007 4:07 am Post subject: How to Transmit the video using GTK |
|
|
hai
how to transmit the video into one system to another system(like skype and yahoo video phone) using GTK programing.
can u give any idea abt code.
bye
Dennis |
|
| Back to top |
|
 |
hydra Familiar Face
Joined: 23 Jan 2007 Posts: 35
|
Posted: Thu Mar 29, 2007 8:15 am Post subject: |
|
|
This is will be hard to do. As I can see the situation you have to make sockets programming and to catch the streamed data into it.
I don't if you can send the video stream via your own network protocol and to catch it on the other side.
Another simple solution is to use ready library such as libsip or something like this.
You can do it with SIP protocol, there is available open source sip library.
Have a look about this. http://www.linphone.org/
This all is not a GTK related programming but it can help you. |
|
| Back to top |
|
 |
dennisWonders Familiar Face
Joined: 20 Feb 2007 Posts: 12 Location: hyd
|
Posted: Fri Mar 30, 2007 4:52 am Post subject: thanks for ur response |
|
|
hai friend thanks for ur reponse
but i didn't get any videophone source in linphone.
bye
Dennis |
|
| Back to top |
|
 |
hydra Familiar Face
Joined: 23 Jan 2007 Posts: 35
|
Posted: Fri Mar 30, 2007 3:34 pm Post subject: |
|
|
You should not have any source code from linphone. Jus use the sip library to transmit the data.
Here you are. http://www.gnu.org/software/osip/
And there is another library too. http://sofia-sip.sourceforge.net/
These both libraries are open source so just donwload them and .... do not forget to thank to the developers of these libraries. They deserve it! |
|
| Back to top |
|
 |
|