Bug #2493
ST tries to compute hash and loads subtitles from opensubtitles for endless mpegts (makes no sense?)
Status: | Fixed | Start date: | 01/16/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | Subtitles | |||
Target version: | 4.10 | |||
Found in version: | 4.9.80 | Platform: | Linux |
Description
vp [DEBUG]: Playing 'videoparams:{"title":"1 Classic","no_fs_scan":true,"canonicalUrl":"tv:ts:http%3A//212.79.96.134%3A8024:1%20Classic","sources":[{"url":"http://212.79.96.134:8024","mimetype":"video/mp2t"}]}', primary, attempt-resume Video [DEBUG]: Playing http://212.79.96.134:8024 media [DEBUG]: Settings initialized for URL tv:ts:http%3A//212.79.96.134%3A8024:1%20Classic in folder: All [tv:category:All] SVSYNC [DEBUG]: Set to 0s AVSYNC [DEBUG]: Set to 0 ms X11 [DEBUG]: Suspending screensaver Video [DEBUG]: Unable to compute opensub hash Video [DEBUG]: Starting playback of http://212.79.96.134:8024 (mpegts) Probe [DEBUG]: Stream #0: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 16:15 DAR 4:3], 6000 kb/s Probe [DEBUG]: Stream #1: Audio: mp2, 48000 Hz, 2 channels, s16p, 256 kb/s media [DEBUG]: Selecting track libav:1, best score 6 Media [DEBUG]: Selecting audio track libav:1 Subscanner [DEBUG]: Starting subtitle scan for 1 Classic (imdbid:<unknown>) year:0 season:-1 episode:-1 duration:0 opensubhash:0000000000000000 Video [DEBUG]: Stream #0: Video: mpeg2video (Main), yuv420p, 720x576 [PAR 16:15 DAR 4:3], 6000 kb/s Video [DEBUG]: Stream #0: Codec created Video [DEBUG]: Stream #1: Audio: mp2, 48000 Hz, 2 channels, s16p, 256 kb/s Video [DEBUG]: Stream #1: Codec created audio [DEBUG]: Codec changed to mp2 (0x15000) PA [DEBUG]: Created stream float32le 2ch 48000Hz [front-left,front-right] (tilesize=8184) Audio [DEBUG]: Converting from [stereo 48000Hz s16p] to [stereo 48000Hz flt] opensubtitles [DEBUG]: Attempting to login as anonymous user opensubtitles [DEBUG]: Login OK media [DEBUG]: Selecting track http://dl.opensubtitles.org/en/download/filead/src-api/vrf-58b15614c4/sid-jhpdocfasn392oeqjfgo1m9u37/1953553890.gz, best score 1000 Media [INFO ]: Selecting subtitle track http://dl.opensubtitles.org/en/download/filead/src-api/vrf-58b15614c4/sid-jhpdocfasn392oeqjfgo1m9u37/1953553890.gz Subtitles [DEBUG]: Trying to load http://dl.opensubtitles.org/en/download/filead/src-api/vrf-58b15614c4/sid-jhpdocfasn392oeqjfgo1m9u37/1953553890.gz opensubtitles [DEBUG]: Added 218 subtitles Subtitles [INFO ]: http://dl.opensubtitles.org/en/download/filead/src-api/vrf-58b15614c4/sid-jhpdocfasn392oeqjfgo1m9u37/1953553890.gz is not valid UTF-8. Decoded as ISO-8859-1 (detected language: es) Subtitles [DEBUG]: Loaded http://dl.opensubtitles.org/en/download/filead/src-api/vrf-58b15614c4/sid-jhpdocfasn392oeqjfgo1m9u37/1953553890.gz OK
Related issues
Associated revisions
videoplayback: Only scan for subs if we can determine video duration or compute subtitle hashes
Fixes #2493
History
#1
Updated by Andreas Smas over 7 years ago
- Status changed from New to Need feedback
Maybe it's better to explicitly turn off all subtitle scanning with a flag much like the "no_fs_scan"
#2
Updated by Leonid Protasov over 7 years ago
Andreas Ă–man wrote:
Maybe it's better to explicitly turn off all subtitle scanning with a flag much like the "no_fs_scan"
Flag could be useful but you can do this automatically as this stream is live and you dont display seek bar for it as it is.
#3
Updated by Andreas Smas over 7 years ago
- Status changed from Need feedback to Fixed
- % Done changed from 0 to 100
Applied in changeset git|0184fb09e60aabe6a970cc3092e34084f398b925.
#4
Updated by Leonid Protasov over 7 years ago
- Related to Bug #2499: ST remembers position for live mpegts streams (like 2493) and tries to restore later (regression) added