ianblenke / telepresence

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

ffmpeg used in telepresence #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
telepresence revision : 140
doubango revision : 1116
operating system : CentOS 64bit ver6.5

I build doubango with ffmpeg, and build telepresence. Then telepresence is run, 
but video/audio codec are in the state of unregister.

I review the source code of telepresence. 

In the file of OTEngine.cc, av_register_all() and avfilter_register_all() are 
called in the function of OTEngine::OTEngine(). And there is one log, 
"'av_register_all()' not called by Doubango as there is no dependncy with 
libavformat". What does that mean? are the two functions useless?

where to register codec in the source code of telepresence? 

Looking forward to reply! :)

Original issue reported on code.google.com by andrewm...@gmail.com on 17 Jun 2014 at 10:38

GoogleCodeExporter commented 8 years ago
Don't know why you think the codecs are in the "the state of unregister" but 
this is not true. The code you're pointing is correct. 

Original comment by boss...@yahoo.fr on 17 Jun 2014 at 12:13