Previously I used gstreamer to successfully decode m3u8. My script is
```
s= input.gstreamer.audio(pipeline="uridecodebin
uri=http://radio103-lh.akamaihd.net/i/radio_1@507820/master.m3u8")
```
You can install gstreamer by executing `opam install gstreamer`
Gstreamer may also need some plugins, check bellow
```
sudo apt-get -y install libgstreamer1.0-0 gstreamer1.0-plugins-base \
gstreamer1.0-plugins-ugly gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-tools gstreamer1.0-libav
```
Note: the above m3u8 link is down now
Regarding return back to previous version, I don't used it and not certain it
may be `opam pin remove`
I think you may aware that you can create the script as a liq file and execute
like `liquidsoap location/to/myscript.liq`
--
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/757#issuecomment-484584251
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users