Yes, `gstreamer.hls` simply takes the stream url iin argument. You should do 
something like this:
```
url = ref "initial url"
def on_error(e) =
  print("got an error: #{e}\n\n\n\n")
  url := "new url....";
  3.
end

s = gstreamer.hls(on_error=on_error,{!url})
output.pulseaudio(mksafe(s))
``` 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/762#issuecomment-493544958
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to