Replies: 1 comment
-
Seems not the problem of FFmpeg WHIP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So far I tried but without success, but ffmpeg to localhost works perfectly also I can launch whip from SRS GUI. I am not targeting domain but the remote path "IP/srs" with NGINIX proxy.
Input file: FHD h264 file with 30fps.
Used command:
./ffmpeg -i example.mp4 -vcodec libx264 -preset ultrafast -tune zerolatency -profile:v baseline -r 30 -f whip "http://localhost:1985/rtc/v1/whip/?app=live&stream=livestream"
ffmpeg log:
WHIP: Dispose of resource https://31.187.76.175/...
out#0/whip @x555bf75ac780 Could not write header (incorrect codec parameters ?): Connection time out
See my SRS logs.
Any tips or hints are welcomed
Beta Was this translation helpful? Give feedback.
All reactions