I'm trying to capture the video steam url for a video I have running in my web browser. On fiddler I can see the css, plugins and images in the traffic that relate to the video but I don't see anything about the video stream. Is there anything I can do to see that?
On this link I saw they used fiddler to find the url for a video stream.
On most sites I used before one of the .html
or .js
files has an url to the video stream.
It often starts with rtmp://
, so you could search in for it in a files response text.