Hi.
I'm using XBMC to record some flv streams with rtmpdump.
I use subprocess.Popen(argumentswithpathfordump) in my python archive and works great on windows.
eg C:\blabla\rtmpdump -r........
But on iOS and android nothing happens.. We need the same arguments? I used this for android and iOS:
https://bitbucket.org/S74ck3r/rtmpdu...roid/downloads
http://mediafire.com/?x4cvp5hl4m9xr
Can I do with subprocess.Popen?
Thanks in advance for great work with recent working patch's
