s0faking / plugin.video.orftvthek

ORF TVthek - This KODI plugin provides access to the Austrian "ORF TVthek"
GNU General Public License v2.0
42 stars 19 forks source link

[Restart] and "Play Chapter" broken in most current 0.10 #93

Closed AloisKlingler closed 4 years ago

AloisKlingler commented 4 years ago

Hi sofaking,

just to let you know: in the most recent master (I guess 0.10 labeled?) the "Restart" of a live stream only prints an error. the new "Play Chapter" function results in a sad smiley (I use OSMC with kodi 18.5), the new "Play all" function most time does not appear in my folders.

I am back to 0.9.1 currently. :-)

Best regards

s0faking commented 4 years ago

hi alois,

thx, i already fixed the restart error with a396fbb

looking into the "play chapter" problem now. this problem seems to be linux specific because it doesnt occur on windows. had the problem on my rpis and on my shield though.

the "play all" function isn't showing because its probably disabled by orf. i think there might be a problem with the streaming services because the gapless feature wasn't working very well a week ago(stream jumps and stuff like that). when they turn in back on the "play all" item will appear automatically

s0faking commented 4 years ago

5e26ae4 should fix the "play chapter" crashes. can you test this on your osmc?

AloisKlingler commented 4 years ago

Hi, Yes I can, will do today evening and report back.

Best regards

AloisKlingler commented 4 years ago

Both are fixed on osmc with current master. Thank you!

UserX404 commented 3 years ago

It's an old issue but atm RESTART isn't working with 0.12.2. Running on the latest Libreelec stable (Kodi 18.9) Anybody else encounter the same issue?

s0faking commented 3 years ago

is service api enabled? 0.12.3 is the most recent version. this version fixes issues with restart when using the service api.

UserX404 commented 3 years ago

0.12.3 isn't available. I manually downloaded the version from git but i'm not able to install. Not sure if i remember corect but maybe no python 3 dependency availabe. Service api is not enabled. Is it necessary for the restart feature?

s0faking commented 3 years ago

did you use the version from the release page?https://github.com/s0faking/plugin.video.orftvthek/releases/download/0.12.3%2Bmatrix.1/plugin.video.orftvthek-0.12.3.zip

just saw the the leia version took a little longer to be approved. should be on the official repo in the next few days

serviceapi is not needed for the restart feature, but make sure that "inputstream adaptive" and "inputstreamhelper" addons are installed

UserX404 commented 3 years ago

Hi s0faking. I updated to 0.12.3 and now the whole live-section isn't working anymore. Neither Play nor Restart isn't working. Seems to me like an parsing error.

2021-10-18 21:42:10.774 T:3011306880  NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.orftvthek/?mode=play&link=https://orf2.mdn.ors.at/out/u/orf2/q4a/manifest.m3u8|User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
2021-10-18 21:42:10.945 T:2463732544  NOTICE: Creating InputStream
2021-10-18 21:42:11.062 T:2463732544   ERROR: CCurlFile::Open failed with code 404 for https://orf2.mdn.ors.at/out/u/orf2/q4a/manifest.m3u8:
2021-10-18 21:42:11.063 T:2463732544  NOTICE: Creating Demuxer
2021-10-18 21:42:11.203 T:2463732544   ERROR: OpenDemuxStream - Error creating demuxer
2021-10-18 21:42:11.203 T:2463732544  NOTICE: CVideoPlayer::OnExit()

Should't it be m3u instead of m3u8 ? (err 403 instead of 404)

ManuelWinkler commented 3 years ago

Hey all,

just FYI: The ORS recently turned off the fixed quality streams (q0a, q2a, q4a, q6a, q8c). The full adaptive streams (qxa and qxb) are still working and used again on the web version of the TVthek instead of the DRM streams.

I'm pretty sure this has to do that they recently published a new feature to use subtitles in livestreams. They are now also listed in the /qxa/manifest.m3u8 file.

s0faking commented 3 years ago

Change the quality to adaptive in the addon settings. Looks Like the q4a Stream is Not available anymore (i think thats the SD quality Stream )

UserX404 commented 3 years ago

Thanks. Live is working again but Restart does nothing. Kodi.log on clicking Restart:

2021-10-18 22:30:18.961 T:2472444736 WARNING: Attempt to use invalid handle -1
2021-10-18 22:30:57.712 T:2472444736 WARNING: Previous line repeats 3 times.
2021-10-18 22:30:57.712 T:2472444736  NOTICE: [script.module.inputstreamhelper] Widevine update check was made on 2021-09-22 21:52
s0faking commented 3 years ago

Can you post a debug log? Which channel are you trying to play?

UserX404 commented 3 years ago

Can i send you the log via mail? There a a lot of sensitive data.

Orf2

s0faking commented 3 years ago

Sure. Send the logs to dw@lowfidelity.at

s0faking commented 3 years ago

should work with 0.12.3-1. the problem only occurs on kodi <19.

https://github.com/s0faking/plugin.video.orftvthek/releases/download/0.12.3%2Bmatrix.1/plugin.video.orftvthek-0.12.3-1.zip