View Single Post
  #3  
Old 03-21-2012, 06:50 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Extract rtmp stream from Wireshark capture


Quote:
Originally Posted by HansMayer View Post
Hi,
I've captured a stream with wireshark. Now I want to extract the video from it, but all my tries failed. I've found a extract-rtmp-flv perl script here, but it can't read the dump either:
Code:
 Unexpected tcpdump header line, line 1:
?????A?iOz?
Any infos on this?
make sure that you save the caputre file in tcpdump format. any particular reason to use such obsolete way of capturing video? why don't you use rtmpsrv or rtmpsuck instead?
Reply With Quote