dlstreamer / pipeline-server

Home of Intel(R) Deep Learning Streamer Pipeline Server (formerly Video Analytics Serving)
BSD 3-Clause "New" or "Revised" License
126 stars 51 forks source link

Kubernetes support for RTSP, WebRTC and HLS #115

Closed yockgen closed 1 year ago

yockgen commented 2 years ago

Is it any option that result could be HLS (Http Live Streaming) instead of RTSP as below?

curl 10.233.90.116:8080/pipelines/object_detection/person_vehicle_bike -X POST -H 'Content-Type: application/json' -d '{ .... "frame": { "type": "rtsp", "path": "person-detection2" } } }'

Trying to deploy the pipeline-server on my K8s cluster, detail https://hub.docker.com/r/yockgen/dlstreamer-pipeline.

I'm figuring on how to display multiple pipeline-server pods RTSP output on web dashboard. I've read WebRTC documentation a bit from this repo but not sure whether this could integrated into k8s cluster.

Any advice is highly appreciated.

whbruce commented 2 years ago

Our Kubernetes sample does not currently support RTSP or WebRTC rendering as client is unable to connect to the correct render stream inside the cluster. We will adding this support for the next release. There are no plans for adding HLS rendering support at this time.

whbruce commented 1 year ago

Kubernetes now supports RTSP and WebRTC. HLS will not be supported.