J

Results 3 comments of J

I am facing the same issue, hope it could be fixed soon

@gkatsev I got the same issue on this website. My research result is that it's a regex issue here: https://github.com/videojs/mpd-parser/blob/main/src/segment/segmentTemplate.js#L6 const identifierPattern = /\\$([A-z]*)(?:(%0)([0-9]+)d)?\\$/g; In this example the regex is...

@PritamP20 more informtion, in this case, the socketPath is an Unix domain socket , that means it's a file path. example: axios({ url: '/testing', socketPath:'/tmp/nginx.sock' }) it works fine in...