Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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" |
#3
|
|||
|
|||
Re: I'm stuck at finding the file name of an RTMP streamThank you for the reply. I tried rtmpdump command:
Quote:
|
#4
|
|||
|
|||
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 |
#5
|
|||
|
|||
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?
|
#6
|
|||
|
|||
Re: I'm stuck at finding the file name of an RTMP streamalways see .flv with rtmpdump
|
#7
|
|||
|
|||
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:
|
#8
|
|||
|
|||
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= |
Tags: file, rtmp, streaming |
Thread Tools | |
Display Modes | |
|
|