You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Need some help creating HD/SD playlists Created Sep 14, 2009

This thread is solved

Views: 4248     Replies: 11     Last reply Aug 7, 2011  
You must login first before you can use this feature

roryt2000

Posts: 7

Registered:
Mar 16, 2008

Need some help creating HD/SD playlists

Posted: Sep 14, 2009

On my site, each video has a high definition and standard definition version. Up until now I've been displaying each as a seperate video. What I'd really like to do is incorporate them into a playlist so I can display both the HD and SD versions of a single video into one player, making it easier to navigate and not splitting up the comments and page views and things like that. I've looked at the playlist option and I don't want it to be quite so bulky. What I'd like to do is have maybe an 'HD' enable button in the control bar, or a small tab on the side of the player like the 'email' and 'embed' tabs here:http://flowplayer.org/index.html

Or possibly just two selections at the beginning of the video where users can choose to play it in HD or SD.

I've looked around and it seems like this is a possibility but when it comes to nonstandard playlists, I really don't know where to begin. Help would be very appreciated. Thanks.

roryt2000

Posts: 7

Registered:
Mar 16, 2008

» Need some help creating HD/SD playlists

Posted: Sep 15, 2009

Reply to: Need some help creating HD/SD playlists, from roryt2000
Okay well I tried implementing a standard Javascript playlist (http://flowplayer.org/plugins/javascript/playlist.html ) which doesn't have any sort of outer video selection, but instead has a forward and backward button on the control bar to switch to either video. Is it possible that I can just change the first button to say 'HD' and the second button to say 'SD' rather than having the arrows? Can I also make it so when one video finishes, it doesn't switch to the next and instead prompts you to 'play again' like it does to an individual video and doesn't switch over until they actually click 'HD' or 'SD'?

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» Need some help creating HD/SD playlists

Posted: Sep 18, 2009

Reply to: Need some help creating HD/SD playlists, from roryt2000
The playlist approach is the best available option at this point. Unfortunately we have no "native" support for switching between HQ / SQ video quality because this feature needs some support from the server side too. What can we do to help you further?

StevenGW

Posts: 9

Registered:
Feb 5, 2009

» » Need some help creating HD/SD playlists

Posted: Sep 29, 2009

Reply to: » Need some help creating HD/SD playlists, from tipiirai
Could you not have a clip parameter like:

url: 'http://mydomain/video/video-one.flv',
hdurl:'http://mydomain/video/video-one-hd.flv'

and if the hdurl parameter is set it displays a button for it that just switches between the two files?

Daiko

Posts: 7

Registered:
Oct 8, 2009

» » » Need some help creating HD/SD playlists

Posted: Oct 19, 2009

Reply to: » » Need some help creating HD/SD playlists, from StevenGW
I also need a solution for this problem. Would also like a easy implementation like StevenGW suggested

My idea would be a custom button, which switches the streaming url on a onclick event, but seems to be not the best solution, because i think the player will loose its playing position.

Mapg

Posts: 17

Registered:
May 7, 2009

» » Need some help creating HD/SD playlists

Posted: Nov 2, 2009

Reply to: » Need some help creating HD/SD playlists, from tipiirai
Sincerely, what I cannot understand is how the feature SD/HD switching is not already done months and months ago, above all being a so common feature in any serious video site today.

It is a better thing (and not so bad as you could think) to play the video from the beginning once you switch to its HD version or viceversa, that do not counting with a feature like the SD/HD option.

Actually when I click on the HD version I want to see the video in HD from the beginning, not from the point the video was in SD.

In Youtube I see myself how I have to move inadvertently the bar to the beginning when I switch to HD, because I find stupid to start to view something really better from the middle.

In any case, taking or not in account the server factor, is better a solution for this "so normal feature today", as "an option" for who wants to implement it, that count with nothing of nothing about this.

It a pragmatic thing, what is a pretty enough reason.

Mapg

Posts: 17

Registered:
May 7, 2009

» » Need some help creating HD/SD playlists

Posted: Nov 2, 2009

Reply to: » Need some help creating HD/SD playlists, from tipiirai
What is more ...

In my case, I would love to count with an overlay with JQuery for the HD version when somebody clicks on the HD button, because in my opinion and case, I consider a better solution a "Semi-Fullscreen" with the real size of the HD file, than a really big fullscreen losing quality with 720p videos on 1080p monitors or 540p videos on 720p monitors.

When somebody is a video-encoding lover and perfectionist person I think he hates these fullscreens that never show the real definition and sharpness of a video. The scaling is my number one enemy. That is my case.

Best,

Mapg

danielt

Posts: 3

Registered:
Mar 6, 2010

HD ON scaling off

Posted: Mar 19, 2010

Reply to: » » Need some help creating HD/SD playlists, from Mapg
I am a big fan of Vimeo full screen:
HD IS ON
SCALING IS OFF

ab-tools

Posts: 1

Registered:
Mar 26, 2010

Any updates?

Posted: Mar 26, 2010

Reply to: Need some help creating HD/SD playlists, from roryt2000
Hello,

are there any updates to this topic till now?

I would need such a video quality change feature, too.

Thanks for any further ideas on this topic.

Best regards
Andreas

davesidious

Posts: 7

Registered:
Apr 12, 2010

Yup

Posted: Apr 12, 2010

Reply to: Any updates?, from ab-tools
If you still need it, I've made a URLResolver plugin that can take a clip with a 'url' and 'hdurl' entry and switch between them, depending on a parameter set on the plugin itself ('mode'). I only knocked it up today, but it's very simple.

Nemo

Posts: 8

Registered:
Apr 14, 2010

Look at ABR"s

Posted: Apr 14, 2010

Reply to: Need some help creating HD/SD playlists, from roryt2000
Do you have a CMS solution?

Most offer adaptive bitrate, where HD or SD is automatically selected based on bandwidth and in some cases even end user capabilities. You can enconde the videos at a few different bitrates and the CMS will identify the ideal bitrate (ie SD vs. HD) to deliver.

One company called MediaMelon, can actually switch adaptive bitrates on the fly. They're partners with flowplayer. Check them out.