M
M
Macbet2013-12-22 18:28:39
Python
Macbet, 2013-12-22 18:28:39

How to create your own DLNA Server?

Hello, I am a programming student, and for training practice we were asked to write our own application (for any OS) of our choice, and I would like to try my hand at creating a DLNA server for Windows, could you tell me which way to dig, I have knowledge of python and basic knowledge of C

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
svd71, 2013-12-22
@Macbet

could you tell me which way to dig

first you need to deal with all the DLNA protocols. Understand the meaning of how and in what sequence the client accesses the server, what commands it sends to the server, what responses the server sends back. When such a picture settles in your head, then you need to move on to dividing into parts, how commands are processed and where to get data for answers.
After that, it is already worth moving on to programming.
PS: in the form of a tutorial for your prototype, I advise you to download the source code from the minidlna project

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question