Shadyred75 / wombatforensics

Automatically exported from code.google.com/p/wombatforensics
0 stars 0 forks source link

Various File Viewers #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need to implement the various file viewers as different popout widgets/dialogs. 
I don't want tabbed or various button functionality for them, it is easier and 
allows for more comparative analysis when they can be viewed side by side.

Original issue reported on code.google.com by pjrina...@gmail.com on 18 Dec 2014 at 11:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
also need to implement the functionality to allow the user to setup external 
viewers for different files and set their association based on the file 
signature type.

Original comment by pjrina...@gmail.com on 12 Jan 2015 at 1:53

GoogleCodeExporter commented 9 years ago
got video viewer window working and player working with the sample file. i need 
to add video controls to the viewer and figure out how to stream the video from 
the evidence image content to the player.

Original comment by pjrina...@gmail.com on 28 Jan 2015 at 3:21

GoogleCodeExporter commented 9 years ago
found some video viewer code for loading a video from memory, so i'll need to 
implement this functionality for a video

Original comment by pjrina...@gmail.com on 28 Jan 2015 at 3:46

GoogleCodeExporter commented 9 years ago
need to debug this functionality and see what happens with it.

Original comment by pjrina...@gmail.com on 2 Feb 2015 at 4:41

GoogleCodeExporter commented 9 years ago
then i can work on a webkit html viewer and a text viewer with possibly other 
formats.

Original comment by pjrina...@gmail.com on 2 Feb 2015 at 4:42

GoogleCodeExporter commented 9 years ago
fixed video by exporting content to a tmp file and then loading in the viewer. 
need to add functionality for current time when playing and possibly total time 
for the video.

Original comment by pjrina...@gmail.com on 2 Feb 2015 at 5:12

GoogleCodeExporter commented 9 years ago
added timing for the video viewer. onto the other internal viewers: possibly 
webkit viewer, plain text viewer, etc.

Original comment by pjrina...@gmail.com on 2 Feb 2015 at 5:36