Find out real locations of flash videos

  • Thread starter Thread starter senmeis
  • Start date Start date
  • Tags Tags
    Flash Videos
Click For Summary

Discussion Overview

The discussion revolves around methods for locating the real URLs of videos played by Adobe Flash Player. Participants explore various techniques, including HTTP traffic sniffing and the use of browser developer tools, particularly Firebug and its successor, DevTools. The conversation includes both theoretical approaches and practical troubleshooting steps.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • Some participants suggest that sniffing HTTP traffic is a feasible method to find video locations, although it may not always succeed.
  • One participant mentions that video locations are often hidden within JavaScript code and recommends using Firebug for analysis.
  • Another participant requests further guidance on using Firebug to analyze traffic and mentions that video files can sometimes be recovered from local directories, though this may only apply to Linux.
  • Instructions are provided on how to use Firebug to inspect elements and find relevant scripts, but there is uncertainty about whether the participant is using the tool correctly.
  • One participant expresses confusion about the Firebug interface and whether they are on the right track in their analysis.
  • Another participant acknowledges the difficulty of tracking down Flash videos due to their embedding in complex scripts and offers tips for navigating the script tab and using search functions.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best method for locating Flash video URLs, and multiple competing views and uncertainties remain throughout the discussion.

Contextual Notes

There are limitations regarding the effectiveness of different tools and methods discussed, as well as dependencies on specific software versions and operating systems. Some participants express uncertainty about the steps they are taking and the outcomes they are observing.

senmeis
Messages
77
Reaction score
3
Hello,I want to find out real locations of videos which are played by Adobe Flash Player. Through reading many articles I realize the only feasible way is to sniff the HTTP traffic and even this method can fail. Is this thought correct?Senmeis
 
Computer science news on Phys.org
The locations are usually buried pretty deep in Javascript. I use Firebug if I'm trying to find stuff like that.
 
Thank you. Could you please give some further information on how to use Firebug (now DevTools) to analyze the traffic and to find out the real location?I just read an article telling that video files can be restored from local directory even though they are labeled as deleted by Adobe, but unfortunately this description is only valid for Linux.Senmeis
 
Once you install Firebug and restart, just right click on the item that you're interested in and select the "Inspect Element with Firebug" option at the bottom. It will guide you right to that spot where you can try to see what script it's referencing. From there, it's just a matter of finding the piece of code that's making the call.
 
  • Like
Likes   Reactions: QuantumQuest
Following your advice I installed Firebug 2.0.19 and right clicked on the page, there is only an “Inspect Element”. Entering this I see seven toolbars from left to right: Inspector, Console, Debugger, Style Editor, Performance, Memory and Network. Is this the right one?Under “Inspector” there is only an object:<object type="application/x-shockwave-flash" id="EventConsoleNG" name="EventConsoleNG" data="http://event.lvl3.on24.com/view/presentation/flash/EventConsoleNG.swf?version=03-03-2017 05:33 PM" align="middle" height="100%" width="100%"><param name="quality" value="high"><param name="bgcolor" value="#000000"><param name="wmode" value="opaque"><param name="allowscriptaccess" value="always"><param name="allowfullscreen" value="true"><param name="flashvars" value="imode=nextgeneration&amp;eventid=1345341&amp;sessionid=1&amp;username=&amp;partnerref=&amp;format=fhaudio&amp;mobile=false&amp;flashsupportedmobiledevice=false&amp;helpcenter=false&amp;key=20891E13A288010645440C64CC8DF5AD&amp;text_language_id=en&amp;playerwidth=1000&amp;playerheight=650&amp;overwritelobby=y&amp;eventuserid=165569651&amp;contenttype=A&amp;mediametricsessionid=132616806&amp;mediametricid=1940773&amp;usercd=165569651&amp;mode=launch&amp;eventserver=http://event.on24.com&amp;cacheinterval=4967856&amp;version=03-03-2017 05:33 PM"></object>Do I have to go to “Network” to analyze all the POST commands?Senmeis
 
Last edited by a moderator:
Inspect Element is the native Firefox debugger. I haven't used that so I can't be of much help with that. You should see a second option if you've installed and enabled Firebug correctly. Do you see Firebug somewhere at the top of the browser?
Firebug.jpg
 
I can see the grey Firebug icon indicating it is deactivated. Whenever I click on it Developer Tools will be opened. I think Firebug is always deactivated because more powerful Deveoper Tools are installed.Senmeis
 
That just means that it isn't currently active. If installed correctly, you should have the option shown below.

Firebug.jpg
 
At last I managed to activate Firebug.Now I click on “Script” button while the flash video is running. A message is showing: No Javascript on this page.In „Net -> Media“ I found a GET command referring to the address: http://event.lvl3.on24.com/media/news/corporatevideo/events/13/45/34/1/rt/1/flashdemo/flashdemo/adi_recording_0125172_mpd/video/2/init.mp4. It looks fine but is not a real video.Am I in the right direction?Senmeis
 
  • #10
senmeis said:
Am I in the right direction?
Probably. It is difficult to track down Flash videos because they are usually pretty deeply embedded in scripts that are called by other scripts, etc. I've searched for flash videos before and they can be hard to find. You'll have to trace through the code until you find it.

A couple of things that will help in your search: When you are on the Script tab, the list of scripts that you can get to are in a dropdown list just below the Console tab. There is also search a search function available when you click somewhere in the script display and select Ctrl-F.
 

Similar threads

Replies
16
Views
3K
Replies
5
Views
881
Replies
2
Views
3K
  • · Replies 58 ·
2
Replies
58
Views
6K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 61 ·
3
Replies
61
Views
5K
  • · Replies 21 ·
Replies
21
Views
8K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 28 ·
Replies
28
Views
3K