Most active commenters

    ←back to thread

    200 points Larrikin | 16 comments | | HN request time: 0.299s | source | bottom
    1. obviyus ◴[] No.43665405[source]
    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.

    replies(4): >>43665500 #>>43666034 #>>43666505 #>>43675058 #
    2. skerit ◴[] No.43665500[source]
    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!
    replies(2): >>43665510 #>>43675062 #
    3. dewey ◴[] No.43665510[source]
    I’ve done it a few months ago and it was super smooth. Sounds like the process got better.
    4. thakoppno ◴[] No.43666034[source]
    > 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?

    replies(1): >>43666189 #
    5. joezydeco ◴[] No.43666189[source]
    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.
    replies(1): >>43666377 #
    6. thakoppno ◴[] No.43666377{3}[source]
    That’s fun. I suppose flipping up channels is far more common than down, but presumably one direction would be faster with this solution.
    replies(2): >>43666968 #>>43672991 #
    7. krick ◴[] No.43666505[source]
    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...
    replies(2): >>43666532 #>>43667907 #
    8. ertian ◴[] No.43666532[source]
    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.

    9. justinsaccount ◴[] No.43666968{4}[source]
    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.
    10. unixhero ◴[] No.43667907[source]
    /r/homelab and /r/homedatacenter called. We love computationally expensive.
    replies(1): >>43670026 #
    11. sublinear ◴[] No.43670026{3}[source]
    > Please don't post comments saying that HN is turning into Reddit. It's a semi-noob illusion, as old as the hills.
    replies(2): >>43670296 #>>43673366 #
    12. gnarlynarwhal42 ◴[] No.43670296{4}[source]
    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
    13. joezydeco ◴[] No.43672991{4}[source]
    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.

    14. unixhero ◴[] No.43673366{4}[source]
    (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 .

    15. j45 ◴[] No.43675058[source]
    Super interesting - would you mind sharing more info of how you used this with a tool like ErsatzTV?
    16. j45 ◴[] No.43675062[source]
    The docker approach seems inviting.