Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving RTMP push advanced settings does not save #518

Closed
whittinghamj opened this issue Mar 6, 2023 · 3 comments
Closed

Saving RTMP push advanced settings does not save #518

whittinghamj opened this issue Mar 6, 2023 · 3 comments
Assignees
Labels
bug Program error or software error or software anomaly.

Comments

@whittinghamj
Copy link

Setup a source stream, then add a destination RTMP to push to another RTMP server ...

I set the server as rtmp://server.com:1935/live

I try and set the rtmp_playpath as the 'key' (i think thats right)

Either way, when you click save, the fields dont save the data and hitting save then refreshing the page, the fields are empty again.

@whittinghamj whittinghamj added the bug Program error or software error or software anomaly. label Mar 6, 2023
@whittinghamj
Copy link
Author

ioppermann added a commit to datarhei/restreamer-ui that referenced this issue Mar 8, 2023
@ioppermann
Copy link
Member

@whittinghamj This is indeed a bug. I fixed it in the dev branch of the UI. Meanwhile you can simply append the "key" to the URL in the field where you added the server, e.g. rtmp://server.com:1935/live/key

Everything after the app (here: /live) will be interpreted as rtmp_playpath.

@jstabenow
Copy link
Member

Fixed in our Restreamer dev images:

  • datarhei/restreamer:dev (amd64, arm64, armv7)
  • datarhei/restreamer:rpi-dev (arm64, armv7)
  • datarhei/restreamer:cuda-dev (amd64)
  • datarhei/restreamer:vaapi-dev (amd64)

Please feel free to re-open this issue if necessary. Thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Program error or software error or software anomaly.
Projects
None yet
Development

No branches or pull requests

3 participants