简体   繁体   English

如何使 chromecast 成为 dlna 接收器/客户端(间接)

[英]How to make chromecast a dlna receiver/client (indirectly)

I got a chromecast, rPi, PC, iphone, android tablet.我有一台 chromecast、rPi、PC、iphone、android 平板电脑。 The apps I want to cast live video from only support DLNA, and I want to watch those lives using chromecast.我想从中投射实时视频的应用程序仅支持 DLNA,我想使用 chromecast 观看那些生活。 I think it maybe kinda like this:我认为它可能有点像这样:

[1.Phone apps] -> [2.Conversion server] -> [3.Chromecast] [1.手机应用] -> [2.转换服务器] -> [3.Chromecast]

1.Phone apps can show a list of DLNA receiver to cast its live video to; 1.手机应用程序可以显示DLNA接收器列表以将其直播视频投射到;

2.Conversion server can be detected as DLNA receiver, it receives lives sent from phone apps and convert them to something that chromecast supports in real-time, then send them to chromecast; 2.转换服务器可以被检测为DLNA接收器,它接收手机应用程序发送的生命,并将其实时转换为chromecast支持的内容,然后发送到chromecast;

3.Chromecast is plugged to TV, it receives things from conversion server, so I can watch them on TV. 3.Chromecast 插入电视,它从转换服务器接收内容,所以我可以在电视上观看。

Let's say the server is shown as DLNA receiver [myRelay].假设服务器显示为 DLNA 接收器 [myRelay]。 The use case would be like this: I open my app on my phone, select where to cast live video to(which is myRelay) from detected device list, myRelay do the conversion thing and send them to chromecast, then I can watch live video on my TV.用例是这样的:我在手机上打开我的应用程序 select 从检测到的设备列表中将实时视频投射到哪里(即 myRelay),myRelay 进行转换并将它们发送到 chromecast,然后我可以观看实时视频在我的电视上。

The problem is, I don't know how to set up the server, what kind of sofwares out there I can use.问题是,我不知道如何设置服务器,我可以使用什么样的软件。

Maybe there is some kind of server that can run on rPi?也许有某种可以在 rPi 上运行的服务器? I don't know.我不知道。 I'm new to this.我是新手。

Please help!请帮忙!

If you want to use the Pi, check out this instructable: https://www.instructables.com/id/Raspberry-Pi-Media-Server-MiniDLNA/如果您想使用 Pi,请查看以下说明: https://www.instructables.com/id/Raspberry-Pi-Media-Server-MiniDLNA/

Keep in mind that depending on the model, the WiFi might chug when trying to stream high-bitrate content.请记住,根据 model,WiFi 可能会在尝试 stream 高比特率内容时突突。 It might be better to connect the Pi to the network via Ethernet.最好通过以太网将 Pi 连接到网络。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM