-
1 Attachment(s)
transmit on device
Hello, surely you have seen that it is possible to transmit a multimedia file to devices, Chrome cast, SmatTV etc. Some windows applications do it as for example the image / video viewer, is there any interface that gives us windows to do this ?.Attachment 175177
-
Re: transmit on device
See this thread a while back from Elroy:
"Devices and Drives" ... accessing them via VB6:
http://www.vbforums.com/showthread.p...g-them-via-VB6
-
Re: transmit on device
"Cast to device" operations typically send a request to a DLNA client to pull a stream from the UPnP/DLNA host device. It's little more than a sort of "remote control" operation.
I don't think there is any such thing as "pushing" to streaming players.
-
Re: transmit on device
-
2 Attachment(s)
Re: transmit on device
I played with some of this a while back but I didn't get far before moving on. Maybe it could help you get started?
I noticed that some devices will return multiple responses to the broadcast query.
Attachment 175181
-
Re: transmit on device
Thank you very much for your help I am already seeing some examples of uPNP in the msdn, it will take me a little time, for the moment I will try to pass the url of a video if I can link it. Everything I can do, I'll share it here