Closed rcyclope closed 8 years ago
The version of rtmpdump on Linux doesn't support protocol 10 which is needed. At this time I'm unaware of a binary of rtmpdump on linux that can do so.
i find my pb with mkvmerge in ultimate.py i have suppr a piece of line (312) and replace subprocess.call by os.system (315) and work it
315 -> subprocess.call(mkvcmd)
replace by os.system(mkvcmd)
i have changing a few line in "unltimate.py" and "crunchy-xml-decoder" to adapt the script for linux (.\ =>./, rtmpdump.exe=>rtmpdump, mkvmerge.exe=> mkvmerg) installing mkvtoolkit and rtmpdump