I'm stuck at finding the file name of an RTMP streamHi,
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. |
Re: I'm stuck at finding the file name of an RTMP streamQuote:
Code:
rtmpdump -r "rtmp://cdn.iransima.ir:1935/e-tv3?wmsAuthSign=c2VydmVyX3RpbWU9OS85LzIwMTUgNjowNjozNyBBTSZoYXNoX3ZhbHVlPUtYcnVlZlE2QUtqck1TaE52SWxOS0E9PSZ2YWxpZG1pbnV0ZXM9MTA=/tv3-300k.stream" -T "4cb3b8d53539e241" -o "tv3-300k.stream.flv" |
Re: I'm stuck at finding the file name of an RTMP streamThank you for the reply. I tried rtmpdump command:
Quote:
|
Re: I'm stuck at finding the file name of an RTMP streamQuote:
https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip Ctrl+U to view source code ![]() |
Re: I'm stuck at finding the file name of an RTMP streamThank you again. So, the last question, how did you understand that it's an .flv file?
|
Re: I'm stuck at finding the file name of an RTMP streamQuote:
|
Re: I'm stuck at finding the file name of an RTMP streamNow I'm stuck at redirects. It simply tries to follow the redirect, but ends up with this error:
Quote:
|
Re: I'm stuck at finding the file name of an RTMP streamQuote:
this part is dynamic and expires with time so maybe you need update it by view source page again Code:
wmsAuthSign=c2VydmVyX3RpbWU9OS85LzIwMTUgNzowODo1OCBBTSZoYXNoX3ZhbHVlPTFjWUNsdk1oSEM3VE5FRDlhTTNVRHc9PSZ2YWxpZG1pbnV0ZXM9MTA= |
All times are GMT -6. The time now is 09:21 AM. |