Cant load RTSP Stream with localStreamName

heini

New Member
In the end I want to create a new mixed RTSP Stream, but for testing purpose lets start with one ;)

I created a local Stream Name with the Rest API.
If I call "rtsp/find_all" I get the following entry:

Code:
{"uri":"rtsp://CAM_IP:554/h264Preview_01_sub","localStreamName":"camera1","status":"PLAYING"}
If I call the original Stream URL in VLC, everything works.
If I call the new local Stream in VLC I dont get a reply.
rtsp://SERVER_IP:554/camera1

Is it not possible to create a new RTSP URL for external devices or did I made an error?

Thanks!
 
Top