View Single Post
  #3  
Old 09-11-2015, 04:50 AM
Sven2022 Sven2022 is offline
Junior Member
 
Join Date: Sep 2015
Posts: 1
Sven2022 is on a distinguished road
Default

Re: How to dump 04stream


If you have tshark (the command line version of wireshark) here's the command line to get the fields you need to pass to rtmpdump

tshark -i 3 -c 35 -f "port 1935" -T fields -e amf.string -l
Reply With Quote