-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
hls playback 404 not found for rtmp streaming #116
Comments
The issue can be reproduced using the Docker image environment but not with a locally build because the generation of .ts and .m3u8 files relies on relative paths. Using absolute paths can fix this problem. |
I am having the problem even if it is built from Cargo or if I download a release. I did not try from source though. |
Try to build from this branch https://github.com/harlanc/xiu/tree/fix_116 |
It seems to still get not found. |
Could you paste the logs of xiu when playing the hls stream which should contain "m3u8 folder:" and "ts folder:" as follows:
|
check whether below cmd works? otherwise, stop the service, then delete I met once the |
@fs8vsx59h
If the problems persists, try the following step:
|
sorry for that , I delete the live/test folder and restart , it works now and generate correct index m3u8 |
XIU version
v0.12.6
Describe the bug
hls m3u8 404 not found
To Reproduce
on the streaming machine:
However rtmp playback via ffplay does work.
What am I doing wrong?
Expected behavior
playback
The text was updated successfully, but these errors were encountered: