It working well but when I change the playlist invalid. I got the error
ProtoneMedia\LaravelFFMpeg\Http\DynamicHLSPlaylist::parseLines(): Argument #1 ($lines) must be of type string, null given
How to try catch this exception in case user intentionally changed playlist parameter.
This is my code.
It working well but when I change the playlist invalid. I got the error
ProtoneMedia\LaravelFFMpeg\Http\DynamicHLSPlaylist::parseLines(): Argument #1 ($lines) must be of type string, null given
How to try catch this exception in case user intentionally changed playlist parameter.