Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. ffmpeg -headers "$(printf '%s\r\n%s\r\n%s\r\n%s\r\n%s' 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0' 'Accept-Encoding: gzip, deflate' 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' 'Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7' 'Accept-Language: en-us,en;q=0.5')" -cookies "GPS=1; PREF=f1=50000000&hl=en; VISITOR_INFO1_LIVE=YYVg5wZlZM4; YSC=nqFTzbjynHk; s_gl=1d69aac621b2f9c0a25dade722d6e24bcwIAAABVUw==;" -i http://localhost:8000 -v trace
  2.  
  3.  
  4. Splitting the commandline.
  5. Reading option '-headers' ... matched as AVOption 'headers' with argument 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
  6. Accept-Encoding: gzip, deflate
  7. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  8. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
  9. Accept-Language: en-us,en;q=0.5'.
  10. Reading option '-cookies' ... matched as AVOption 'cookies' with argument 'GPS=1; PREF=f1=50000000&hl=en; VISITOR_INFO1_LIVE=YYVg5wZlZM4; YSC=nqFTzbjynHk; s_gl=1d69aac621b2f9c0a25dade722d6e24bcwIAAABVUw==\r\n'.
  11. Reading option '-i' ... matched as input url with argument 'http://localhost:8000'.
  12. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'trace'.
  13. Finished splitting the commandline.
  14. Parsing a group of options: global .
  15. Applying option v (set logging level) with argument trace.
  16. Successfully parsed a group of options.
  17. Parsing a group of options: input url http://localhost:8000.
  18. Successfully parsed a group of options.
  19. Opening an input file: http://localhost:8000.
  20. [NULL @ 0x561322cd99e0] Opening 'http://localhost:8000' for reading
  21. [http @ 0x561322cda660] Setting default whitelist 'http,https,tls,rtp,tcp,udp,crypto,httpproxy'
  22. [http @ 0x561322cda660] No trailing CRLF found in HTTP header.
  23. [http @ 0x561322cda660] request: GET / HTTP/1.1
  24. Range: bytes=0-
  25. Connection: close
  26. Host: localhost:8000
  27. Icy-MetaData: 1
  28. User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
  29. Accept-Encoding: gzip, deflate
  30. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  31. Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
  32. Accept-Language: en-us,en;q=0.5
  33.  
  34.  
  35. [http @ 0x561322cda660] header='HTTP/1.0 200 OK'
  36. [http @ 0x561322cda660] http_code=200
  37. [http @ 0x561322cda660] header='Server: BaseHTTP/0.6 Python/3.5.2'
  38. [http @ 0x561322cda660] header='Date: Sat, 19 Jan 2019 22:44:35 GMT'
  39. [http @ 0x561322cda660] header=''
  40. [http @ 0x561322cda660] Stream ends prematurely at 13, should be 18446744073709551615
  41. [AVIOContext @ 0x561322cdcfc0] Statistics: 13 bytes read, 0 seeks
  42. http://localhost:8000: Input/output error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement