17 comments

  • obviyus 1 day ago
    I tried this for a while with ErsatzTV and really loved it. I don’t have cable anymore but I remember fond memories of cycling through channels as a child.

    I set up a food channel that would cycle through Masterchef and a few travel cooking shows, one for anime and one for Bollywood movies.

    It was incredibly enjoyable. I could just put on a channel after work without having to consciously make a decision on what to watch. Just watch whatever’s on the channel and switch over to something else if it didn’t click!

    Definitely going to try this out on my NAS.

    • thakoppno 1 day ago
      > fond memories of cycling through channels as a child

      One thing that’s missing is the low-latency old analog systems had changing channels. Has anyone figured out a way to achieve this in the digital era?

      • joezydeco 23 hours ago
        I worked on a DVB-H receiver back in the day and we tried to speed it up by having a complete second tuner in hardware and starting the acquisition on the next stream while decoding the first one.
        • thakoppno 23 hours ago
          That’s fun. I suppose flipping up channels is far more common than down, but presumably one direction would be faster with this solution.
          • joezydeco 2 hours ago
            We reversed the direction if the user started going backwards. We talked about a third tuner to hold the previous channel if they decided to reverse direction but the cost wasn't worth it.

            The whole technology was kind of a dead man walking by that point in history. iPhone killed it all.

          • justinsaccount 22 hours ago
            Not really. the definition of what the 'next' stream is could easily change depending on what the last button you pressed, with the assumption that you would continue pressing that button:

              * up - next stream is one more channel up
              * down - next stream is one more channel down
              * last/prev - next stream is the previous channel.
    • krick 23 hours ago
      That sounds fun, is it computationally expensive? Is it, like, actually processing the stuff even if nobody's watching? I'm not gonna try it on my current NAS, because it's all HDDs and I can hear it in the room, so I mostly use it as "cold" storage, but your post really made me want to try it. Also, now that I'm thinking of it, must be pretty hard for HDDs too, if you don't use some dedicated all-SSD NAS specifically for that...
      • ertian 23 hours ago
        No, unless somebody starts a stream there's no computation. If nobody is watching, it's idle.

        If somebody tunes in, the server figures out where to start the stream and begins streaming.

      • unixhero 20 hours ago
        /r/homelab and /r/homedatacenter called. We love computationally expensive.
        • sublinear 12 hours ago
          > Please don't post comments saying that HN is turning into Reddit. It's a semi-noob illusion, as old as the hills.
          • unixhero 1 hour ago
            (1) Are you missing some words in your sentence? I would understand your point if you said "don't post comments ** like that ** it makes HN feel like it is turning into Reddit **.

            However I cannot understand how you extrapolated that I actually stated that Hacker News is turning into Reddit. That is factually and materially evident by my non-editable comment above.

            I assume that you meant (1) and I can understand where you are coming from.

            However we are just extremely into hosting our own servers and services. Some go to extremes, and there really are no places on the internet like /r/homelab and /r/homedatacenter , maybe only /r/selfhosted .

          • gnarlynarwhal42 11 hours ago
            I didn't read his comment as saying that HN is turning into Reddit, just a bit of a joke about some people not minding or flexing the intensity of the "idle" state of their lab
    • skerit 1 day ago
      I tried ErsatzTV, but didn't manage to get it actually up and running. This was a few years ago though, guess I'll try again!
      • dewey 1 day ago
        I’ve done it a few months ago and it was super smooth. Sounds like the process got better.
  • wpm 1 day ago
    Once you have the channels, the next step is to pick up a few old RF modulators and run your own cable TV network at home. https://www.youtube.com/watch?v=W7m7OW2xrJE
    • tbyehl 7 hours ago
      There are more modern versions of such things that can do ATSC / QAM for full HD. I picked one up that takes multiple HDMI inputs with the idea of transmitting a couple outdoor cameras to our TVs but got sidetracked with the realization that none of the coax in my home is convenient to any of our TVs.
    • dantastic 21 hours ago
      This is awesome! This is what I'd like to do at home albeit with DVB-T.

      I've seen a lot of clabretro's videos and am especially hooked on the token ring series. I don't know why since that was just outside of me starting to work on networking (we ran a 10-base-2 at home since my dad worked in networking) but he's so calm and a good story teller. Highly recommended channel!

    • doublerabbit 18 hours ago
      I recently bought an HDMI Transmitter and as my laptop's HDMI port doesn't output sound. I've rigged a Bluetooth RX/TX dongle plugged in to the headphone-out port which made me giddy in nerd. It's voodoo.

      Being able to stream from my laptop to my TV in 1080p without any additional cables and using emulators for games is kind of dark magic.

      I need to purchase a usb DAC and better quality BT streaming devices, creative a web-ui to finish the setup. But that was cool, would love to do something when I upgrade from an apartment especially with the 3x cable monitors.

      • Rebelgecko 17 hours ago
        Is latency noticable for games or NBD?
        • doublerabbit 15 hours ago
          Not that I have noticed. Everything has been ace.
  • haunter 22 hours ago
    I'm backing up my Youtube favorites locally since 2018, so far 10k videos. I might try to use this because seems like would be a fun way to play them in the background on a second monitor.
    • jasonjayr 15 minutes ago
      How do you guard against getting your downloader connected to your google account (by IP address or some other association), and getting your google account perm-banned?
    • emacsen 12 hours ago
      I've been thinking about this myself. I have a few questions for you.

      The first is how you organize them. With 10k videos, do you organize the files in some way?

      Secondly, aside from this project, have you found a nice way to browse/watch these videos?

      Thirdly, any chance you could throw your scripts up somewhere?

      • monkeywork 11 hours ago
        Check out pinchflat. Think of it like sonarr for yt channels. I use it to grab content for my kid that he consumers via Plex so I can limit what he sees and remove the algo.

        Pinchflat does all the renaming, metadata, and file structure as I configure.

      • bazmattaz 5 hours ago
        You can add the content to Plex and browse your YT downloads there
    • VTimofeenko 21 hours ago
      I've been thinking about doing this. What's your setup?
      • madphilosopher 20 hours ago
        Not the OP, but I have a Postfix mail server running on my home media box that receives YouTube URLs sent to its special email address. Postfix passes the message to a Python script that parses out the URL and places it into a Redis queue. A second Python program, running as a daemon, watches the queue and then downloads the video using yt-dlp. I can also enqueue video URLs from the command line.

        This is the command that the daemon runs to request 720p, for example:

            command = 'yt-dlp --write-info-json -f "bv*[height<=720]+ba" --output "out.%%(ext)s" --merge-output-format mp4 "%s"' % url
        • darkwater 18 hours ago
          Sounds like how RMS browses the web. Nice setup, by the way.
        • yard2010 20 hours ago
          You live in the future
      • haunter 20 hours ago
        yt-dlp

        I just parse the URLs from the liked playlist every couple of days with a Chrome extension then simply run the app.

        yt-dlp would work automatically too with logins but I'm always too nervous that Google would just straight up ban my account for whatever reasons. So I rather do it in a more manual way.

      • add-sub-mul-div 20 hours ago
        I run a flask app with an endpoint that takes a video URL and runs yt-dlp. I have a bookmarklet that submits the URL of the current video page I'm on to the web service.

        Also when I'm in NewPipe on the phone I can go to a video and share the URL to an app that forwards it to the web service.

  • miki123211 6 hours ago
    Something like this needs to exist for radio / music streaming, preferably in a physical form factor.

    A lot of older people's objection to streaming is "I want to push a physical switch and get decent music + news + a bit of talk from a nice-sounding speaker". Radio provides this. Streaming does not.

  • matthewcanty 23 hours ago
    My dad, who passed away 2023, left a stack of over 100 VHS tapes full of 80s TV. It’s mostly music (esp. bass guitar orientated), steam trains, photography and I think this would make the perfect way to digest that content.

    Thanks for sharing.

  • smegger001 1 day ago
    I have been threatening to do this for a while just put all of my dvd rips on a server on make channels based on genera scifi (star trek stargate etc) cartoon (loony toons popeye...) sitcoms (scrubs HowIMetYourMother Frasier Cheer) all of my kids horrible shows on another. i often find i end up flipping thorugh netflix with option paralysis when i mostly want background noise this would be nice.
    • kilroy123 1 day ago
      I recommend it! I did that and started using https://www.quasitv.app, which is similar. It completely removes the paralysis you're talking about.
    • hypercube33 23 hours ago
      After using pluto.tv for a while this inspired me to look into some HD rf modulators and get this project going
  • m348e912 17 hours ago
    Tangentially related, if you like the "cable tv" concept of streaming, https://ytch.xyz which has been on HN before provides a similar expierience.
  • mystified5016 2 hours ago
    I installed and set this up with my jellyfin server last night.

    It's a but rough around the edges, but still pretty good for a project that is obviously in the early stages.

    The transctranscoding pipeline seems a bit confused, though. It seems like Tunarr is streaming meadia (raw?) from Jellyfin, and doing its own transcoding. Then jellyfin sees it as a raw broadcast signal, and then transcodes 2-5 second chunks to send out to the client.

    Every client I've tried to use has had some real buffering problems. The system can just barely pump out frames fast enough for a 1:1 playback speed. Most clients only ever have a few seconds in the buffer, so interruptions are frequent. It also seems to not support subtitles correctly? All of my shows have subtitles, but I don't get an option to enable them during playback.

    Jellyfin also doesn't seem to like the program guide.

    One of my channels shows up correctly, and the guide info is integrated into jellyfin. If I open that channel, it shows me thumbnails for all upcoming episodes, and they're linked to the episodes in my library. The other channel has nothing. I can only show what's playing now.

    But, it's all pretty simple to set up, and my husband is thrilled about his favorite comfort show now being on a permanent loop he can tune into at any time

  • unixhero 20 hours ago
    Yes!!! I have been wanting to make this for a long time. I want to make 1990s TV channels and have them on TVs around the house.

    I just love the feeling this gives. I'm even almost tempted to add some K-Mart infomercials vhs rips:)

  • tdhz77 15 hours ago
    FYI, Netflix will release a similar concept soon.
    • crawsome 5 hours ago
      Yeah but you’re at the mercy of their contracts and their captive experience.
  • nighthawk454 19 hours ago
    Does anyone know how this compares to ErsatzTV?
  • digitaltinfoil 22 hours ago
    What a dream!! This is something I have wanted for a long time, and can't wait to set this up
  • at_a_remove 12 hours ago
    Dumb question, but is every channel "synched" such that, if two different users tune in on Jellyfin, at separate times, they will still see the same thing at (roughly, given latency, et al) the same time?

    I was not able to figure this out from the docs thus far.

    • zf00002 3 hours ago
      By default, yes. There is an option when creating a "channel" to make it on-demand too.
  • JadoJodo 17 hours ago
    Now we just need some free, open-licensed commercials for non-existent products and services to inject at random intervals throughout the program. (Only mildly joking)
  • floathub 23 hours ago
    Now if you set up some DVR software to record the channel ...
  • add-sub-mul-div 1 day ago
    "If you want to play the TV channels in Plex using the spoofed HDHR, Plex Pass is required."

    FYI with ErsatzTV, the one I use, (which is great) a Plex Pass isn't needed.

    • byronvickers 20 hours ago
      If you've got it working then obviously it must be possible, but I'm a touch confused because the ErsatzTV documentation says "A Plex Pass is required for ErsatzTV to work with Plex." (https://ersatztv.org/docs/user-guide/configure-clients)

      Is it possible that you had this working in the past but Plex has since removed the functionality from their free tier?

      • add-sub-mul-div 19 hours ago
        I've never had a Plex Pass and I currently use ErsatzTV through Plex daily. I also tried out Tunarr this afternoon and got it working. Though I'll be sticking with ErsatzTV.
  • curtisszmania 1 day ago
    [dead]