Hi, I'm trying to record the video from this stream:
http://www.nbcolympics.com/video/wat...ld-finals.html
The player is some embedded flash based video player, it looks like a youtube player but I believe that it is NOT a youtube video. Just a player that looks identical.
Anyway, I would love to use rtmpdump to grab the video but I can't figure out the rtmp URL. I'm starting to think it is not actually an rtmp stream. I started capturing packets using wireshark, started the video, I can see packets definitely related to the video but the rtmpt filter reveals 0 packets and I can't find any URL. I've also tried looking at the html source of the page and I couldn't find the stream URL there either. What can I do to find this URL and record this steam?
Thanks!