View Single Post
  #2  
Old 03-02-2013, 08:30 PM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: Live Stream [Port]


If you are using Windows...

Start the flash stream.

Open Windows Task manager's processes tab and look up the PIDs (Process Identifier) for:
Code:
FlashPlayerPlugin_11_602_168.exe (or similar)
plugin-container.exe
(To view all process PIDs select: View -> Select Column -> "check" PID)

Execute the Windows command netstat:

Code:
netstat -n -o -p TCP
..and check the foreign address ports that match with the previously looked up PIDs.
Reply With Quote