Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. #Replacement asset types to be generated
  2. - DASH_CENC_REPLACE
  3. - HLS_FPS_REPLACE
  4.  
  5. * Step 2 Video robot creates _replace asset type
  6. * Step 3 VR Triggers replacement profile
  7. * Step 4 Profile is cleaned up using rmp/python sleep job at end of replacment profile
  8.  
  9. ##
  10. #todo:
  11. * create asset types and profile for encoding profile job
  12. ##
  13. * swap pid - done
  14. * change asset type - done
  15. * store file - done
  16.  
  17. * create a sleeper process for 30 sec in future to clean up unpublish and stored file type for that media placeholder - Pending asset types
  18. ```
  19. import subprocess
  20.  
  21. subprocess.Popen("nohup /dir/pidSwapCleanup.py {0} >/dev/null 2>&1 &", shell=True)
  22. ```
  23.  
  24. ##
  25. * Lives on rmpencoder doing batch survivor uploads
  26.  
  27. ```
  28. ##assetTypes replacement workflow
  29.  
  30. #outlet dash replaced todo
  31. #outlet hls replaced todo
  32. #outlet dash replace 1534081603845
  33. #outlet hls replace 1534081603857
  34. #outlet hls 1098345539590
  35. #outlet dash 1098345539623
  36.  
  37. #ingest dash replaced 1534383171580
  38. #ingest hls replaced 1534383171587
  39. #ingest dash replace 1534085187907
  40. #ingest hls replace 1534085187906
  41. #ingest dash 1040867907520
  42. #ingest hls 1042543171604
  43. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement