1 apt-get update 2 apt-get upgrade 3 mount /dev/cdrom /mnt 4 bash /mnt/Linux/install.sh 5 umount /dev/cdrom 6 reboot now 7 ssh root@192.168.1.20 8 ifconfig eth0 9 apt-get install net-tools 10 ifconfig eth0 11 apt-get autoremove 12 cd /data/movies/ 13 ls 14 ffmpeg -i ANGREJ_1080p.mp4 -c:v libx264 -preset slow -crf 23 -vf "scale=-2:1080" -c:a aac -b:a 192k new_output_video.mp4 15 ls 16 rm new_output_video.mp4 17 ffmpeg -i ANGREJ_1080p.mp4 -c:v libx264 -preset slow -crf 23 -vf "scale=-2:720" -c:a aac -b:a 192k 720_video.mp4 18 ls -lah 19 ls 20 ffmpeg -i ANGREJ_1080p.mp4 -c:v libx264 -preset slow -crf 23 -vf "scale=-2:480" -c:a aac -b:a 192k 480_video.mp4 21 lsblk 22 fdisk -l 23 lsblk 24 fdisk /dev/xvdb 25 mkfs.ext4 /dev/xvdb 26 mkdir /data 27 mount /dev/xvdb /data 28 df -h 29 nano /etc/fstab 30 cat /etc/lsb-release 31 apt-get update 32 /dev/xvdc1 /data ext4 defaults 0 0 33 apt-get upgrade 34 apt-get autoremove 35 apt install ffmpeg 36 htop 37 cd /data/ 38 ls 39 mkdir movies 40 cd movies/ls 41 cd movies/ 42 ls 43 wget https://videos1.innocrux.com/ANGREJ%2024FPS%20ALL%20FORMATS/ANGREJ_1080p.mp4 44 apt-get install apache2 45 a2endmod apache2 46 a2enmod apache2 47 systemctl enable apache2 48 nano /etc/apache2/sites-available/000-default.conf 49 service apache2 restart 50 nano /etc/apache2/apache2.conf 51 service apache2 restart 52 ls 53 curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" 54 unzip awscliv2.zip 55 sudo ./aws/install 56 ls 57 unzip awscliv2.zip 58 apt install unzip 59 rm awscliv2.zip 60 curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" 61 unzip awscliv2.zip 62 sudo ./aws/install 63 aws --version 64 aws configure 65 aws s3 ls 66 cd /data/ 67 ls 68 wget https://www.bok.net/Bento4/binaries/Bento4-SDK-1-6-0-641.x86_64-unknown-linux.zip 69 ls 70 unzip Bento4-SDK-1-6-0-641.x86_64-unknown-linux.zip 71 ls 72 mv Bento4-SDK-1-6-0-641.x86_64-unknown-linux bento4 73 /data/bento4/bin/mp4hls 74 ls 75 rm -rf Bento4-SDK-1-6-0-641.x86_64-unknown-linux.zip 76 ls 77 cd movies/ 78 ls 79 cd trailers/ 80 ls 81 mkdir cmp3 82 mv cmp31080.mp4 CMP3.mp4 cmp3 83 ls 84 mkdir jodi 85 mv jodi1080.mp4 Jodi.mp4 jodi 86 ls 87 mkdir cmp2 88 mv cmp21080.mp4 CMP2.mp4 cmp2 89 ls 90 cd cmp2/ 91 ls 92 ffmpeg -i cmp21080.mp4 -map 0:v -c copy -y 1080p.mp4 93 ls -lah 94 ffmpeg -i cmp21080.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 95 ls 96 ls -=lah 97 ls -lah 98 /data/bento4/bin/mp4hls --segment-duration=4 1080p.mp4 [+language=pa]apunjabi.mp4 --output-dir="201cmp2trailer" 99 ls 100 nano 201cmp2trailer/master.m3u8 101 ls 102 aws s3 sync 201cmp2trailer/ s3://rhythmboyz/24trailers/201cmp2trailer 103 cd .. 104 ls 105 cd cmp3/ 106 ls 107 ffmpeg -i cmp31080.mp4 -map 0:v -c copy -y 1080p.mp4 108 ffmpeg -i cmp31080.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 109 ls -lah 110 /data/bento4/bin/mp4hls --segment-duration=4 1080p.mp4 [+language=pa]apunjabi.mp4 --output-dir="201cmp2trailer" 111 ls 112 rm 201cmp2trailer/ 113 rm -rf 201cmp2trailer/ 114 ls 115 /data/bento4/bin/mp4hls --segment-duration=4 1080p.mp4 [+language=pa]apunjabi.mp4 --output-dir="201cmp3trailer" 116 nano 201cmp3trailer/master.m3u8 117 ls 118 aws s3 sync 201cmp3trailer/ s3://rhythmboyz/24trailers/201cmp3trailer 119 cd .. 120 ls 121 cd jodi/ 122 ls 123 ffmpeg -i jodi1080.mp4 -map 0:v -c copy -y 1080p.mp4 124 ffmpeg -i jodi1080.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 125 /data/bento4/bin/mp4hls --segment-duration=4 1080p.mp4 [+language=pa]apunjabi.mp4 --output-dir="201joditrailer" 126 nano 201joditrailer/master.m3u8 127 aws s3 sync 201joditrailer/ s3://rhythmboyz/24trailers/201joditrailer 128 cd .. 129 ls 130 cd angrej/ 131 ls 132 ffmpeg -i 1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 133 ffmpeg -i 720_video.mp4 -map 0:v -c copy -y 720p.mp4 134 ffmpeg -i 480_video.mp4 -map 0:v -c copy -y 480p.mp4 135 ffmpeg -i 1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 136 openssl rand -hex 16 137 ls 138 ls -lah 139 echo -n "1ffd36c44e62c3dc1a33b2fb549b6fd4" | xxd -r -p > angrej.bin 140 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 1ffd36c44e62c3dc1a33b2fb549b6fd4 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/angrej.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301angrej" 141 ls 142 nano 301angrej/master.m3u8 143 ls 144 aws s3 sync 301angrej/ s3://rhythmboyz/34movies/301angrej 145 cd ../ashke/ 146 ls 147 ffmpeg -i n1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 148 ffmpeg -i n720_video.mp4 -map 0:v -c copy -y 720p.mp4 149 ffmpeg -i n480_video.mp4 -map 0:v -c copy -y 480p.mp4 150 ls 151 ffmpeg -i n1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 152 ls -lah 153 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key fb4ef0aef156f153cf9b9e04c333b30f --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/ashke.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301angrej" 154 ls 155 rm -rf 301angrej/ 156 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key fb4ef0aef156f153cf9b9e04c333b30f --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/ashke.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301ashke" 157 ls 158 nano 301ashke/master.m3u8 159 ls 160 aws s3 sync 301ashke/ s3://rhythmboyz/34movies/301ashke 161 cd .. 162 ls 163 cd bhajjo/ 164 ls 165 ffmpeg -i n1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 166 ffmpeg -i n720_video.mp4 -map 0:v -c copy -y 720p.mp4 167 ls 168 ffmpeg -i n480_video.mp4 -map 0:v -c copy -y 480p.mp4 169 ls -lah 170 ffmpeg -i n1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 171 ls -lah 172 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key c1656b7ce385e588db92ad5d22a65220 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/bhajjo.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301bhajjo" 173 nano 301bhajjo/master.m3u8 174 ls 175 aws s3 sync 301bhajjo/ s3://rhythmboyz/34movies/301bhajjo 176 ls 177 df -h 178 cd .. 179 ls 180 cd daanapaani 181 ls 182 ffmpeg -i n1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 183 ffmpeg -i n720_video.mp4 -map 0:v -c copy -y 720p.mp4 184 ffmpeg -i n480_video.mp4 -map 0:v -c copy -y 480p.mp4 185 ffmpeg -i n1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 186 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 9c800e753001b9fd751655c1a22f6714 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/daanapaani.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301daanapaani" 187 ls 188 nano 301daanapaani/master.m3u8 189 ls 190 aws s3 sync 301daanapaani/ s3://rhythmboyz/34movies/301daanapaani 191 ls 192 cd .. 193 ls 194 cd bambukaat/ 195 ls 196 cd .. 197 ls 198 cd bhajjo/ 199 ls 200 cd .. 201 ls 202 cd gbbb/ 203 ls 204 ffmpeg -i n1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 205 ls 206 ffmpeg -i n720_video.mp4 -map 0:v -c copy -y 720p.mp4 207 ls 208 ffmpeg -i n480_video.mp4 -map 0:v -c copy -y 480p.mp4 209 ffmpeg -i n1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 210 ls 211 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key c5e7eadb300531289580aa1eb43c5c34 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/gbb.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301gbbb" 212 nano 301gbbb/master.m3u8 213 ls 214 aws s3 sync 301gbbb/ s3://rhythmboyz/34movies/301gbbb 215 ls 216 cd .. 217 ls 218 df -h 219 ls 220 cd laaiyejeyaarian/ 221 ls 222 ffmpeg -i n1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 223 ffmpeg -i n720_video.mp4 -map 0:v -c copy -y 720p.mp4 224 ffmpeg -i n480_video.mp4 -map 0:v -c copy -y 480p.mp4 225 ffmpeg -i n1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 226 ls -lah 227 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 461976874eef9c58267c78bf3507f655 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/laaiye.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301laaiye" 228 nano 301laaiye/master.m3u8 229 ls 230 aws s3 sync 301laaiye/ s3://rhythmboyz/34movies/301laaiye 231 cd .. 232 ls 233 cd lahoriya/ 234 ls 235 ffmpeg -i n1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 236 ls 237 ffmpeg -i n720_video.mp4 -map 0:v -c copy -y 720p.mp4 238 ls 239 ffmpeg -i n480_video.mp4 -map 0:v -c copy -y 480p.mp4 240 ls 241 ffmpeg -i n1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 242 ls 243 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 5684d8552897041753b2b89b8d3caa90 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/lahoriye.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301lahoriye" 244 nano 301lahoriye/master.m3u8 245 aws s3 sync 301lahoriye/ s3://rhythmboyz/34movies/301lahoriye 246 cd .. 247 ls 248 cd lovepunjab/ 249 ls 250 ffmpeg -i n1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 251 ls 252 ffmpeg -i n720_video.mp4 -map 0:v -c copy -y 720p.mp4 253 ls 254 ffmpeg -i n480_video.mp4 -map 0:v -c copy -y 480p.mp4 255 ffmpeg -i n1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 256 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 8235e5b8fd563c79f480cc4a1a8bc2f9 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/lovepunjab.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301lovepunjab" 257 ls 258 nano 301lovepunjab/master.m3u8 259 cd ../trailers/ 260 ls 261 cd chhalla/ 262 ls 263 ls -lah 264 /data/bento4/bin/mp4hls --segment-duration=4 chhalla1080.mp4 [+language=pa]apunjabi.mp4 --output-dir="201chhallatrailer" 265 ls 266 cd .. 267 ls 268 cd jodi/ 269 ls 270 cd .. 271 ls 272 cd cmp2 273 ls 274 cd .. 275 ls 276 cd chhalla/ 277 ls 278 ffmpeg -i chhalla -map 0:v -c copy -y 1080p.mp4 279 ffmpeg -i chhalla1080.mp4 -map 0:v -c copy -y 1080p.mp4 280 ls -lah 281 ffmpeg -i chhalla1080.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 282 ls 283 /data/bento4/bin/mp4hls --segment-duration=4 1080p.mp4 [+language=pa]apunjabi.mp4 --output-dir="201chhallatrailer" 284 nano 201chhallatrailer/master.m3u8 285 las 286 ls 287 aws s3 sync 201chhallatrailer/ s3://rhythmboyz/24trailers/201chhallatrailer/ 288 ls 289 cd .. 290 ls 291 cd .. 292 ls 293 cd lovepunjab/ 294 ls 295 aws s3 sync 301lovepunjab/ s3://rhythmboyz/34movies/301lovepunjab 296 cd .. 297 ls 298 cd vbc/ 299 ls 300 ffmpeg -i n1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 301 ffmpeg -i n720_video.mp4 -map 0:v -c copy -y 720p.mp4 302 ffmpeg -i n480_video.mp4 -map 0:v -c copy -y 480p.mp4 303 ffmpeg -i n1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 304 ls 305 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key a11859417806a262584e2824bbd1ce61 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/vbc.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301vbc" 306 ls 307 nano 301vbc/master.m3u8 308 aws s3 sync 301vbc/ s3://rhythmboyz/34movies/301vbc 309 cd /opt/ 310 ls 311 cd /data/ 312 ls 313 cd movies/ 314 ls 315 cd jodi/ 316 ls 317 ffmpeg -i n1080_video.mp4 -map 0:v -c copy -y 1080p.mp4 318 ffmpeg -i n720_video.mp4 -map 0:v -c copy -y 720p.mp4 319 ffmpeg -i n480_video.mp4 -map 0:v -c copy -y 480p.mp4 320 ffmpeg -i n1080_video.mp4 -map 0:a -metadata:s:a:0 language=pa -c copy -y apunjabi.mp4 321 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 2e4e6cda2dac40a433b31b621b47e122 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/jodi.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301jodi" 322 cd /data/ 323 ls 324 cd movies/ 325 ls 326 cd .. 327 chown -R innocrux:innocrux movies/ 328 mkdir chhalla 329 rm chhalla/ 330 rm -rf chhalla 331 exit 332 ls 333 pwd 334 ls 335 cd /data/ 336 ls 337 cd movies/ 338 ls 339 cd angrej/ 340 ls -lrth 341 cd 301angrej/ 342 ls 343 ls -lrth 344 cd ../ 345 ls -lrth 346 cat angrej.bin 347 ls -lrth 348 #/data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 1ffd36c44e62c3dc1a33b2fb549b6fd4 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/angrej.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301angrej" 349 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 1ffd36c44e62c3dc1a33b2fb549b6fd4 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/angrej.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301angrej" 350 ls -lrth 351 cat 301angrej/ 352 ls 353 cd 301angrej/ 354 ls 355 ls -lrth 356 cat master.m3u8 357 vim master.m3u8 358 cd ../ 359 ls 360 cd 301angrej/ 361 ls 362 cat media-1/stream.m3u8 363 cd ../ 364 ls 365 cd ../ 366 ls 367 ls -lrth 368 cd ashke/ 369 ls 370 rm -rf 301ashke 371 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key fb4ef0aef156f153cf9b9e04c333b30f --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/ashke.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301ashke" 372 ls -lrth 373 cd 301ashke/ 374 ls 375 cat master.m3u8 376 vim master.m3u8 377 cd ../ 378 ls 379 cd ../ 380 ls -lrth 381 ls -la 382 cd bambukaat/ 383 ls 384 cd ../bhajjo/ 385 ls 386 ls -lrth 387 rm -rf 301bhajjo 388 cat convert.sh 389 clear 390 ls -lrth 391 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key c1656b7ce385e588db92ad5d22a65220 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/bhajjo.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301bhajjo" 392 ls -lrth 393 cat 301bhajjo/ 394 ls 395 cd 301bhajjo/ 396 ls 397 ls -lrth 398 vim master.m3u8 399 cd ../ 400 ls -la 401 cd daanapaani/ 402 ls -lrth 403 rm -rf 301daanapaani 404 ls -lrthj 405 ls -lrth 406 clear 407 ls -lrth 408 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 9c800e753001b9fd751655c1a22f6714 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/daanapaani.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301daanapaani" 409 cd 301daanapaani/ 410 vim master.m3u8 411 cd ../../ 412 ls 413 cd ../ 414 ls -lrth 415 cd movies/ 416 ls 417 ls -lrth 418 cd gbbb 419 ls -lrth 420 rm -rf 301gbbb 421 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key c5e7eadb300531289580aa1eb43c5c34 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/gbbb.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301gbbb" 422 vim 301gbbb/master.m3u8 423 cd ../ 424 cd laaiyejeyaarian/ 425 ls -lrth 426 rm -rf 301laaiye 427 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 461976874eef9c58267c78bf3507f655 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/laaiyejeyaarian.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301laaiyejeyaarian" 428 vim 301laaiyejeyaarian/master.m3u8 429 cd ../ 430 ls -lrth 431 cd lahoriya/ 432 ls -lrth 433 rm -rf 301lahoriye 434 clear 435 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 5684d8552897041753b2b89b8d3caa90 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/lahoriya.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301lahoriya" 436 vim 301lahoriya/master.m3u8 437 cd ../ 438 ls -la 439 cd vbc/ 440 clear 441 ls 442 ls -lrth 443 rm -rf 301vbc 444 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key a11859417806a262584e2824bbd1ce61 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/vbc.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301vbc" 445 vim 301vbc/master.m3u8 446 cd ../ 447 ls -lrth 448 history 449 history | grep aws 450 aws s3 ls 451 ls -lrth 452 cd angrej/ 453 ls -lrth 454 aws s3 sync 301angrej/ s3://rhythmboyz/34movies/301angrej 455 cd /data/ 456 ls 457 cd movies/ 458 ls 459 cd lovepunjab/ 460 ls -lrth 461 rm -rf 301lovepunjab 462 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 8235e5b8fd563c79f480cc4a1a8bc2f9 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/lovepunjab.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301lovepunjab" 463 vim 301lovepunjab/master.m3u8 464 cd .. 465 ls -lrth 466 cd jodi/ 467 ls -lrth 468 rm -rf 301jodi 469 ls -lrth 470 clear 471 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 2e4e6cda2dac40a433b31b621b47e122 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/jodi.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301jodi" 472 pwd 473 ls -lrth 474 cd /data/movies/ 475 ls 476 cd b 477 cd bambukaat/ 478 ls 479 ls -lrht 480 ls -lrth 481 #aws s3 sync s3://rhythmboyz/prod/hls_aes 482 aws s3 sync bambukaat.bin s3://rhythmboyz/prod/hls_aes 483 ls 484 aws s3 sync bambukaat.bin s3://rhythmboyz/prod/hls_aes/ 485 ls -lrth 486 chown -R innocrux:innocrux bambukaat.bin 487 aws s3 sync bambukaat.bin s3://rhythmboyz/prod/hls_aes 488 aws s3 cp bambukaat.bin s3://rhythmboyz/prod/hls_aes 489 aws s3 cp bambukaat.bin s3://rhythmboyz/prod/hls_aes/bambukaat.bin 490 clear 491 cd ../ 492 ls -lrth 493 cd laaiyejeyaarian 494 ls 495 ls -lrth 496 cd ../ 497 ls -lrth 498 cd lahoriya/ 499 ls -lrth 500 cd ../ 501 ls -lrth 502 cd lovepunjab/ 503 ls -lrth 504 cd ../ 505 ls -lrth 506 cd vbc/ 507 ls 508 ls -lrth 509 cd ../ 510 ls -lrth 511 cd jodi/ 512 ls -lrth 513 cd ../ 514 ls -lrth 515 cd gbbb/ 516 ls 517 ls -lrth 518 cd 301gbbb/ 519 cat master.m3u8 520 vim audio/aac/pa/stream.m3u8 521 ls -lrth 522 echo -n "c5e7eadb300531289580aa1eb43c5c34" | xxd -r -p > gbbb.bin 523 ls -lrth 524 aws s3 cp gbbb.gin s3://rhythmboyz/prod/hls_aes 525 aws s3 cp gbbb.bin s3://rhythmboyz/prod/hls_aes 526 aws s3 cp gbbb.bin s3://rhythmboyz/prod/hls_aes/gbbb.bin 527 cat master.m3u8 528 vim audio/aac/pa/stream.m3u8 529 cd ../../laaiyejeyaarian/ 530 ls 531 cd 301laaiyejeyaarian/ 532 ls 533 vim audio/aac/pa/stream.m3u8 534 cd ../../ 535 cd lovepunjab/ 536 ls 537 vim 301lovepunjab/audio/aac/pa/stream.m3u8 538 cd ../ 539 ls -lrth 540 cd lahoriya/ 541 ls 542 vim 301lahoriya/audio/aac/pa/stream.m3u8 543 ls -lrth 544 cd ../ 545 ls 546 ls -lrth 547 cd vbc/ 548 lks -lrth 549 ls -lrth 550 vim 301vbc/audio/aac/pa/stream.m3u8 551 cd ../ 552 cd jodi/ 553 ls -lrth 554 vim 301jodi/audio/aac/pa/stream.m3u8 555 ls -lrth 556 cd ../ 557 ls -lrth 558 cd bambukaat/ 559 ls -lrth 560 cd 301bambukaat/ 561 ls -lrth 562 vim master.m3u8 563 vim audio/aac/pa/stream.m3u8 564 cd ../ 565 ls 566 cd ../ 567 ls -lrth 568 cd cmp3/ 569 cd 301cmp3/ 570 vim master.m3u8 571 cd ../../ 572 ls -lrth 573 cd cmp2/ 574 ls 575 cd 301cmp2/ 576 ls -lrth 577 vim master.m3u8 578 cd ../ 579 ls -lrth 580 cd ../ 581 ls -lrth 582 cd challa/ 583 cd 301challa/ 584 vim master.m3u8 585 cd /data/ 586 ls 587 cd movies/ 588 ls 589 ls -lrth 590 cd jodi/ 591 ls 592 cd jo 593 ls 594 ls -lrth 595 pwd 596 ls -rth 597 ls -lrth 598 cd 301jodi/ 599 ls 600 ls -lrth 601 cd ../ 602 ls -lrth 603 cd ../ 604 ls -lrth 605 cd trailers/ 606 ls 607 cd // 608 cd - 609 cd ../ 610 ls -lrth 611 cd bambukaat/ 612 ls 613 ls -lrth 614 openssl rand -hex 16 615 echo -n "14b996f9d70828ba8d7cd260627d9042" | xxd -r -p > bambukaat.bin 616 ls -lrth 617 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 14b996f9d70828ba8d7cd260627d9042 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/bambukaat.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301bambukaat" 618 ls -lrth 619 cd ../ 620 ls -lrth 621 cd cmp2/ 622 ls -lrth 623 openssl rand -hex 16 624 echo -n "2533b273448587fedf28d1b0e7046bf5" | xxd -r -p > cmp2.bin 625 ls -lrth 626 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 2533b273448587fedf28d1b0e7046bf5 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/cmp2.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301cmp2" 627 cd ../ 628 ls -lrth 629 cd cmp3/ 630 ls 631 ls -lrth 632 openssl rand -hex 16 633 echo -n "3cbe24f6c0f05098e99247b4849793b6" | xxd -r -p > cmp2.bin 634 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 2533b273448587fedf28d1b0e7046bf5 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/cmp3.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301cmp3" 635 ls -lrth 636 rm -rf 301cmp3 637 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 2533b273448587fedf28d1b0e7046bf5 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/cmp3.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301cmp3" 638 ls -lrth 639 cd ../ 640 ls -lrth 641 cd chhalla/ 642 ls 643 ls -lrth 644 openssl rand -hex 16 645 cd ../cmp3/ 646 ls -lrth 647 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 3cbe24f6c0f05098e99247b4849793b6 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/cmp3.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301cmp3" 648 rm -rf 301cmp3 649 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 3cbe24f6c0f05098e99247b4849793b6 --encryption-iv-mode sequence --encryption-key-uri https://videos.innorelay.com/rbz/cmp3.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301cmp3" 650 ls -lrth 651 mv cmp2.bin cmp3.bin 652 aws s3 cp cmp3.bin s3://rhythmboyz/prod/hls_aes/cmp3.bin 653 ls -lrth 654 rm -rf 301cmp3 655 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 3cbe24f6c0f05098e99247b4849793b6 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/cmp3.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301cmp3" 656 aws s3 cp cmp3.bin s3://rhythmboyz/prod/hls_aes/cmp3.bin 657 cd ../ 658 cd cmp2/ 659 ls -rth 660 rm -rf 301cmp2 661 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 2533b273448587fedf28d1b0e7046bf5 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/cmp2.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301cmp2" 662 cd .. 663 ls -lrth 664 cd chhalla/ 665 ls 666 ls -lrth 667 openssl rand -hex 16 668 echo -n "a4709fd16ce1aef7bfa1afb8bb1252c4" | xxd -r -p > cmp3.bin 669 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 2533b273448587fedf28d1b0e7046bf5 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/chhalla.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301chhalla" 670 ls -lrth 671 mv cmp3.bin challa.bin 672 aws s3 cp challa.bin s3://rhythmboyz/prod/hls_aes/challa.bin 673 rm -rf 301chhalla 674 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key 2533b273448587fedf28d1b0e7046bf5 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/challa.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301challa" 675 l s-lrth 676 ls -lrth 677 cd ../ 678 cd cmp2/ 679 ls 680 aws s3 cp cmp2.bin s3://rhythmboyz/prod/hls_aes/cmp2.bin 681 cd ../ 682 ls -lrth 683 cd chhalla/ 684 ls 685 ls -lrth 686 rm -rf 301challa 687 cd ../ 688 mv chhalla challa 689 cd challa/ 690 ls 691 ls -lrth 692 /data/bento4/bin/mp4hls --encryption-mode AES-128 --encryption-key a4709fd16ce1aef7bfa1afb8bb1252c4 --encryption-iv-mode sequence --encryption-key-uri https://rbzplusapi.innocrux.com/api/media/hls/auth/challa.bin 1080p.mp4 720p.mp4 480p.mp4 [+language=pa]apunjabi.mp4 --output-dir="301challa" 693 aws s3 cp challa.bin s3://rhythmboyz/prod/hls_aes/challa.bin 694 cd ../ 695 ls -lrth 696 #aws s3 cp my-local-directory s3://my-bucket/my-folder/ --recursive 697 cd angrej/ 698 ls 699 ls -lrth 700 aws s3 cp 301ashke s3://rhythmboyz/2024movies/301ashke 701 aws s3 sync 301angrej s3://rhythmboyz/2024movies/301angrej 702 vim 301angrej/audio/aac/pa/stream.m3u8 703 vim 301angrej/master.m3u8 704 cd ../ 705 ls -lrth 706 cd ashke/ 707 ls -lrth 708 #aws s3 sync 301ashke s3://rhythmboyz/2024movies/301ashke 709 vim 301ashke/master.m3u8 710 vim 301ashke/audio/aac/pa/stream.m3u8 711 aws s3 sync 301ashke s3://rhythmboyz/2024movies/301ashke 712 ls -lrth 713 cd ../ 714 ls -lrth 715 cd bhajjo/ 716 ls -lrth 717 aws s3 sync 301bhajjo s3://rhythmboyz/2024movies/301bhajjo 718 cd .. 719 l s-lrth 720 ls -lrth 721 cd daanapaani/ 722 #aws s3 sync 301bhajjo s3://rhythmboyz/2024movies/301daanapaani 723 aws s3 sync 301daanapaani s3://rhythmboyz/2024movies/301daanapaani 724 cd ../ 725 ls 726 ls -lrth 727 cd gbbb/ 728 ls 729 ls -lrth 730 aws s3 sync 301gbbb s3://rhythmboyz/2024movies/301gbbb 731 cd ../ 732 ls -lrth 733 cd laaiyejeyaarian/ 734 #aws s3 sync 301laaiyejeyaarian s3://rhythmboyz/2024movies/301laaiyejeyaarian 735 ls 736 aws s3 sync 301laaiyejeyaarian s3://rhythmboyz/2024movies/301laaiyejeyaarian 737 cd ../ 738 ls -lrth 739 cd lahoriya/ 740 aws s3 sync 301lahoriya s3://rhythmboyz/2024movies/301lahoriya 741 cd ../ 742 ls -lrth 743 cd lovepunjab/ 744 ls -lrth 745 aws s3 sync 301lovepunjab s3://rhythmboyz/2024movies/301lovepunjab 746 cd ../vbc/ 747 ls 748 ls -lrth 749 aws s3 sync 301vbc s3://rhythmboyz/2024movies/301vbc 750 cd ../ 751 ls -lrth 752 cd jodi/ 753 aws s3 sync 301jodi s3://rhythmboyz/2024movies/301jodi 754 cd ../ 755 ls -lrth 756 cd bambukaat/ 757 aws s3 sync 301bambukaat s3://rhythmboyz/2024movies/301bambukaat 758 cd ../ 759 ls -lrth 760 cd cmp3/ 761 aws s3 sync 301cmp3 s3://rhythmboyz/2024movies/301cmp3 762 cd ../ 763 cd cmp2/ 764 aws s3 sync 301cmp2 s3://rhythmboyz/2024movies/301cmp2 765 cd ../ 766 ls -lrth 767 cd challa/ 768 #aws s3 sync 301challa s3://rhythmboyz/2024movies/301challa 769 vim 301challa/master.m3u8 770 aws s3 sync 301challa s3://rhythmboyz/2024movies/301challa 771 ls 772 cd /data/ 773 ls 774 cd ~ 775 ls 776 cd /data/ 777 ls 778 ssh innocrux@dev.innocrux.com 779 exit 780 ifconfig eth0 781 systemctl enable network 782 systemctl reboot 783 lsblk 784 mkdir -p /newdata 785 mkfs -t ext4 /dev/xvdc 786 mount /dev/xvdc /newdata/ 787 df -h 788 nano /etc/fstab 789 cd /newdata/ 790 ls 791 mkdir ctvvtv 792 chown -R innocrux:innocrux ctvvtv/ 793 ls 794 cd ctvvtv/english/Air\ Force\ One\ Down\ \(2024\)\ \[1080p\]\ \[WEBRip\]\ \[5.1\]\ \[YTS.MX\]/ 795 ls 796 nano convert.sh 797 nano /etc/apache2/sites-available/000-default.conf 798 pwd 799 ls 800 nano /etc/apache2/sites-available/000-default.conf 801 service apache2 restart 802 nano /etc/apache2/apache2.conf 803 service apache2 restart 804 su - innocrux 805 cd /data/movies/ 806 ls 807 cd bambukaat/ 808 ls 809 cp convert.sh /newdata/ctvvtv/english/Air\ Force\ One\ Down\ \(2024\)\ \[1080p\]\ \[WEBRip\]\ \[5.1\]\ \[YTS.MX\]/ 810 cd /newdata/ 811 ls 812 chown -R innocrux:innocrux ctvvtv/ 813 su -innocrux 814 su - innocrux 815 sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl 816 sudo chmod a+rx /usr/local/bin/youtube-dl 817 youtube-dl 818 sudo rm /usr/local/bin/youtube-dl 819 sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl 820 sudo chmod a+rx /usr/local/bin/youtube-dl 821 youtube-dl --version 822 sudo rm /usr/local/bin/youtube-dl 823 sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp 824 sudo chmod a+rx /usr/local/bin/yt-dlp 825 yt-dlp --version 826 exit 827 ls 828 cd /data/ 829 ls 830 cd movies/ 831 ls 832 ls -lrth 833 cd music/ 834 ls 835 cat download_youtube.sh 836 ls 837 cd demo/ 838 ls 839 cd ../../ 840 ls 841 cd ../ 842 ls 843 cd movies/ 844 ls 845 cd /data/ 846 ls 847 exit 848 docker ps 849 sudo apt-get install -y gcc g++ make libssl-dev libusrsctp-dev libprotobuf-dev protobuf-compiler zlib1g-dev libgflags-dev libgtest-dev cmake autoconf libtool pkg-config libsrtp2-dev 850 cd /newdata/ 851 ls 852 git clone -b develop https://github.com/ossrs/srs.git 853 cd srs/trunk 854 ls 855 ./configure 856 make -j$(nproc) 857 ./configure 858 make 859 ./objs/srs -c conf/srs.conf 860 ./etc/init.d/srs status 861 ./etc/init.d/srs stop 862 ./etc/init.d/srs status 863 ./objs/srs -c conf/srs.conf 864 ./etc/init.d/srs status 865 ffmpeg 866 cd /newdata/demovideos/demo/notimetodie/ 867 ls 868 cd .. 869 ls 870 cd .. 871 ls 872 cd demo/ 873 ls 874 cd movie/ 875 ls 876 cd ../movie/ 877 ls 878 cd ../ 879 ls 880 cd no 881 cd notimetodie/ 882 ls 883 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://artifacts.innocrux.com/live/livestream 884 cd /newdata/srs/trunk/ 885 ./etc/init.d/srs status 886 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://artifacts.innocrux.com/live/livestream 887 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream 888 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/movie/movie_master.m3u8 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream1 889 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/movie/movie_master.m3u8 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream 890 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream 891 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream1 892 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestreamnew 893 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream 894 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream1 895 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestreamnew 896 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livenew 897 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/101 898 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/bingo 899 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream 900 ./etc/init.d/srs stop 901 sudo nano /etc/systemd/system/srs.service 902 y 903 ls 904 sudo nano /etc/systemd/system/srs.service 905 sudo systemctl daemon-reload 906 sudo systemctl enable srs 907 sudo systemctl start srs 908 sudo systemctl status srs 909 netstat -plunt 910 sudo systemctl status srs 911 sudo systemctl daemon-reload 912 sudo systemctl enable srs 913 sudo systemctl start srs 914 netstat -plunt 915 rm /etc/systemd/system/srs.service 916 sudo systemctl daemon-reload 917 cd /newdata/srs/ 918 cd trunk/ 919 ls 920 ./objs/srs -c conf/srs.conf 921 ./etc/init.d/srs status 922 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream 923 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream1 924 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://artifacts.innocrux.com/live/livestream 925 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://artifacts.innocrux.com/live/livestream1 926 history 927 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream 928 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/livestream1 929 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/demo 930 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/bing 931 nano /newdata/srs/trunk/conf/srs.conf 932 cd /newdata/srs/trunk/objs/nginx/html/ 933 ls 934 cd live/ 935 ls 936 cd .. 937 ls 938 cd demos/ 939 ls 940 cd .. 941 ls 942 cd ../.. 943 ls 944 cd .. 945 ./objs/srs -c conf/srs.conf 946 ./etc/init.d/srs status 947 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://artifacts.innocrux.com/live/demo 948 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://artifacts.innocrux.com/live/demo1 949 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://artifacts.innocrux.com/live/demo2 950 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/dingo 951 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/demo 952 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/demo1 953 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/demo2 954 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/demo3 955 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/demo4 956 ffmpeg -re -i /newdata/demovideos/demo/notimetodie/trailer.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://skystream.in/live/demo 957 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://artifacts.innocrux.com/live/demo123 958 ffmpeg -re -i /newdata/demovideos/spidermanhomecoming/spidermannoway.mp4 -c:v libx264 -preset veryfast -maxrate 1500k -bufsize 3000k -vf "scale=1280:720" -c:a aac -b:a 128k -f flv rtmp://artifacts.innocrux.com/live/101 959 cd /newdata/srs/trunk/ 960 ./etc/init.d/srs status 961 ./configure --enable-whip 962 ls 963 ./configure --enable-whip 964 sudo apt update 965 sudo apt install apt-transport-https ca-certificates curl software-properties-common 966 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 967 sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" 968 cat /etc/lsb-release 969 nano /etc/apt/sources.list.d/ 970 nano /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list 971 rm /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list 972 rm /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 973 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 974 sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" 975 rm /etc/apt/sources.list.d/tomtomtom-ubuntu-yt-dlp-jammy.list 976 rm /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-jammy.list 977 apt-get update 978 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 979 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg 980 apt-get update 981 echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null 982 sudo apt-get update 983 sudo apt-get install docker-ce docker-ce-cli containerd.io 984 history 985 cd /opt/ 986 ls 987 cd /newdata/ 988 ls 989 cd new 990 cd demovideos/ 991 ls 992 cd client/ 993 ls 994 cd Test\ movies\ for\ Innocrux 995 ls 996 history 997 history >history.txt