View Single Post
  #7  
Old 09-18-2012, 04:10 AM
RedPenguin RedPenguin is offline
Member
 
Join Date: Feb 2012
Posts: 85
RedPenguin is on a distinguished road
Default

Re: Veetle RTMPDump Script?


Thanks I got the script and it seems to work somewhat.

VLC never seems to play anything.

Yet when I modified it to use mplayer -dumpstream it gives strange files that only VLC can play and ffmpeg refuses to convert. While others don't even open in VLC.

Any other program I can use to dump the http stream?

EDIT: Thanks to the fine folks over at the XBMC Forums for the Veetle Plugin I found out that Veetle actually "broke" the FLV file header making it a "GGG" header instead. So media players/converters just refuse to do anything with it not understanding what it is.

But I found out if you open recorded file with HxD Hex Editor and change GGG to FLV in "ASCII" mode and save, file is completely normal then.

Last edited by RedPenguin : 09-19-2012 at 03:34 AM.
Reply With Quote