Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.33 KB | None | 0 0
  1. {  
  2.    "config":{  
  3.       "input":{  
  4.          "rtmp://80.251.113.51/live/testStream":null
  5.       },
  6.       "global":"",
  7.       "output":{  
  8.          "/Users/user/PycharmProjects/streamingbox/tests/sample/be2a9218-b161-415a-a00a-e4c39e88dfa1.avi":null
  9.       }
  10.    },
  11.    "ffprobe_data":{  
  12.       "format":{  
  13.          "bit_rate":"803840",
  14.          "nb_streams":2,
  15.          "nb_programs":0,
  16.          "tags":{  
  17.             "audiochannels":"2",
  18.             "videokeyframe_frequency":"240"
  19.          },
  20.          "filename":"rtmp://80.251.113.51/live/testStream",
  21.          "probe_score":100,
  22.          "format_long_name":"FLV (Flash Video)",
  23.          "start_time":"5863.479000",
  24.          "format_name":"flv"
  25.       },
  26.       "streams":[  
  27.          {  
  28.             "is_avc":"true",
  29.             "time_base":"1/1000",
  30.             "level":30,
  31.             "bit_rate":"803840",
  32.             "codec_tag":"0x0000",
  33.             "codec_type":"video",
  34.             "chroma_location":"left",
  35.             "has_b_frames":2,
  36.             "disposition":{  
  37.                "default":0,
  38.                "original":0,
  39.                "comment":0,
  40.                "attached_pic":0,
  41.                "forced":0,
  42.                "hearing_impaired":0,
  43.                "lyrics":0,
  44.                "clean_effects":0,
  45.                "dub":0,
  46.                "visual_impaired":0,
  47.                "karaoke":0
  48.             },
  49.             "coded_height":368,
  50.             "refs":4,
  51.             "codec_name":"h264",
  52.             "r_frame_rate":"30/1",
  53.             "sample_aspect_ratio":"1:1",
  54.             "coded_width":640,
  55.             "pix_fmt":"yuv420p",
  56.             "codec_time_base":"1/6000",
  57.             "codec_long_name":"H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
  58.             "codec_tag_string":"[0][0][0][0]",
  59.             "avg_frame_rate":"30/1",
  60.             "nal_length_size":"4",
  61.             "start_time":"5863.532000",
  62.             "bits_per_raw_sample":"8",
  63.             "width":640,
  64.             "display_aspect_ratio":"16:9",
  65.             "index":0,
  66.             "height":360,
  67.             "profile":"Main",
  68.             "start_pts":5863532
  69.          },
  70.          {  
  71.             "codec_time_base":"1/44100",
  72.             "time_base":"1/1000",
  73.             "codec_long_name":"AAC (Advanced Audio Coding)",
  74.             "sample_rate":"44100",
  75.             "codec_tag":"0x0000",
  76.             "codec_type":"audio",
  77.             "codec_tag_string":"[0][0][0][0]",
  78.             "avg_frame_rate":"0/0",
  79.             "r_frame_rate":"0/0",
  80.             "start_time":"5863.479000",
  81.             "disposition":{  
  82.                "default":0,
  83.                "original":0,
  84.                "comment":0,
  85.                "attached_pic":0,
  86.                "forced":0,
  87.                "hearing_impaired":0,
  88.                "lyrics":0,
  89.                "clean_effects":0,
  90.                "dub":0,
  91.                "visual_impaired":0,
  92.                "karaoke":0
  93.             },
  94.             "bits_per_sample":0,
  95.             "channel_layout":"stereo",
  96.             "index":1,
  97.             "codec_name":"aac",
  98.             "profile":"LC",
  99.             "sample_fmt":"fltp",
  100.             "channels":2,
  101.             "start_pts":5863479
  102.          }
  103.       ]
  104.    },
  105.    "status":"running",
  106.    "current_state":{  
  107.       "time":"00:12:48.13",
  108.       "bitrate":"336.4kbits/s",
  109.       "q":"24.0",
  110.       "fps":"29"
  111.    }
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement