deepch / RTSPtoWSMP4f

RTSP Stream to WebBrowser MSE over WebSocket based MP4f segments
246 stars 64 forks source link

never play the video #24

Closed DavidMR91 closed 3 years ago

DavidMR91 commented 3 years ago

It does not reproduce any video, neither the demo ones, nor my camera that I have locally. my config.json is:

{
  "server": {
    "http_port": ":8083"
  },
  "streams": {
    "H264_AAC": {
      "on_demand": true,
      "url": "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov"
    },
    "MICRO": {
      "on_demand": true,
      "url": "rtsp://akaimp.duckdns.org/live/ch00_0"
    },
    "H265": {
      "on_demand": true,
      "url": "rtsp://171.25.232.14/37edec0a09174c639e21c9fc4cf9d9a1"
    },
    "H264_PCMALAW": {
      "on_demand": true,
      "url": "rtsp://admin:evro0811@89.21.77.183:33556/"
    },
    "H264_AAC-2": {
      "on_demand": true,
      "url": "rtsp://admin:@172.16.255.247:554//h264Preview_01_main"
    },
    "MICRO-2": {
      "on_demand": true,
      "url": "rtsp://admin:@172.16.255.247:554//h264Preview_01_main"
    },
    "H265-2": {
      "on_demand": true,
      "url": "rtsp://admin:@172.16.255.247:554//h264Preview_01_main"
    },
    "H264_PCMALAW-2": {
      "on_demand": true,
      "url": "rtsp://admin:@172.16.255.247:554//h264Preview_01_main"
    }

  }
}

image

DavidMR91 commented 3 years ago

Fixed, the codecs are missing, therefore, the videos were not displayed. I have fixed it by installing VLC.

deepch commented 3 years ago

h265 work only safari browser sorry.