deepch / RTSPtoWSMP4f

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

H.264 NAL unit stream, no audio #34

Open neilyoung opened 2 years ago

neilyoung commented 2 years ago

...this is the result:

Bildschirmfoto 2022-02-05 um 13 29 40

Would you know, why?

neilyoung commented 2 years ago

BTW: Works fine with GStreamer, VLC, ...

deepch commented 2 years ago

What do I need to check?

deepch commented 2 years ago

I'm update demo try now

neilyoung commented 2 years ago

No change. I suppose the problem is in the GO app. Can that be made more chatty?

Does it have a problem with URLs, having a "path", like this one?

{
  "server": {
    "http_port": ":8083"
  },
  "streams": {
    "H264": {
      "on_demand": true,
      "url": "rtsp://192.168.188.31:6554/trackID=0"
    }
  }
}

EDIT: No, it does also not work w/o trackID=0

deepch commented 2 years ago

Make access to your devices via the Internet.

jinronga commented 4 weeks ago

I also encountered this problem. ![Uploading 微信图片_20240904000307.jpg…]()