TufaVideo
www.tufavideo.net


“A democracy requires free citizens who are willing to say publicly unpopular things to provoke critical debate.”
Robert Reich, Los Angeles Times, May 13, 1998, p. B13

Today's Messages (off)  | Unanswered Messages (on)

Forum: Server Maintenance
 Topic: video element
video element Fri, 20 October 2017 05:15
admin is currently offline  admin
Messages: 18
Registered: November 2010
Member
Administrator
We use the following video element on the server:
We cannot load any 3:rd party help scripts.

The small video 480 x 272 is uploaded permanently to server RAM.
Much trouble making this work.

... this is the version we use now ...

<div>
   <select id="quality" onchange="Selector_func()" autocomplete='off'>
      <option selected>SD 480 x 272 MP4/FLV/OGV</option>
      <option>HD 1920 x 1080 MP4</option>
      <option>HD 1920 x 1080 FLV</option>
   </select>

 
   <div id="video_DIV" >
      <video id="tufavideo" width="480" preload="metadata" controls>
         <source src="../../images/film/limit_on_democracy_sd.mp4"      type="video/mp4">
         <source src="../../images/film_hd/limit_on_democracy_SD.flv"   type="video/x-flv">
         <source src="../../images/film_hd/limit_on_democracy_sd.ogv"   type="video/ogg">
      </video>
   </div>
</div>




<script type="text/javascript">

var Selector = document.getElementById( "quality");
var video_event;


function Selector_func()
{
   var obj   = document.getElementById( "video_DIV");
   var curtime;
   var select;
   var obj_text_480;
   var obj_text_1920_mp4;
   var obj_text_1920_flv;

   obj_text_480 = 
   '<video id="tufavideo" width="480" preload="metadata" controls> '+ 
   '<source src="../../images/film/limit_on_democracy_sd.mp4"     type="video/mp4"> ' +
   '<source src="../../images/film_hd/limit_on_democracy_SD.flv"  type="video/x-flv"> ' +
   '<source src="../../images/film_hd/limit_on_democracy_sd.ogv"  type="video/ogg"> ' +
   '</video>';

   obj_text_1920_mp4 = 
   '<video id="tufavideo" width="960" preload="metadata" controls> '+ 
   '<source src="../../images/film_hd/limit_on_democracy_hd.mp4"     type="video/mp4"> '+
   '</video>';

   obj_text_1920_flv = 
   '<video id="tufavideo" width="960"  preload="metadata" controls> '+ 
   '<source src="../../images/film_hd/limit_on_democracy_hd.flv"     type="video/x-flv"> '+
   '</video>';

   select = Selector.selectedIndex;

   video_elem = document.getElementById( "tufavideo");
   curtime  = video_elem.currentTime;

   if ( select == 0)
   {
      obj.innerHTML = obj_text_480; 
   }
   else
   if ( select == 1)
   {
      obj.innerHTML = obj_text_1920_mp4;
   }
   else
   if ( select == 2)
   {
      obj.innerHTML = obj_text_1920_flv; 
   }
      
   video_event = document.getElementsByTagName( "video")[ 0];

   if ( curtime > 0)
   {
      // Only set if video started
      video_event.addEventListener( 
              "playing", 
               function ()
               { 
                  if ( curtime > 0)
                  {
                     // Only set start once ...
                     var video_elem; 
                     video_elem = document.getElementById( "tufavideo");
                     video_elem.currentTime = curtime;  
                     curtime = 0;
                  }
               }, true);
   }
   // Start video if control is used
   video_event. play();
};

</script>


 Topic: We are now on our new server !
We are now on our new server ! Sat, 14 October 2017 15:10
admin is currently offline  admin
Messages: 18
Registered: November 2010
Member
Administrator
Unfortunately, the script that load pictures and attachments have a speed limit. We will check this, and see if it is possible to increase speed of picture load.

flower
 Topic: A note on the server setup
A note on the server setup Fri, 24 June 2011 15:53
admin is currently offline  admin
Messages: 18
Registered: November 2010
Member
Administrator
Your ADMIN wish to point out that, on this site the attached video resources are normally stored on the server. Other sites may simply provide external links to such resources. The importance of the material, and the illegal effect it have on the society nullify any rights-management argument that can be stated against this policy.

Another aspect is that all material is on the server backup. It is thus not possible to remove the pictures, and take down You-tube accounts, to remove the material.

An investigation showed that the main URL of the site can be changed in minutes, in case the backup shall be uploaded elsewhere.

Thank you visiting the site!
flower flower
Forum: Torrents & Transfer & tracker
 Topic: e-mail to the research group
e-mail to the research group Thu, 25 October 2018 02:48
Tufa is currently online  Tufa
Messages: 541
Registered: November 2010
Location: Lund, SE
Expert Member
Rolling Eyes Rolling Eyes
... we are working on making the official e-mail working again ..
Very Happy
 Topic: How to play ISO files
How to play ISO files Sun, 09 April 2017 22:16
Tufa is currently online  Tufa
Messages: 541
Registered: November 2010
Location: Lund, SE
Expert Member
You can convert a disk ISO file to MKV using the DVD Fab
DVD Fab 9.2

Use "Ripper", drop the file, and then convert using MKV. DVD film is encoded in MP2, so you can use "pass-through" profile.

Torrent: DVDFab.9.2.2.8 FINAL + Crack [TechTools.NET].torrent
Pages (15): [ «    1  2  3  4  5  6  7  8  9  10  11  12  13  14  15    »]


Current Time: Thu Mar 28 20:34:28 W. Europe Standard Time 2024