.net - Cross-platform Video/Audio codec -


i'm looking dotnet audio/video codec should work on different platforms windows/linux/(later)ios/(later)android. because of these platforms can't use directshow ( windows ) , looked codecs open source.

all of them ( h.323 ) written in c++ , need in dotnet ( c# ) because working mono in project. writing c++/cli wrapper seems huge work because thoose codecs huge.

has ever before? there video codecs or commercial solutions on www ( found none )?

even if tools off topic, there question behind question, is: "how create codec if there aren't c# codec format x."

i can give tip finding several sources , project progressing:

  • java. cross-platform tools come cross-platform language. search java projects, on open source hosting platforms. java similar c#, beginner, porting code can done in hours. use translation tools. apart obsession customized byte buffers, , absence of delegates, it's rather similar.

  • observe. use 1 of 3 or 4 major decompilers, , examine structure of existing dlls or commercial products. focus on platforms managed code silverlight or windows phone.

  • keyword. codecs using specific technologies in algorithms. memorize class names come often, typing them in search engine lead directly project focus more , more on need.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -