Advertisement
Guest User

Untitled

a guest
May 13th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. anshul@linux-zq1i:~/openfeather/Project/vaibhav> ffplay -key 000102030405060708090A0B0C0D0E0F -iv 000102030405060708090A0B0C0D0E0F crypto://home/anshul/openfeather/Project/vaibhav/test_enc0.ts
  2. ffplay version N-71883-ga6ed3a3 Copyright (c) 2003-2015 the FFmpeg developers
  3. built with gcc 4.8 (SUSE Linux)
  4. configuration: --enable-nonfree --enable-libfaac --enable-gpl --enable-libx264
  5. libavutil 54. 23.101 / 54. 23.101
  6. libavcodec 56. 35.101 / 56. 35.101
  7. libavformat 56. 31.100 / 56. 31.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 16.100 / 5. 16.100
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Input #0, mpegts, from 'crypto://home/anshul/openfeather/Project/vaibhav/test_enc0.ts':
  14. Duration: N/A, start: 1.466733, bitrate: N/A
  15. Program 1
  16. Metadata:
  17. service_name : Service01
  18. service_provider: FFmpeg
  19. Stream #0:0[0x100]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 320x288 [SAR 8:5 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
  20. Stream #0:1[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 136 kb/s
  21.  
  22.  
  23.  
  24.  
  25.  
  26. anshul@linux-zq1i:~/openfeather/Project/vaibhav> ffplay test_enc.m3u8
  27. ffplay version N-71883-ga6ed3a3 Copyright (c) 2003-2015 the FFmpeg developers
  28. built with gcc 4.8 (SUSE Linux)
  29. configuration: --enable-nonfree --enable-libfaac --enable-gpl --enable-libx264
  30. libavutil 54. 23.101 / 54. 23.101
  31. libavcodec 56. 35.101 / 56. 35.101
  32. libavformat 56. 31.100 / 56. 31.100
  33. libavdevice 56. 4.100 / 56. 4.100
  34. libavfilter 5. 16.100 / 5. 16.100
  35. libswscale 3. 1.101 / 3. 1.101
  36. libswresample 1. 1.100 / 1. 1.100
  37. libpostproc 53. 3.100 / 53. 3.100
  38. [hls,applehttp @ 0xb0f026c0] Error when loading first segment 'test_enc0.ts'
  39. test_enc.m3u8: Invalid data found when processing input
  40.  
  41.  
  42.  
  43.  
  44. anshul@linux-zq1i:~/openfeather/Project/vaibhav> cat test_enc.m3u8
  45. #EXTM3U
  46. #EXT-X-VERSION:3
  47. #EXT-X-TARGETDURATION:201
  48. #EXT-X-MEDIA-SEQUENCE:0
  49. #EXTINF:200.700500,
  50. #EXT-X-KEY:METHOD=AES-128,URI=key.key,IV=0x000102030405060708090A0B0C0D0E0F
  51. test_enc0.ts
  52. #EXT-X-ENDLIST
  53.  
  54. anshul@linux-zq1i:~/openfeather/Project/vaibhav> cat key.key
  55. 0x000102030405060708090A0B0C0D0E0F
  56.  
  57. anshul@linux-zq1i:~/openfeather/Project/vaibhav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement