Is there a way to connect non-smart TV to PC via USB?

2

I have a non-smart TV with USB features, I can plug a USB drive with media like video, music, etc.

But it's kind of hassle to remove and replug everytime I want to fill new data into the USB drive and I'm afraid the USB port will break if I constantly remove and replug.

Is there a way for my TV to access my PC drive? I'm looking for device similar to Chromecast except it's using USB instead of HDMI. Does it exist?

The reason I want a USB device instead of HDMI is that I've tried few HDMI device and the video quality is just not as good compared to play the video directly from USB.

warheat1990

Posted 2016-02-10T16:24:44.537

Reputation: 257

It might be possible but consider this, you are trying to do things backwards. USB is designed for data, HDMI for video & sound. If your TV doesn't have a media player built-in (aka non-smart TV) then you won't be able to play on your PC and stream audio&video over USB, as far as I know. – posdef – 2016-02-10T16:40:43.310

@posdef: My TV have a media player built-in, but no ethernet port. I've tried watching video by connecting my PC to TV through HDMI. Playing uncompressed FullHD video doesn't look as good compared to playing with built-in media player. – warheat1990 – 2016-02-10T16:49:19.727

Possible duplicate of Serve up PC hard drive as USB mass storage

– Ƭᴇcʜιᴇ007 – 2016-02-10T18:12:51.710

1

Also: USB From PC to TV

– Ƭᴇcʜιᴇ007 – 2016-02-10T18:13:29.343

Answers

1

The Sandisk Connect might be a solution. It's a USB flash drive that has WiFi connectivity and after some searching it appears that you can transfer files over USB and WiFi. You'd still have to manually transfer the files via web browser and I have not tried this myself, so you may want to do some more research but it should solve your worry of constantly unplugging it to add files.

https://www.sandisk.com/home/mobile-device-storage/connect-wireless-stick

Decesus

Posted 2016-02-10T16:24:44.537

Reputation: 111

0

Your TV can probably only read USB mass storage devices, so the answer is NO, unless your PC can expose its disks via USB. It needs to have a USB-B or USB-OTG port to do so. This is uncommon (I have never seen it on x86 PCs) but not technically impossible. For example I own an ARM computer running Linux with an USB OTG, and it has an option to expose any block device, including HDD, as USB mass storage via that port.

Dmitry Grigoryev

Posted 2016-02-10T16:24:44.537

Reputation: 7 505