-
Notifications
You must be signed in to change notification settings - Fork 169
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
Panic streaming to nginx #82
Comments
Errors in |
thanks @3d0c for your reply. You were write about When running GMF stream to nginx, it appears to run normally (no errors writing to nginx). When I try to play the stream in VLC the screen is just black, sometimes 1 frame will come through but nothing else. Here is a snippet of the VLC log:
Nginx log looks normal (just PUBLISH and PLAY statements). The same code is producing files to local disk that are flawless so I know GMF is working in that scenario. It seems specific to rtmp/flv streaming that GMF is having problems. I also tried using The exact same nginx process works flawlessly when I stream to it using |
I have a ffmpeg command line that runs well streaming to nginx rtmp module:
i want to control this from my code, so i implement proper output:
but it hits error immediately every time:
This same code is writing out mp4/mkv files no problem. Only the live stream to nginx causes problems
The text was updated successfully, but these errors were encountered: