More > JRiver Media Center 25 for Linux
JRiver Media Center 25.0.114 for Debian (amd64, i386 and armhf)
JimH:
I think it was an app he wrote and he fixed it in the source. At least that's my guess.
Mike Noe:
Jim is correct. I am using the Qt UdpSocket interface to join the SSDP multicast group (239.255.255.250:1900), then just connecting to the "read" signal with a timeout. You can see all the traffic this way, then filter out what you want (my case, looking for ST=roku:ecp & SERVER.includes("roku")).
For some reason (Qt bug?), on the same host, when MC server is already running, everything works normally even if I don't close the socket after each query. HOwever, if I start my app first (before the MC server), the roku datagram shows up as normal, then start MC server, the roku datagram never shows again after subsequent queries, unless I close the socket and re-bind/re-join in my app.
For a listener like this (every 30sec) I'm not sure if the indicated pattern is to: open socket -> bind -> join Multicast -> query (wait for results) -> close socket, but it works.
RoderickGI:
Thanks Mike.
Not something I can use to diagnose my DLNA issues unfortunately though. But worth asking. 8)
mwillems:
This build errors out on a raspberry pi for me. Specifically at launch MC shows a black window labelled "information" and offers an "ok" button, but has no other text, which then spawns another identical window, and then MC closes. The 113 build works fine.
bob:
--- Quote from: mwillems on November 15, 2019, 11:32:59 am ---This build errors out on a raspberry pi for me. Specifically at launch MC shows a black window labelled "information" and offers an "ok" button, but has no other text, which then spawns another identical window, and then MC closes. The 113 build works fine.
--- End quote ---
Seems fine here.
Is it possible you interrupted it during it's first start?
That can corrupt the users Skin directory.
You might try removing it (~/.jriver/Media Center 25/Skins) and re-run MC25.
Let us know if that works.
Thanks.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version