PDA

View Full Version : How to sniff out rtmp(e) streams


Galeni
03-20-2011, 11:20 AM
Hello.

I hope this is on a right forum, my apologies if it is not.

Does anyone know if it is possible to sniff out rtmp(e) streams running at given minute if you know the first part of the address? For example you know the stream is going to be rtmpe://127.0.0.1/address/8/xxxx (where x's are random numbers) but you don't know which combination of numbers is currently used.

Thank you

Stream Recorder
03-21-2011, 04:32 AM
How to find RTMPE stream URLs
How to find rtmp:// stream URL: Software to sniff, snoop RTMP links

Galeni
03-21-2011, 12:28 PM
Thank you for the response.

I guess my question was too vague... I do know how to get the url of the stream that you have actually playing in your browser, I was more interested if there is a possibility of finding out an address for the stream that you only suspect is running on the server but can't actually get. From what I read it seems it is basically impossible?