# Video Chat between ipad and PC browser

**URL:** https://community.wowza.com/t/video-chat-between-ipad-and-pc-browser/38684
**Category:** Wowza Streaming Engine
**Created:** [August 28, 2012, 10:33am UTC](https://community.wowza.com/t/video-chat-between-ipad-and-pc-browser/38684 "2012-08-28T10:33:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![malar\_prathap](https://avatars.discourse-cdn.com/v4/letter/m/8edcca/32.png) [@malar\_prathap](https://community.wowza.com/u/malar_prathap)
#### Post date: [August 28, 2012, 10:33am UTC](https://community.wowza.com/t/video-chat-between-ipad-and-pc-browser/38684/1 "2012-08-28T10:33:10Z")

</div>

Hi,

I have successfully created video chat application using flash with the help of wowza media support. now i have to create the same application for ipad and can able to chat between ipad and Pc browser. how and where to start. i am a beginner in ios development so kindly provide some support for both server and client side code. can i use same server app (like rtmp://ipaddress/appname) in both or should i write separate server module for ipad?

---

<div class="post-metadata">

### Author: ![Randall\_Auriemma](https://avatars.discourse-cdn.com/v4/letter/r/85e7bf/32.png) [@Randall\_Auriemma](https://community.wowza.com/u/Randall_Auriemma)
#### Post date: [August 28, 2012, 12:10am UTC](https://community.wowza.com/t/video-chat-between-ipad-and-pc-browser/38684/2 "2012-08-28T00:10:19Z")

</div>

You can use the same Wowza application if everyone is chatting on the same “Internet chat service” a.k.a. website.

Start with a search for the Livu iOS chat app. They have an SDK available.

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [August 28, 2012, 4:04pm UTC](https://community.wowza.com/t/video-chat-between-ipad-and-pc-browser/38684/3 "2012-08-28T16:04:28Z")

</div>

I don’t think iOS is ready for audio/video chat. There is not a practical solution that I know of. Stick to Flash RTMP clients

Richard

---

<div class="post-metadata">

### Author: ![malar\_prathap](https://avatars.discourse-cdn.com/v4/letter/m/8edcca/32.png) [@malar\_prathap](https://community.wowza.com/u/malar_prathap)
#### Post date: [August 28, 2012, 7:31pm UTC](https://community.wowza.com/t/video-chat-between-ipad-and-pc-browser/38684/4 "2012-08-28T19:31:04Z")

</div>

> You can use the same Wowza application if everyone is chatting on the same “Internet chat service” a.k.a. website.
> 
> Start with a search for the Livu iOS chat app. They have an SDK available.

Instead of using Livu app in my application how could i create of my own application? Also without handling any cupertino stream from server side(other than specify stream type) How can i receive streams from ipad. In my previous application i dint handle that process since i created for flash.
