AVS users: how do you make mp4 (HD) version play first?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kesha1
    Confirmed User
    • Feb 2008
    • 499

    #1

    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.
    SEX IN PUBLIC

    JOIN US TODAY
  • kesha1
    Confirmed User
    • Feb 2008
    • 499

    #2
    pleeeeeez!
    SEX IN PUBLIC

    JOIN US TODAY

    Comment

    • kesha1
      Confirmed User
      • Feb 2008
      • 499

      #3
      pliz, pliz..!
      SEX IN PUBLIC

      JOIN US TODAY

      Comment

      • Vapid - BANNED FOR LIFE
        Barterer
        • Aug 2004
        • 4864

        #4
        /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';
        		}
        Last edited by Vapid - BANNED FOR LIFE; 06-26-2012, 08:56 PM.

        Comment

        • kesha1
          Confirmed User
          • Feb 2008
          • 499

          #5
          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?
          SEX IN PUBLIC

          JOIN US TODAY

          Comment

          Working...