View Single Post
  #1  
Old 07-25-2013, 08:02 AM
fightnight fightnight is offline
Junior Member
 
Join Date: Jul 2013
Posts: 5
fightnight is on a distinguished road
Default

Using rtmpdump (XBMC) with Android/iOS


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
Reply With Quote