-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Possible incompatibility with rtmpsink/gstreamer with additional parameters #1177
Comments
Hello, this is obviously a bug hidden inside Neko or GStreamer, since
Nonetheless since neither Neko developers nor GStreamer developers want to address the issue, and the Neko pipeline works with nginx-rtmp and other RTMP servers, it's probably better to edit the server in order to fix the issue from server side. |
added in v0.21.2 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Which version are you using?
v0.20.0
Which operating system are you using?
Describe the issue
I tried streaming to rtsp-simple-server using neko (https://github.com/m1k1o/neko/) which results in the following error in log:
neko uses this kind of parameter to rtmpsink
rtmpsink location='rtmp://xyz-server live=1'
so it appears that it somehow receives the
'
character at the start of the string. Not sure about the parameterlive=1
but apparently it is needed for other rtmp servers like youtube. So it can't easily be removed.streaming from neko to an nginx rtmp server works without error.
So there is some kind of incompatibility. I am just not sure where exactly.
But maybe rtsp-simple-server can be made more hardened against these issues since NGINX does not have any issue like that?
see also the issue i opened at neko:
m1k1o/neko#205
Describe how to replicate the issue
Did you attach the server logs?
yes
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: