Closed yockgen closed 1 year 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.
Kubernetes now supports RTSP and WebRTC. HLS will not be supported.
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.