GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   AVS users: how do you make mp4 (HD) version play first? (https://gfy.com/showthread.php?t=1072543)

kesha1 06-25-2012 06:50 AM

AVS users: how do you make mp4 (HD) version play first?
 
Hi, in AVS the flv file will play first and then if the HD button is pressed the mp4 (HD) version starts playing. How to make the mp4 (HD) version play first and by depressing the HD choice get to the flv?
Thank you.

kesha1 06-25-2012 11:59 AM

pleeeeeez! :)

kesha1 06-26-2012 09:44 PM

pliz, pliz..! :)

Vapid - BANNED FOR LIFE 06-26-2012 09:52 PM

/media/player/config.php

Code:

if ($config['multi_server'] == '1' && $server != '') {
        if ($config['lighttpd'] == '1') {
                $FLV_URL    = $server.$config['lighttpd_prefix']. $md5sum.'/'.$timestamp_hex.$file;
        } else {
                $rs = $conn->execute("SELECT video_url FROM servers WHERE url = '".$url."' LIMIT 1");
                if ($conn->Affected_rows()) {
                        $video_url = $rs->fields['video_url'];
                        $FLV_URL = $video_url.'/'.$video_id.'.flv';
                } else {
                        $FLV_URL = $server.'/media/videos/flv/'.$video_id.'.flv';
                }


kesha1 06-27-2012 02:11 AM

Hey Terrorist, thank you SO much for your reply!
I feel that I am almost there, just some tunning needs to be done.
I replaced the lines 50 to 63 with your quote, but the player still was showing flv and for HD the HD icon should be pressed.
Then I replaced the lines 50 to 69 with your quote, but still the same result.
what am I doing wrong?


All times are GMT -7. The time now is 10:23 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123