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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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