satishsampath / frame-server

Plugin for video editing apps to do FrameServing.
GNU General Public License v2.0
82 stars 13 forks source link

how to add my own application #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. (does not apply)

What is the expected output? What do you see instead?
(does not apply)

What version of the product are you using? On what operating system?
(does not apply)

Please provide any additional information below.

i am the main developer of an open source engine for realtime graphics 
(http://gem.iem.at)
i would like to be able to run my engine as a frameserver.
the question is, whether i can hook into DFS, or whether i have to write 
everything myself (including liberal copying of your code :-))
it would also be nice to have some (developer) documentation (e.g. architecture 
diagrams)

Original issue reported on code.google.com by umlae...@gmail.com on 14 Jan 2011 at 8:15

GoogleCodeExporter commented 9 years ago
The frameserver works as a set of plug-ins, a core DLL containing common code 
and audio/video codecs which will call the frameserver in realtime for reading 
the audio and video data. For your realtime graphics engine you'll have write 
code similar to one of the frameserver plug-ins to create a signpost API file 
and to serve audio and video when requested by the codecs.

For a simple example see 
http://code.google.com/p/frame-server/source/browse/trunk/src/Wax/WaxFS.cpp, in 
particular the CWaxFS class and its methods.

Original comment by satishk...@yahoo.com on 6 Aug 2011 at 5:23