{
  "streams": [
    {
      "index": 0,
      "codec_name": "h264",
      "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
      "profile": "High",
      "codec_type": "video",
      "codec_time_base": "1001/60000",
      "codec_tag_string": "avc1",
      "codec_tag": "0x31637661",
      "width": 5760,
      "height": 2880,
      "coded_width": 5760,
      "coded_height": 2880,
      "has_b_frames": 2,
      "pix_fmt": "yuv420p",
      "level": 41,
      "chroma_location": "left",
      "refs": 1,
      "is_avc": "true",
      "nal_length_size": "4",
      "r_frame_rate": "30000/1001",
      "avg_frame_rate": "30000/1001",
      "time_base": "1/90000",
      "start_pts": 0,
      "start_time": "0.000000",
      "duration_ts": 2927925,
      "duration": "32.532500",
      "bit_rate": "105414718",
      "bits_per_raw_sample": "8",
      "nb_frames": "975",
      "disposition": {
        "default": 1,
        "dub": 0,
        "original": 0,
        "comment": 0,
        "lyrics": 0,
        "karaoke": 0,
        "forced": 0,
        "hearing_impaired": 0,
        "visual_impaired": 0,
        "clean_effects": 0,
        "attached_pic": 0,
        "timed_thumbnails": 0
      },
      "tags": {
        "creation_time": "2019-07-25T08:44:38.000000Z",
        "language": "und",
        "handler_name": "VideoHandler"
      },
      "side_data_list": [
        {
          "side_data_type": "Stereo 3D",
          "type": "2D",
          "inverted": 0
        },
        {
          "side_data_type": "Spherical Mapping",
          "projection": "equirectangular",
          "yaw": 0,
          "pitch": 0,
          "roll": 0
        }
      ]
    },
    {
      "index": 1,
      "codec_name": "aac",
      "codec_long_name": "AAC (Advanced Audio Coding)",
      "codec_type": "audio",
      "codec_time_base": "1/48000",
      "codec_tag_string": "mp4a",
      "codec_tag": "0x6134706d",
      "sample_fmt": "fltp",
      "sample_rate": "48000",
      "channels": 2,
      "channel_layout": "stereo",
      "bits_per_sample": 0,
      "r_frame_rate": "0/0",
      "avg_frame_rate": "0/0",
      "time_base": "1/48000",
      "start_pts": 0,
      "start_time": "0.000000",
      "duration_ts": 1561560,
      "duration": "32.532500",
      "bit_rate": "64498",
      "max_bit_rate": "64498",
      "nb_frames": "1524",
      "disposition": {
        "default": 1,
        "dub": 0,
        "original": 0,
        "comment": 0,
        "lyrics": 0,
        "karaoke": 0,
        "forced": 0,
        "hearing_impaired": 0,
        "visual_impaired": 0,
        "clean_effects": 0,
        "attached_pic": 0,
        "timed_thumbnails": 0
      },
      "tags": {
        "creation_time": "2019-07-25T08:44:38.000000Z",
        "language": "und",
        "handler_name": "SoundHandler"
      }
    }
  ]
}{
  "startMarker": {
    "offset": 0
  },
  "tags": {
    "ImageDescription": "IMG_20200229_161322_00_058.insp",
    "Make": "Arashi Vision",
    "Model": "Insta360 ONE X",
    "Software": "v1.18.27_build1",
    "ModifyDate": 1582985602,
    "YCbCrSubSampling": [
      2,
      2
    ],
    "YCbCrPositioning": 1,
    "XResolution": 72,
    "YResolution": 72,
    "ResolutionUnit": 2,
    "GPSVersionID": [
      2,
      2,
      0,
      0
    ],
    "GPSAltitudeRef": 0,
    "ExposureTime": 0.04,
    "FNumber": 2,
    "ExposureProgram": 2,
    "ISO": 113,
    "SensitivityType": 3,
    "ISOSpeed": 113,
    "DateTimeOriginal": 1582985602,
    "CreateDate": 1582985602,
    "CompressedBitsPerPixel": 1.4203544840720221,
    "ShutterSpeedValue": null,
    "ApertureValue": 2,
    "ExposureCompensation": 0,
    "MaxApertureValue": 2,
    "SubjectDistance": null,
    "MeteringMode": 2,
    "LightSource": 0,
    "Flash": 0,
    "FocalLength": null,
    "ColorSpace": 65535,
    "ExifImageWidth": 6080,
    "ExifImageHeight": 3040,
    "ExposureIndex": null,
    "SensingMethod": 0,
    "CustomRendered": 0,
    "ExposureMode": 0,
    "WhiteBalance": 0,
    "DigitalZoomRatio": null,
    "FocalLengthIn35mmFormat": 0,
    "SceneCaptureType": 0,
    "GainControl": 0,
    "Contrast": 64,
    "Saturation": 64,
    "Sharpness": 0,
    "SubjectDistanceRange": 0,
    "ImageUniqueID": "23de47e2ae24df120000000000000000",
    "InteropIndex": "R98"
  },
  "imageSize": {
    "height": 3040,
    "width": 6080
  },
  "thumbnailOffset": 1066,
  "thumbnailLength": 3399,
  "thumbnailType": 6,
  "app1Offset": 24
}
stream_socket_server(): unable to connect to tcp://192.168.1.9:433 (Permission denied) in file /var/www/sht-server.icu/socket-test/vendor/workerman/workerman/Worker.php on line 2091
// SSL context.
$context = array(
  'ssl' => array(
    'local_cert'  => '/etc/letsencrypt/live/socket-test.sht-server.icu/fullchain.pem',
    'local_pk'    => '/etc/letsencrypt/live/socket-test.sht-server.icu/privkey.pem',
    'verify_peer' => false,
  )
);
// Create a Websocket server
$ws_worker = new Worker("websocket://192.168.1.9:433", $context);//3587
$ws_worker->transport = 'ssl'; 
        array (
  'owner_id' => -10743967,
  'from_group' => 0,
  'signed' => 0,
  'publish_date' => 1518438744,
  'guid' => '1295',
  'message' => 'Красивое раскрытие бокового меню и эффектные переходы между страниц',
  'attachments' => 'doc65165513_458827687,http://nisnom.com/veb-razrabotki/krasivoe-raskrytie-bokovogo-menyu-i-effektnye-perehody-mezhdu-stranits/',
)