Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Ensure Youtube Hd Or Highest Quality Setting When Playing


  • Please log in to reply
5 replies to this topic

#1 Denis Lam

Denis Lam

    Newbie

  • TubePress Pro
  • Pip
  • 6 posts

Posted 12 March 2013 - 12:35 AM

Is there a way for me to ensure that each video selects the highest quality resolution for playing in tubepress?



#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 12 March 2013 - 09:32 PM

Hi Denis,

 

Unfortuantely there is no way to ensure that each video selects the highest quality resolution for playing within TubePress.  The video quality is controlled completely by YouTube.

 

Thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!


#3 Alex_DD

Alex_DD

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 19 April 2013 - 10:26 AM

Hi Denis,

 

the devs are wrong here. Just open up /src/main/php/plugins/youtube/resources/templates/embedded/youtube.tpl.php and in line 12 change

 

src="<?php echo ${tubepress_api_const_template_Variable::EMBEDDED_DATA_URL}; ?>"

to

src="<?php echo ${tubepress_api_const_template_Variable::EMBEDDED_DATA_URL}; ?>&vq=hd1080"

 

Simple as that...

 

Cheers,

Alex



#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 22 April 2013 - 08:08 PM

Hi Denis,

 

the devs are wrong here. Just open up /src/main/php/plugins/youtube/resources/templates/embedded/youtube.tpl.php and in line 12 change

 

src="<?php echo ${tubepress_api_const_template_Variable::EMBEDDED_DATA_URL}; ?>"

to

src="<?php echo ${tubepress_api_const_template_Variable::EMBEDDED_DATA_URL}; ?>&vq=hd1080"

 

Simple as that...

 

Cheers,

Alex

 

This does work, but it's not listed in the official YouTube documentation. Until it does, we can only say "use this technique at your own risk!"

 

Thanks for sharing, Alex.



#5 Remy Medranda

Remy Medranda

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 31 August 2013 - 12:22 PM

Would be nice to have an hd option in the settings page.



#6 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 31 August 2013 - 12:29 PM

Remy,

 

As my previous post states, this is not something that is documented in the YouTube API, and so is not officially supported or endorsed by TubePress.

 

Thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!