View Single Post
  #2  
Old 09-09-2015, 12:09 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: I'm stuck at finding the file name of an RTMP stream


Quote:
Originally Posted by nefcanto View Post
Hi,

I want to find the information of an RTMP service. But I can't. Using WireShark I can find the server path, and even security token, and using URL Snooper I can find out that the protocol is actually RTMPE.

Yet I'm unable to find the "file name". One that looks like "mp4:filename.mp4" for example.

The website address is:

http://www1.iransima.ir/

Each link is a stream of a different channel.

The URL of the rtmp stream that I can find is:

rtmpe://edge5.iransima.ir/e-tv3?wmsAuthSign=c2VydmVyX3RpbWU9OS85LzIwMTUgNTo0Mz ozNyBBTSZoYXNoX3ZhbHVlPW8yekpUMkV0aWp0Ykx5aWZBdll2 NlE9PSZ2YWxpZG1pbnV0ZXM9MTA=

But as you can see, it doesn't contain the file-name part. How can I find the file name?

Any help is highly appreciated.
Code:
rtmpdump -r "rtmp://cdn.iransima.ir:1935/e-tv3?wmsAuthSign=c2VydmVyX3RpbWU9OS85LzIwMTUgNjowNjozNyBBTSZoYXNoX3ZhbHVlPUtYcnVlZlE2QUtqck1TaE52SWxOS0E9PSZ2YWxpZG1pbnV0ZXM9MTA=/tv3-300k.stream" -T "4cb3b8d53539e241" -o "tv3-300k.stream.flv"
you can find all info in source page code
Reply With Quote