Config "fallback: MRL" dont working #316
Unanswered
brandousov
asked this question in
Questions
Replies: 3 comments
-
Hi, I think you have to change your config similar to :
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. It did not works:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, For instance, if the server public IP is 10.0.0.1, the configuration is paths:
# For Debugging - my proxied home camera
test:
source: record
sourceProtocol: automatic
sourceOnDemand: yes
sourceOnDemandStartTimeout: 10s
sourceOnDemandCloseAfter: 10s
#publishIps: [127.0.0.1]
fallback: rtsp://10.0.0.1:8554/fallback
fallback:
source: record
runOnDemand: ffmpeg -re -stream_loop -1 -i "/opt/icmedia/fallback.mp4" -c copy -an -r 1 -f rtsp "rtsp://127.0.0.1:8554/fallback" -hide_banner
runOnDemandRestart: yes
sourceProtocol: automatic
sourceOnDemand: yes
sourceOnDemandStartTimeout: 10s
sourceOnDemandCloseAfter: 10s Anyway, since this is not obvious, i'd better add support for relative paths (i.e. /fallback). |
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
-
Which version are you using?
v0.14.0
Which operating system are you using?
OS
Architecture
Describe the issue
fallback
dont works as described - "url to redirect clients to when nobody is publishing to this path".Describe how to replicate the issue
Fallback movie src:
https://github.com/brandousov/pix/blob/main/fallback.mp4
When I have not publishing to path, or stops publishing, VLC just stops translation and trying to reconnect, no alternative (fallback) video shown instead.
Did you attach a network dump?
no
Beta Was this translation helpful? Give feedback.
All reactions