How to record rtmp from TotalReality.tv?For example, let's say that I want to record http://totalreality.tv/utopia.php
I'm absolutely stuck. The most successful attempt was this, which resulted in an error: Code:
rtmpdump -v -r "rtmp://173.193.197.46/flash/B19573?MTQxMTMzODgyNjs3ZTMyMDA2NGIwOTA1ZTZiNmExMTBmNjgwZjU0MmJhNw==" Code:
RTMPDump v2.4 Code:
connect.?..........app...flash..flashVer...LNX 11,2,202,406..swfUrl..$http://static3.sawlive.tv/player.swf..tcUrl...rtmp://17.3.192.81.172/flash..fpad....capabilities.@m........audioCodecs.@.........videoCodecs.@o....... |
Re: How to record rtmp from TotalReality.tv?Code:
rtmpdump -r "rtmp://173.192.200.78:443/flash" -a "flash" -f "WIN 13,0,0,214" -W "http://static3.sawlive.tv/player.swf" -p "http://sawlive.tv/embed/watch/RjN2NlMzM0OTQ0ZWY2YWU4NTA0ZDdjYjU_/Z2lkcmVhZzE6ZTc0ZDMzMDA0Yzc0NDJkZTFhMDIwM2QxMGMxMGNkMjc6NjMwNmExNT" -y "19573?MTQxMTM1ODU3MTs3YTQ4ZjE0YWY5YTg1MzFmMTVkYzRjMGZmODNkZDM5Nw==" -o "2014-09-21_09-03-11_19573.flv" ![]() |
Re: How to record rtmp from TotalReality.tv?Thank you! It works. How did you get those values?
|
Re: How to record rtmp from TotalReality.tv?Just make sure you have the latest rtmpdump file ;)
|
Re: How to record rtmp from TotalReality.tv?The command you've posted works. But how did you found all values for your command? Did you use Wireshark? Can you give me any link or any other resource where I can see how to make sense of those packets?
|
Re: How to record rtmp from TotalReality.tv?I just use rtmpdump.
|
Re: How to record rtmp from TotalReality.tv?Sorry, I don't want to bother you with stupid questions! But I just don't get the process. So let's say I want to get a feed 3 from http://totalreality.tv/utopia.php. If I'll repeat the process you followed to get those information required for rtmpdump what I should do? You correctly gave me values like:
-W "http://static3.sawlive.tv/player.swf" -p "http://sawlive.tv/embed/watch/RjN2NlMzM0OTQ0ZWY2YWU4NTA0ZDdjYjU_/Z2lkcmVhZzE6ZTc0ZDMzMDA0Yzc0NDJkZTFhMDIwM2QxMGMxMG NkMjc6NjMwNmExNT" -y "19573?MTQxMTM1ODU3MTs3YTQ4ZjE0YWY5YTg1MzFmMTVkYzR jMGZmODNkZDM5Nw==" How have you found those values? As I've said your code works, I just don't get how you figure out the right pageUrl (-p) playpath (-y) and etc. |
Re: How to record rtmp from TotalReality.tv?So, I'll answer my own question. I managed to get values using rtmpsrv. Although I had to modify the rtmpsrv source code a little and re-compile it to make it work with the non-standard port.
|
All times are GMT -6. The time now is 07:26 AM. |