I would like to connect a DVB TV receiver (eyetv netstream) with LAN interface via a Raspberry Pi to a local Wifi network. The RasPi should bridge the LAN to Wifi. Most importantly the receiver should get the IP address from the central router, not from the RasPi. And all local devices should be able to access the receiver with the same IP address (from the DHCP server).
At the end I would like to access the receiver from a tablet for live TV streaming and from the Raspberry Pi which should record via tvstreamrecord from the receiver.
Code: Select all
/--------\ /--------\ /-----------\ /----------\
| Tablet | (((Wifi))) | Router | (((Wifi))) | Raspberry | --- LAN --- | Receiver |
| (App) | | (DHCP) | | (record) | | (DVB-T) |
\--------/ \--------/ \-----------/ \----------/