Instant messenger streaming with libVLC python wrapper -


i'm trying develop instant messenger client supports video streaming. working libvlc wrapper python. basic functions of im client there, problem comes video streaming. i've been able basic tests streaming video , playing in tkinter form own code. when comes streaming many users, , recieving many streams other users i'm lost. i'd appreciate can give me, maybe not right way , can point me out direction should take, helps not experienced programmer. in advance.

i don't think easy. http://wiki.videolan.org/videolan_videoconference#see_also might give clues directions try...


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -