33
submitted 14 hours ago by xelar@lemmy.ml to c/asklemmy@lemmy.ml

I have Samsung UE40J5200AW and it has that screen mirroring feature. Whenever I try to use to cast from Windows 11 to this TV, the stream stops after few mins of playing.

I have no idea if Samsung doesnt allow to play full screen videos from casting devices or not. I have tried to connect both PC and TV via Ethernet and see if it will help, but its happening all the time.

Whats interesting it also happens when I cast via my lineage os phone and I checked it on different TV and had the same issue.

Whats your ways to cast videos from PC/laptop to TV?

all 15 comments
sorted by: hot top controversial new old
[-] shalafi@lemmy.world 3 points 22 minutes ago* (last edited 21 minutes ago)

I'd suggest figuring out the Windows casting issue. My TV is hardwired to the network, so maybe that helps.

Here's a script for a mode switcher. Works great using psexe to wrap it in an executable.

Do {
    CLS
    $Mode = Read-Host "`r`n(W)ork, (P)lay, (M)ovie?"
    } until ( 'w', 'p', 'm' -contains $Mode) 

if ($Mode -eq "w"){
# Work Mode
displayswitch.exe /extend
# Display taskbar and restart Explorer
$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer
    }

if ($Mode -eq "p"){
# Play Mode
displayswitch.exe /external
# Display taskbar and restart Explorer
$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer
    }

if ($Mode -eq "m"){
# Movie Mode
displayswitch.exe /internal
#Hide taskbar and restart Explorer
$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=3;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer
    }
[-] RoquetteQueen@sh.itjust.works 23 points 10 hours ago

I'm just plugged in with an hdmi.

Yup. My gaming rig lives next to our TV

[-] PerogiBoi@lemmy.ca 3 points 7 hours ago

I use an HDMI switch to connect my computer and my chromecast to my projector since it only has one HDMI in port. Wireless comes with all sorts of possibilities for signal degradation (interference mainly, especially from wireless controllers or any smarthome stuff you may have).

[-] Sam_Bass@lemmy.ml 9 points 10 hours ago

wifi from a phone. hdmi from everything else

[-] jeena@piefed.jeena.net 4 points 8 hours ago

Rygel and Chromecast

I use Rygel on my laptop to serve all the videos and VLC for Android on my Chromecast which is connected via HDMI to the TV. Both Laptop and Chromecast are on the same WiFi at home.

[-] cobysev@lemmy.world 9 points 13 hours ago

If I'm on the go, I'll hook up my laptop to the TV with an HDMI cable, set the TV as a duplicate screen so I can close the lid on my laptop (make sure closing the lid doesn't lock your computer or put it to sleep), then use my wireless mouse and keyboard so I can sit on the couch/bed/whatever and control it from afar.

At home, I bought a micro PC that I keep connected to the TV via HDMI. Then I use a wireless mouse/keyboard to control it from the couch.

The micro PC has WiFi so I can connect it to the Internet, and all devices on my home network can see each other, so I can quickly copy something from my regular PC or laptop to the micro PC if I want to view it on the TV.

I mostly use the micro PC for my streaming services. I don't trust my Smart TV to be connected to the Internet, so I don't use any of its apps. But I'm old; I'm used to TVs being dumb devices. I don't like handing over control of my apps to companies; I'd rather access them directly from a computer.

[-] illi@lemm.ee 9 points 14 hours ago

I use a Steam Link, but that's no longer available as hardware, only an app. I don't have any experience with it but I read somewhere you can set up RaspberyPi to work in the same way.

Though I have to say - while it works wirelessly, for games it is better to have wired connection.

[-] cobysev@lemmy.world 4 points 14 hours ago

I did this with my Steam Link in the past. Interestingly enough, my new Smart TV has Steam Link as a downloadable app for it, so I don't need my physical box anymore.

[-] Diplomjodler3@lemmy.world 7 points 12 hours ago

You can use pretty much any device that runs Android or Linux to run Steam Link. Even something like a Chromecast will do.

[-] LaGG_3@hexbear.net 2 points 11 hours ago* (last edited 10 hours ago)

I've used Moonlight (app) and Steam Link (both the app and discontinued physical hardware). They're both pretty decent, but I haven't used either in ages.

It depends on what you're trying to run, but both are free so you should just give it a try.

Edit: I misread the original post as being some silly freeze-gamer question. I used to use the physical Steam Link for watching videos a long time ago, but if you're just running video files I'd recommend something like Plex.

[-] Foni@lemm.ee 4 points 14 hours ago

Try a file app that allows you to view local network devices. If not, with a little more configuration you can find out about Kodi or Plex

[-] Taiatari@lemmy.world 4 points 14 hours ago

You could try and bridge it with the steam link app.

[-] What_Religion_R_They@hexbear.net 2 points 14 hours ago
this post was submitted on 29 Sep 2024
33 points (97.1% liked)

Asklemmy

43462 readers
760 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS