You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Your code is a little confusing. I am trying to use it to implement DLNA in a PHP application that already can handle media. The application will be used on an embedded device, and I want DLNA devices to be able to use it.
I understand how the announcer works, but was unable to see how it is used in the PHP. I'm interested in a PHP library that does what you do, rather than a PHP application.
Can you help?
The text was updated successfully, but these errors were encountered:
Well, it is basically a library. implement config.php and line 295 and down of cdCtrl.php in your own script and you're more or less ready to go.
The media files are just looked up in the file system (as configured by config.php) and mapped. If you follow that path you should be able to inject the media, as handled by your existing app.
the announcer is a separate application (c++ or python), what it does is to reference clients to the php stuff. It is not used by the php code.
Hi,
Your code is a little confusing. I am trying to use it to implement DLNA in a PHP application that already can handle media. The application will be used on an embedded device, and I want DLNA devices to be able to use it.
I understand how the announcer works, but was unable to see how it is used in the PHP. I'm interested in a PHP library that does what you do, rather than a PHP application.
Can you help?
The text was updated successfully, but these errors were encountered: