-
Hey! I have added a RTSP-pull origin in the config files and it works great. I've looked in the REST API documentation and the github issues and i dont think its mentioned. Is there any other way to remotely create a new RTSP-pull origin on the server? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
This is undocumented, but OME has the following features:
Note that the app name must be " E.g,
However, since this is not an official feature (we put it in because we needed it a long time ago), it may not be stable. |
Beta Was this translation helpful? Give feedback.
-
Thanks, this is great! And is there anyway to initiate the same stream headless, without the player? e.g. sending same key and argument as a HTTP-request or some other protocol |
Beta Was this translation helpful? Give feedback.
-
It will probably work as you say. If you request HLS URL using CURL, it will probably work the same. It makes no difference between the player and what you request with CURL. However, it is a very old feature, so my memory may be wrong, and many updates in the past may have affected this feature. This is an unofficial feature, so I didn't keep it under maintenance. Give it a try. |
Beta Was this translation helpful? Give feedback.
-
Just tested this, since I am planning to do something similar using RTSP PTZ Cams. Works mostly but h264 Transcoding does not, but this is to be expected as you mentioned this wont be maintained. example: |
Beta Was this translation helpful? Give feedback.
-
I think this is a valuable feature, because there is no way to add rtsp pull without restarting the server, right? |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
Hello!
|
Beta Was this translation helpful? Give feedback.
-
@ptz-nerf It was removed as it conflicts with other features (ABR, etc). It will be re-developed as a full feature next time. If you want this feature, please use the old version. (I honestly can't remember when it was deleted. I'm sorry) |
Beta Was this translation helpful? Give feedback.
-
This feature has been released. Please use the Stream Creation API. |
Beta Was this translation helpful? Give feedback.
This feature has been released.
#1072
Please use the Stream Creation API.