2020-07-31, 19:15
Having an issue with sling. Nothing will play. For some reason, the plugin is getting a 404 error. Is anyone else getting a similar issue? Here is a snippet of my log:
Quote:2020-07-31 12:01:06.128 T:18910 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.sling/?url=http%3A%2F%2Fcbd46b77.cdn.cms.movetv.com%2Fcms%2Fapi%2Fchannels%2F2a915617329d4e87b5a83b68c39b9229%2Fschedule%2Fnow%2Fplayback_info.qvt&mode=play&name=BBC+AmericaI tried clicking on the stream url, and this came up:
2020-07-31 12:01:06.129 T:19202 NOTICE: Creating InputStream
2020-07-31 12:01:06.220 T:19202 ERROR: AddOnLog: InputStream Adaptive: Key system request: com.widevine.alpha
2020-07-31 12:01:08.703 T:19202 NOTICE: Creating Demuxer
2020-07-31 12:01:08.717 T:19202 NOTICE: Opening stream: 1001 source: 256
2020-07-31 12:01:09.062 T:19202 NOTICE: Creating video codec with codec id: 27
2020-07-31 12:01:09.087 T:19202 NOTICE: CDVDVideoCodecAndroidMediaCodec::Open: Secure decoder requested: false (stream flags: 0)
2020-07-31 12:01:09.087 T:19202 NOTICE: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.mp2.decoder
2020-07-31 12:01:09.088 T:19202 NOTICE: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.wma.decoder
2020-07-31 12:01:09.088 T:19202 NOTICE: CDVDVideoCodecAndroidMediaCodec::Open Testing codec:OMX.Nvidia.h264.decode
2020-07-31 12:01:09.203 T:19202 NOTICE: Creating video thread
2020-07-31 12:01:09.205 T:19225 NOTICE: running thread: video_thread
2020-07-31 12:01:09.218 T:19202 NOTICE: Opening stream: 1002 source: 256
2020-07-31 12:01:09.328 T:19202 NOTICE: Finding audio codec for: 86018
2020-07-31 12:01:09.421 T:19202 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
2020-07-31 12:01:09.430 T:19202 NOTICE: Creating audio thread
2020-07-31 12:01:09.430 T:19232 NOTICE: running thread: CVideoPlayerAudio:rocess()
2020-07-31 12:01:09.631 T:19211 ERROR: AddOnLog: InputStream Adaptive: Download http://p-cdn1-803-cg14-linear-cbd46b77.m...fffffa.m4s failed with error: 404
2020-07-31 12:01:20.973 T:19228 ERROR: Previous line repeats 10 times.
2020-07-31 12:01:20.973 T:19228 ERROR: AddOnLog: InputStream Adaptive: Download http://p-cdn1-803-cg14-linear-cbd46b77.m...fffffa.m4s failed with error: 404
2020-07-31 12:01:32.168 T:19202 ERROR: Previous line repeats 10 times.
2020-07-31 12:01:32.168 T:19202 NOTICE: CVideoPlayer::OnExit()
2020-07-31 12:01:32.168 T:19202 NOTICE: VideoPlayer: eof, waiting for queues to empty
2020-07-31 12:01:32.168 T:19202 NOTICE: Closing stream player 1
2020-07-31 12:01:32.169 T:19202 NOTICE: Waiting for audio thread to exit
2020-07-31 12:01:32.170 T:19232 NOTICE: thread end: CVideoPlayerAudio::OnExit()
2020-07-31 12:01:32.170 T:19202 NOTICE: Closing audio device
2020-07-31 12:01:32.170 T:19202 NOTICE: Deleting audio codec
2020-07-31 12:01:32.186 T:19202 NOTICE: Closing stream player 2
2020-07-31 12:01:32.186 T:19202 NOTICE: waiting for video thread to exit
2020-07-31 12:01:32.188 T:19225 NOTICE: thread end: video_thread
2020-07-31 12:01:32.188 T:19202 NOTICE: deleting video codec
2020-07-31 12:01:32.264 T:18910 NOTICE: CVideoPlayer::CloseFile()
2020-07-31 12:01:32.266 T:18910 NOTICE: VideoPlayer: waiting for threads to exit
2020-07-31 12:01:32.266 T:18910 NOTICE: VideoPlayer: finished waiting
2020-07-31 12:01:32.266 T:18910 NOTICE: CVideoPlayer::CloseFile()
2020-07-31 12:01:32.266 T:18910 NOTICE: VideoPlayer: waiting for threads to exit
2020-07-31 12:01:32.266 T:18910 NOTICE: VideoPlayer: finished waiting
2020-07-31 12:01:33.303 T:19195 WARNING: Attempt to use invalid handle 9
Quote:{ "status": 404, "status_string": "Not Found", "message": "Request for stream 91735abcd31011ea8d120025b547220f segment 0xfffffffa is beyond the stream end (0x351b; limit 0x351c)" }