Reply to thread

The TvServer has only a list of supported encoders. It doesn't search for other encoders. But you can add every encoder to this list with this patch. You just have to add the specific name of the video and audio encoder to the new table SoftwareEncoder. The TvServer can only detect them, if the name fits exactly to the one in the DB.



All thos log lines are written to tv.log. To find them start SetupTv and click on "Open log directory".


Also using the IAMStreamConfig interface is a little bit more complicated than you thought. When you want to use the IAMAnalogVideoDecoder than you should add it to the RunGraph() method after starting the graph, because probably starting the graph resets your setting.


MisterD


Top Bottom