lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
198 stars 52 forks source link

The process exited with an error. #90

Closed joostshao closed 1 year ago

joostshao commented 1 year ago

2023-06-29 17:47:36,863 - INFO - [SC] newasiandi: Channel online 2023-06-29 17:47:37,117 - INFO - [SC] newasiandi: Selected 1280x720 resolution 2023-06-29 17:47:37,118 - INFO - [SC] newasiandi: Started downloading show 2023-06-29 17:47:37,483 - ERROR - [SC] newasiandi: The process exited with an error. Return code: 1 2023-06-29 17:47:37,483 - INFO - [SC] newasiandi: Error on downloading 2023-06-29 17:47:57,772 - INFO - [SC] newasiandi: Channel online 2023-06-29 17:47:58,014 - INFO - [SC] newasiandi: Selected 1280x720 resolution 2023-06-29 17:47:58,014 - INFO - [SC] newasiandi: Started downloading show 2023-06-29 17:47:58,381 - ERROR - [SC] newasiandi: The process exited with an error. Return code: 1 2023-06-29 17:47:58,381 - INFO - [SC] newasiandi: Error on downloading

    def getVideoUrl(self):
        return self.getWantedResolutionPlaylist("https://edge-hls.{host}/hls/{id}/master/{id}.m3u8".format(
                server=self.lastInfo["cam"]["viewServers"]["flashphoner-hls"],
                host='doppiocdn.com',
                id=self.lastInfo["cam"]["streamName"]
            ))
xAstroBoy commented 1 year ago

Even the vr recording seems to be affected as well now.

DerBunteBall commented 1 year ago

Try to append _auto

https://edge-hls.{host}/hls/{id}/master/{id}_auto.m3u8
lossless1024 commented 1 year ago

duplicate