Earlier quoted context omitted.
Yet the advert is what's paying for the video and the bandwidth.
I wonder if YT will begin inserting ads directly into the video file server side. If you download the file to watch elsewhere, you get the whole package. Viewers can skip the ads manually, or wait for someone to write a program to detect scene changes and hope to skip the ads automatically. Then we're back to the TIVO model.
Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
41–50 of 56 posts
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#42Earlier quoted context omitted.
I wonder if YT will begin inserting ads directly into the video file server side. If you download the file to watch elsewhere, you get the whole package. Viewers can skip the ads manually, or wait for someone to write a program to detect scene changes and hope to skip the ads automatically. Then we're back to the TIVO model.
I doubt they will do this because they serve custom ads to each user, and to split and merge video files is considerably less efficient than just loading different files.
cat $(select_ad_file $user) $video_fileRe: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#43Earlier quoted context omitted.
Hmm.. I must be doing something wrong then. Logged in on my Chrome on Mac, watched a video, paused it. Closed tab, reloaded tab. The video plays from the beginning. Opened the same video on my iPhone, official youtube app. Plays from the beginning as well. I guess I need to investigate this further. I didn't realize official google apps support this functionality because it's never worked for me. Thanks for mentionin…
Are you logged in to a Google/YouTube account?
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#44Earlier quoted context omitted.
Hmm.. I must be doing something wrong then. Logged in on my Chrome on Mac, watched a video, paused it. Closed tab, reloaded tab. The video plays from the beginning. Opened the same video on my iPhone, official youtube app. Plays from the beginning as well. I guess I need to investigate this further. I didn't realize official google apps support this functionality because it's never worked for me. Thanks for mentionin…
hi @tra3 currently, Echoes doesn't support playing a video from where it was recently paused. if more users request it - i'll add it.
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#45Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#46Btw - anyone know how to adjust the volume?
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#47I will have to check this out when I get the chance. I was deeply saddened when YouTube killed their "Feather beta" feature which presented a super-minimal version of the site with the intention of reducing load times on slower internet connections.
I wouldn't have thought a minimal interface is required for YouTube. If your internet connection is too slow to handle a more detailed interface, how on earth is it going to cope with doing something like streaming video and sound?
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#48On a related note, NewPipe on Android a simple stripped down youtube client.
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#49Earlier quoted context omitted.
I doubt they will do this because they serve custom ads to each user, and to split and merge video files is considerably less efficient than just loading different files.
Can't some video formats be concatenated? Something like this pipeline for serving the ad: cat $(select_ad_file $user) $video_file
An additional reason for not serving ads in the video file is that their ad clients probably want to know if someone watched it or not. By loading ad as a file associated with the ad client it's easy to verify that someone watched the ad and didn't just click out after 1s, etc.
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#50Earlier quoted context omitted.
Use the website or first-party clients, it does that if you are logged in. (not trying to be snarky, if you tend to use 3rd party clients you might not know)
Hmm.. I must be doing something wrong then. Logged in on my Chrome on Mac, watched a video, paused it. Closed tab, reloaded tab. The video plays from the beginning. Opened the same video on my iPhone, official youtube app. Plays from the beginning as well. I guess I need to investigate this further. I didn't realize official google apps support this functionality because it's never worked for me. Thanks for mentionin…