Author Topic: Is BASS support DASH streams like HLS streams?  (Read 150 times)

kenumir

  • Posts: 26
Is BASS support DASH streams like HLS streams?
When i use BASS_StreamCreateURL with link below
http://rdmedia.bbc.co.uk/dash/ondemand/testcard/1/client_manifest-audio.mpd
Show error: BASS_ERROR_FILEFORM

MB_SOFT

  • Posts: 443
Re: Is BASS support DASH streams like HLS streams?
« Reply #1 on: 17 Jan '23 - 12:28 »
works fine here.
You must probably load some plugins like BASSHLS BASS_AAC BASSWEBM

radio42

  • Posts: 4786
Re: Is BASS support DASH streams like HLS streams?
« Reply #2 on: 17 Jan '23 - 17:31 »
Same issue here - it is not working, even with all last plugin versions (incl. the ones mentioned above).
BASS_StreamCreateURL returns BASS_ERROR_FILEFORM.

Maybe an issue with using different versions?
BASS = 2.4.16.30
BASSHLS = 2.4.3.1
BASS_AAC = 2.4.6.0
BASSWEBM = 2.4.0.0

Ian @ un4seen

  • Administrator
  • Posts: 25063
Re: Is BASS support DASH streams like HLS streams?
« Reply #3 on: 17 Jan '23 - 17:50 »
DASH streams aren't currently supported by BASS, or any add-ons as far as I know. I think MB_SOFT may be using some other decoders too.

MB_SOFT

  • Posts: 443
Re: Is BASS support DASH streams like HLS streams?
« Reply #4 on: 17 Jan '23 - 18:06 »
i'm really sorry, I did a quick test and didn't notice that the stream in my app was being decoded by libvlc and not bass