zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Do i need to have my own media engine? #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I successfully tried with the libjingle.But i feel that libjingle uses File 
MediaEngine which take only audio/video files as input/output.If i need to take 
the input from camera then what changes i need to make?
Do i need to replace all your MediaEngine related code or it can be integrated 
somehow?

Original issue reported on code.google.com by satya.bh...@gmail.com on 16 Nov 2010 at 6:14

GoogleCodeExporter commented 9 years ago
Unfortunately, libjingle only provide the File MediaEngine. If you want to use 
camera, then you have to build your own MediaEngine to handle it.

Original comment by jun...@google.com on 17 Nov 2010 at 12:43