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

run ffmpeg command in docker on raspberry pi 5 resulted in segmentation fault #158

Open
pingpingz opened this issue Feb 1, 2024 · 0 comments
Labels
bug Something isn't working EnglishNative This issue is conveyed exclusively in English.

Comments

@pingpingz
Copy link

pingpingz commented Feb 1, 2024

Describe the bug
Device used : Raspberry pi 5 8GB
I pulled docker image by my raspberry pi with image ossrs/srs-stack:5 and try to use forwarding function included but seeing not forwarding and the status changing between forwarding and waiting.

So I try to
docker logs srs-stack
and it show "segmentation fault" between the logs

So I tried to enter the docker by
docker exec -it srs-stack /bin/bash
and run
root@437e8b8235bf:/usr/local/srs-stack/platform# ffmpeg
Segmentation fault
so it seems to be broken with ffmpeg binary.

Version
srs-stack:5 on Raspberry pi 5 8GB

To Reproduce
Steps to reproduce the behavior:

  1. Run on raspberry pi 5
    docker run --restart always -d -it --name srs-stack -v $HOME/data:/data -p 2022:2022 -p 2443:2443 -p 1935:1935 -p 8000:8000/udp -p 10080:10080/udp ossrs/srs-stack:5
  2. docker exec -it srs-stack /bin/bash
  3. root@437e8b8235bf:/usr/local/srs-stack/platform# ffmpeg
  4. See error Segmentation fault

Expected behavior
FFmpeg should run fine to make forwarding feature to successfully forwarded

Screenshots
Screenshot 2024-02-02 052009
Screenshot 2024-02-02 052325

@pingpingz pingpingz added the bug Something isn't working label Feb 1, 2024
@winlinvip winlinvip added the EnglishNative This issue is conveyed exclusively in English. label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working EnglishNative This issue is conveyed exclusively in English.
Projects
None yet
Development

No branches or pull requests

2 participants