-
Notifications
You must be signed in to change notification settings - Fork 91
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
'Too big PAT' - gstreamer to nginx-ts-module #23
Comments
Fails with 'av_interleaved_write_frame(): Broken pipe'. |
ngx_ts_stream.c: around line 486, is where the condition fails. We're running on ARMv6 - Yocto 'rocko' - may this be a Type issue? |
@bomba5 does this happen with every stream you publish? |
it does. |
Can you enable debug logging and post debug messages prior to the error? |
Sorry, it took a while to cross-compile with the right config. Here you go:
|
Well, I think the problem is endianness. Is your server big-endian? And what does nginx say when you configure it?
|
Wich makes no sense to me, we're cross compiling for an ARM processor |
This should be the endianness of the target platform. |
Well this is actually quite strange because the whole rest of the system gets cross-compiled with the right endianness set! Just a quick check on a target machine with the running system:
I've forced passing --with-endian=little to the configure
But the configure log still says:
|
I'm closing this anyways. Moving the topic to the correct tracker |
Using given example 'nginx.conf' and this gstreamer pipeline:
Fails saying: '[..] failed to transfer data: Failed sending data to the peer.'
The text was updated successfully, but these errors were encountered: