I am the author of a Go package which, amongst things, can emit a live 
H.264 video stream.

I am looking for a way to display (modified/overlaid) images from the 
stream for use in a desktop application which in turn will use my package.

My requirements for a H.264 decoder are:

   - reliably installable on both Windows and Linux
   - does not bring in a whole framework of stuff I don't need
   - capable of decoding frames at 30fps on commonplace hardware
   - the final app must be easily deployable on both Windows and Linux
   
Is anyone aware of such a beast?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to