Skip to content

Commit

Permalink
MO: Fix GStreamer Shuffleboard NT key
Browse files Browse the repository at this point in the history
  • Loading branch information
132ikl committed Jan 12, 2020
1 parent 1b1c993 commit 9bdf0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opsi/modules/videoio/cameraserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def register(self, func: "H264CameraServer"):
self.pipelines[func.name] = pipeline
if NT_AVAIL:
url = self.hook.url.split("/")[2].split(":")[0]
NetworkDict(f"/GStreamer/{func.name}")["/sources"] = [
NetworkDict(f"/GStreamer/{func.name}")["/streams"] = [
f"rtsp://{url}:{self.port}/{func.name}",
]

Expand Down

0 comments on commit 9bdf0c8

Please sign in to comment.