Error in example in multiprocessing

2014-07-23 Thread Akshay Verma
Example under
17.2.1.6. Using a pool of workers
<https://docs.python.org/3.4/library/multiprocessing.html#using-a-pool-of-workers>
Has a error. As far as I understand, The input to res sleep function should
be List and not integer.

res = pool.apply_async(sleep, 10)


Let me know if I am wrong.

Best Regards,
Akshay Verma.
-- 
https://mail.python.org/mailman/listinfo/python-list


Python and RTSP client

2014-08-24 Thread Akshay Verma
I have to read a RTSP stream in my program and return network status while
doing so.

Can anybody guide me through it? I have searched online, there are few
repos on github, gstreamer python binding and others. Which one is better?

Best Regards,
Akshay Verma.
-- 
https://mail.python.org/mailman/listinfo/python-list