Samsung TV SSDP (DLNA) relay from IOT -> HOME vlan
-
Personally I have spent enough time battling protocols that were never intended to operate between subnets. I just put the clients and servers on the same layer2 whilst streaming avoid the problems.
-
@stephenw10
I gave this up as well. Now I run my DLNA server within a container which is connected to the layer 2 network of the TV. -
@viragomann said in Samsung TV SSDP (DLNA) relay from IOT -> HOME vlan:
I gave this up as well.
Not that I "gave up" - I never even considered it to be honest. Breaking L2 is not a good thing.. My printer sits on the same network that my clients that would need to use discovery "airprint' connect. My other devices can just point to the fqdn/ip of the printer that sits on that network, no need for discovery.
So everything that would need to use that printer can. No breaking of L2 needed.
-
@stephenw10
@viragomann
@johnpozI kind of agree with what you all are saying and I already made the decision to not continue this route, though that still is not taking away my desire to get this working, because I hate when I can't get things done, even though I already have set different plans.
I cannot stand the fact that it randomly works and then keeps working, most likely because it knows how to get to the streaming device (by the way, in English, the streaming device, is that the phone or the tv?) - but then when restarting the relay tool, it fails again.
That seems to me that fw rules should be at least decent enough, because it's allowing the action to stream and there is discovery, only at random times.
Probably relaying of SSDP is different than mDNS, as I mentioned before, because of opening random ports for replies, I guess that must be relayed too and my bet is that there is most likely the point of failure, but it can easily still be the fw rules.Anyway, probably not getting the solution for this and I can be ok with that, but then I still need some kind of other solution, because the tv is making too much noise for me, so i need it separated at least for my paranoid mind :-)
I thought of the open protocol for streaming, nymphcast i believe if i remember correctly, then have some Pi to work with this, would that be any good?
I read viragomann's solution with dlna server, that would be some solution too, the dlna server sits in both networks, isolated in a container?I hope to get some more suggestions to keep me going ;-) thanks all
-
@hardware_bxl yeah ssdp would be different than avahi which is only for mdns. there is pimd and or udp broadcast package.. Neither of which I have any play time with.
DLNA is great for say grandma.. to get her devices to work. What exact media server are you using that your trying to find via dlna from your TV?
I use plex, which also has dlna, but I have actually gone out of my way to remove all that noise from my network.. I have acls on my switches to block all the ssdp broadcast shit it sends out, etc. I have zero need for it, since the plex clients don't actually need it to function. They know what the IP of your server is, and connect directly to the IP on port 32400..
What server are you trying to connect too.. I am pretty familiar with all the major media server software, plex, emby, jellyfin..
If what your using requires dlna - I would pick a different product. dlna would be fine if your on 1 flat network.. But if your wanting to segment your network up.. dlna was never meant to work across subnets..
-
Yup I hate when I know something can work but it won't!
But I also hate client devices that can only auto discover when you know it would work perfectly well if you just enter an IP. Grrrr...
-
@johnpoz said in Samsung TV SSDP (DLNA) relay from IOT -> HOME vlan:
DLNA is great for say grandma.. to get her devices to work.
And me. Sadly my Samsung TV provides no other possibility to stream media files from another device over the network than this.
-
@viragomann you know you can pickup a roku or firestick for like 15$ ;) when they go on sale or prime day, etc.. I see the 4k firestick currently for $25..
-
Yup that^. That is why "Smart TVs" are a terrible idea. There's no incentive for Samsung (or any manufacturer) to keep updating their firmware. Display + replaceable-smart-bit will always be superior.
-
@stephenw10
I know. However, it's way more comfortable to have all functions integrated in a single box, and can control them all with a single remote.And as my TV is in my IoT wifi, which neither does allow communications between the wifi clients nor to other local subnets, but only the isolated DLNA server, which is bridged to the IoT on pfSense, if have not much security concerns regarding this to be honest.