savonet / liquidsoap

Liquidsoap is a statically typed scripting general-purpose language with dedicated operators and backend for all thing media, streaming, file generation, automation, HTTP backend and more.
http://liquidsoap.info
GNU General Public License v2.0
1.4k stars 128 forks source link

Auth on input.rtmp #2205

Open Russsgithub opened 2 years ago

Russsgithub commented 2 years ago

Is your feature request related to a problem? Please describe. I'd like to authorize either or both the creation of a rtmp input and the input stream it's self.

Describe the solution you'd like Auth check for input.rtmp maybe similar to input.harbor?

I could potentially put an rtmp server before liquidsoap and authorize there, but it would be nice.

Thanks

toots commented 2 years ago

Hi!

The current operator unfortunately does not support this as it is not supported by ffmpeg, which is what we are using for now to implement it.

@smimram has worked on a native implementation of the rtmp protocol that we would like to use when we have enough time to look at it again.

smimram commented 2 years ago

Yes, let's use my native implementation! :)

Russsgithub commented 2 years ago

:), yay. Thanks @smimram @toots

On 2 Feb 2022 08:58, Samuel Mimram @.***> wrote:

Yes, let's use my native implementation! :)

— Reply to this email directly, view it on GitHubhttps://github.com/savonet/liquidsoap/issues/2205#issuecomment-1027716349, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AB627QODVIGZ24O5EVLBUDTUZDW2XANCNFSM5NIXOWBQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

stale[bot] commented 2 years ago

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.