Matthew Marino
Matthew Marino
yes, this is possible. It can be done in a variety of different ways.One method would be to have a default quality setting which would be overridden when the user...
To stream to devices it is best to use up np dnla. This would require device profiles for transcode configuration vs native format play on the device. -------- Original message...
I just looked at the link in your message. Although it's a up np server, it hasn't been worked on in over 2 years. You're on the right track though.
A better upnp server would be upnpserver https://github.com/oeuillot/upnpserver. I tried upnp/dlna with this module and it works. I was able to stream to my 2 Samsung smart tvs without any...
Have you had a look at omx player? look at this http://www.raspberrypi.org/tag/omxplayer/ and this http://www.menaversity.com/view_page.php?id=18. looks promising...
Hi Jan, long time no hear! Looks like things are going good with mediacenterjs. Just my two cents, I would go angular 1.x. I don't know much about react, but...
I can't speak for the other frameworks, but angular has ui-router for states and is able to use future states with a plugin. I'm just starting to play around with...
I receive an error using findBy with mongodb: Query Builder is not supported by MongoDB. have attempted with the following code: ` repository.findBy({ where: { _id: In([...ids]) } }) repository.findBy({...
for a quick fix, just add ```js // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore ``` above created, started and stopped methods.
sails-generate new-gulp is no longer active. Use [machinepack-sailsgulpify](https://github.com/Karnith/machinepack-sailsgulpify) instead please.