Note that there are some explanatory texts on larger screens.

plurals
  1. USVadym
    primarykey
    data
    text
    plurals
    1. CO@NiRR I'm writing out Android's mp4 into socket in order to try and stream it while its recording. Because seek is not supported by socket's FD, I do not get a valid FTYP and MOV atoms (nor can i wait for them to be formed and I want to try and stream as close to real time as possible). I want to pack MDAT frames into .ts because it supports data streams as well as being streamable. I can get SPS and PPS info by doing a dummy recording, producing a short mp4, and extracting info prior to starting my stream. Hence, I want to know if MDAT can be packed into .ts file with the above info known.
      singulars
    2. COHmm, but I also found this: "Calling .data() with no parameters retrieves all of the values as a JavaScript object. This object can be safely cached in a variable as long as a new object is not set with .data(obj). Using the object directly to get or set values is faster than making individual calls to .data() to get or set each value:" I wonder if I can return methods[ method ].apply( $(this).data('tooltip'), Array.prototype.slice.call( arguments, 1 ));
      singulars
    3. COI will not say I have until I run some tests to prove to myself but that was my impression that it has. Does it fetch it from some cache (hash or something)? Thanks for the comment. If it doesn't access DOM, its great news :D !
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload