Code:
url = "http://video"+str(server)+".myfreecams.com:1935/NxServer/ngrp:mfc_"+str(cid)+".f4v_mobile/playlist.m3u8"
This this not rtmp dump, m3u8 - HLS playlist
Code:
filename = camgirl + "_MFC_" + timestamp + ".flv"
command = "start ffmpeg -i " + url + " -c:v copy -c:a libvo_aacenc -b:a 128k " + path + filename
Then you save mp4 in flv format.
Why do you deceive us?