views:

102

answers:

1

Hi Developers,

We are developing plugins which convert media file as the source and convert in to other format that can be used by DLNA compatible device in android.

Any help on how to deal with media and its file format and convert into DLNA file format..

Any idea will be appreciable...

Thank you

A: 

There are several containers and codecs supported by DLNA, most of which can be created with FFmpeg.
Specs: http://www.dlna.org/industry/why_dlna/key_components/media_format/
Now do you plan to do the conversion on the device or will a server be involved? There are several servers on this approved / supported list: http://www.rbgrn.net/content/21-how-to-choose-dlna-media-server-windows-mac-os-x-or-linux
If you plan to do conversion on the device, there are ports of FFmpeg that run on Android but your mileage will vary of course.

Mondain
@Mondain : Thanks for ur time...
Rakesh Gondaliya
here look at my requirement if u have can guide me 1> Source : Stream or Media 2> Target : DLNA complianted device 3> My plug in will able to convert media to UPnP/DLNA format. This plugin will be available from the the server. 4> My app : Will connect source to target...this plugin will be available for download from server...
Rakesh Gondaliya