VLCKit 3.0.2 can't seek TS files more than once (but 3.0.1 can)
steps to reproduce:
- compile vlc with VLCKit 3.0.2
- open this network stream (it needs to be a network stream, local files work ok): http://arte-magica.pt/test4.ts
- try to seek once (it works)
- try to seek a second time, it never works again
if you compile vlc with VLCKit 3.0.1, seeking works.
interestingly, the amount of remaining time seems to be better with 3.0.2!
In VLC, after the first seek, it seems that _mediaPlayer.media.length
in VLCPlaybackController turns to 0 and stays 0. With 3.0.1, the value keeps updating to some value. It does appear that this value starts ok (it contains something > 0), but after the first seek turns into 0 and stays 0.
Because _mediaDuration must be > 0 (line 870 in VLCMovieViewController), the triggering of the new seek will never be issued again.
(tested in the simulator and real iPhone X)
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Luis changed title from VLCKit 3.0.2 can't seek TS files more than once to VLCKit 3.0.2 can't seek TS files more than once (but 3.0.1 can)
changed title from VLCKit 3.0.2 can't seek TS files more than once to VLCKit 3.0.2 can't seek TS files more than once (but 3.0.1 can)
- Luis changed the description
changed the description
- Luis changed the description
changed the description
- Owner
Please check with 3.1.x
- Jean-Baptiste Kempf added VLC Core label
added VLC Core label
- Owner
This is extremely weird.
Can you share your logs?
Hi !
So this has been 4 months, but it's still happening. I've checked out the latest VLC-iOS git, 3.0 branch and ran it on iPhone.
Here's the logs:
2018-12-16 16:44:52.654237+0000 VLC for iOS[4270:1214261] [DYMTLInitPlatform] platform initialization successful 2018-12-16 16:44:53.119911+0000 VLC for iOS[4270:1214003] [HockeySDK] -[BITCrashManager startManager]_block_invoke/1202 [HockeySDK] WARNING: Detecting crashes is NOT enabled due to running the app with a debugger attached. 2018-12-16 16:44:53.125301+0000 VLC for iOS[4270:1214241] [HockeySDK] void bit_fixBackupAttributeForURL(NSURL *__strong)_block_invoke/177 ERROR: Error while setting resource value: The file “Application Support” doesn’t exist. 2018-12-16 16:44:53.168514+0000 VLC for iOS[4270:1214003] Found interface lo0, address 127.0.0.1 2018-12-16 16:44:53.168565+0000 VLC for iOS[4270:1214003] Found interface pdp_ip0, address 10.178.203.86 2018-12-16 16:44:53.168580+0000 VLC for iOS[4270:1214003] Found interface en0, address 192.168.1.72 2018-12-16 16:44:53.172937+0000 VLC for iOS[4270:1214003] Initializing db in /private/var/mobile/Containers/Shared/AppGroup/96D0D759-2F4C-4BDA-9044-C426BCD65E5C 2018-12-16 16:44:53.243317+0000 VLC for iOS[4270:1214003] will discover files in path: '/var/mobile/Containers/Data/Application/823351BC-9CB4-4B95-A6EC-8AFC0F22C340/Documents' 2018-12-16 16:44:53.464164+0000 VLC for iOS[4270:1214241] [WC] WCSession counterpart app not installed VLCRendererDiscovererManager: Unable to start renderer discoverer with name: microdns_renderer 2018-12-16 16:44:53.560931+0000 VLC for iOS[4270:1214003] Fetching 2018-12-16 16:44:53.560989+0000 VLC for iOS[4270:1214003] Done VLCRendererDiscovererManager: Unable to start renderer discoverer with name: microdns_renderer 2018-12-16 16:45:04.288742+0000 VLC for iOS[4270:1214003] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles 2018-12-16 16:45:04.290111+0000 VLC for iOS[4270:1214003] [MC] Reading from public effective user settings. 2018-12-16 16:45:35.119242+0000 VLC for iOS[4270:1214003] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker) 2018-12-16 16:45:35.120697+0000 VLC for iOS[4270:1214003] Cancelling file parsing 2018-12-16 16:45:35.125163+0000 VLC for iOS[4270:1214003] couldn't find file, not saving playback progress 2018-12-16 16:45:45.486945+0000 VLC for iOS[4270:1214003] VLC media player - 3.0.4 Vetinari 2018-12-16 16:45:45.486993+0000 VLC for iOS[4270:1214003] Copyright © 1996-2018 the VideoLAN team 2018-12-16 16:45:45.487055+0000 VLC for iOS[4270:1214003] revision 3.0.4-21-gc6718efd1a 2018-12-16 16:45:45.487091+0000 VLC for iOS[4270:1214003] configured with /Users/jenkins/workspace/vlc-release/macosx/vlc-release-MobileVLCKit/libvlc/vlc/configure '--prefix=/Users/jenkins/workspace/vlc-release/macosx/vlc-release-MobileVLCKit/libvlc/vlc/install-iPhoneOS/arm64' '--host=aarch64-apple-darwin14' '--with-contrib=/Users/jenkins/workspace/vlc-release/macosx/vlc-release-MobileVLCKit/libvlc/vlc/contrib/iPhone-aarch64-apple-darwin14-aarch64' '--enable-static' '--enable-dvbpsi' '--enable-avcodec' '--disable-macosx' '--disable-macosx-qtkit' '--disable-macosx-avfoundation' '--disable-shared' '--enable-opus' '--disable-faad' '--disable-lua' '--disable-a52' '--enable-fribidi' '--disable-qt' '--disable-skins2' '--disable-vcd' '--disable-vlc' '--disable-vlm' '--disable-nls' '--disable-sse' '--disable-notify' '--enable-live555' '--enable-realrtsp' '--enable-swscale' '--disable-projectm' '--enable-libass' '--enable-libxml2' '--disable-goom' '--disable-dvdread' '--disable-dvdnav' '--disable-bluray' '--disable-linsys' '--disable-libva' '--disable-gme' '--disable-tremor' '--enable-vorbis' '--disable-fluidsynth' '--disable-jack' '--disable-pulse' '--disable-mtp' '--enable-ogg' '--enable-speex' '--enable-theora' '--enable-flac' '--disable-screen' '--enable-freetype' '--enable-taglib' '--disable-mmx' '--disable-sparkle' '--disable-addonmanagermodules' '--disable-mad' 'host_alias=aarch64-apple-darwin14' 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'CFLAGS=-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -arch arm64 -O3 -g -miphoneos-version-min=8.0 -DNDEBUG' 'LDFLAGS=-arch arm64 -Wl,-ios_version_min,8.0' 'CPPFLAGS=-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -arch arm64 -O3 -g -miphoneos-version-min=8.0' 'CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++' 'CXXFLAGS=-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -arch arm64 -O3 -g -miphoneos-version-min=8.0' 'OBJC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'OBJCFLAGS=-O3 -g' 'CCAS=gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'PKG_CONFIG_PATH=' 2018-12-16 16:45:45.487840+0000 VLC for iOS[4270:1214003] restart requested (1) 2018-12-16 16:45:45.488647+0000 VLC for iOS[4270:1214648] Creating an input for 'test4.ts' 2018-12-16 16:45:45.489566+0000 VLC for iOS[4270:1214714] using timeshift granularity of 50 MiB 2018-12-16 16:45:45.489583+0000 VLC for iOS[4270:1214714] using default timeshift path 2018-12-16 16:45:45.745371+0000 VLC for iOS[4270:1214714] `http://arte-magica.pt/test4.ts' gives access `http' demux `any' path `arte-magica.pt/test4.ts' 2018-12-16 16:45:45.745765+0000 VLC for iOS[4270:1214714] creating demux: access='http' demux='any' location='arte-magica.pt/test4.ts' file='(null)' 2018-12-16 16:45:45.745956+0000 VLC for iOS[4270:1214714] looking for access_demux module matching "http": 4 candidates 2018-12-16 16:45:45.746077+0000 VLC for iOS[4270:1214714] no access_demux modules matched 2018-12-16 16:45:45.746443+0000 VLC for iOS[4270:1214714] creating access: http://arte-magica.pt/test4.ts 2018-12-16 16:45:45.746772+0000 VLC for iOS[4270:1214714] looking for access module matching "http": 18 candidates 2018-12-16 16:45:45.749809+0000 VLC for iOS[4270:1214714] resolving arte-magica.pt ... 2018-12-16 16:45:46.526915+0000 VLC for iOS[4270:1214003] looking for renderer probe module matching "any": 2 candidates 2018-12-16 16:45:46.527024+0000 VLC for iOS[4270:1214003] no renderer probe modules matched 2018-12-16 16:45:46.527192+0000 VLC for iOS[4270:1214003] looking for renderer_discovery module matching "microdns_renderer": 2 candidates 2018-12-16 16:45:46.527237+0000 VLC for iOS[4270:1214003] mDNS: listening to _googlecast._tcp.local renderer 2018-12-16 16:45:46.527691+0000 VLC for iOS[4270:1214003] mDNS init error: Can't assign requested address 2018-12-16 16:45:46.527744+0000 VLC for iOS[4270:1214003] no renderer_discovery modules matched 2018-12-16 16:45:46.527774+0000 VLC for iOS[4270:1214003] no suitable renderer discovery module for 'microdns_renderer' VLCRendererDiscovererManager: Unable to start renderer discoverer with name: microdns_renderer 2018-12-16 16:45:48.767108+0000 VLC for iOS[4270:1214714] outgoing request: GET /test4.ts HTTP/1.1 Host: arte-magica.pt Accept: */* Accept-Language: en_US User-Agent: VLC/3.0.4 LibVLC/3.0.4 Range: bytes=0- 2018-12-16 16:45:48.851432+0000 VLC for iOS[4270:1214714] incoming response: HTTP/1.1 206 Partial Content Date: Sun, 16 Dec 2018 16:37:58 GMT Server: Apache/2.4.10 (Debian) Last-Modified: Sun, 11 Mar 2018 23:40:12 GMT ETag: "1400000-5672b8beb0820" Accept-Ranges: bytes Content-Length: 20971520 Content-Range: bytes 0-20971519/20971520 Content-Type: video/MP2T 2018-12-16 16:45:48.851683+0000 VLC for iOS[4270:1214714] using access module "access" 2018-12-16 16:45:48.851772+0000 VLC for iOS[4270:1214714] looking for stream_filter module matching "prefetch,cache_block": 25 candidates 2018-12-16 16:45:48.852063+0000 VLC for iOS[4270:1214714] using 16777216 bytes buffer, 16384 bytes read 2018-12-16 16:45:48.852133+0000 VLC for iOS[4270:1214714] using stream_filter module "prefetch" 2018-12-16 16:45:48.852221+0000 VLC for iOS[4270:1214714] looking for stream_filter module matching "any": 25 candidates 2018-12-16 16:45:48.853614+0000 VLC for iOS[4270:1214714] no stream_filter modules matched 2018-12-16 16:45:48.853709+0000 VLC for iOS[4270:1214714] looking for stream_directory module matching "any": 1 candidates 2018-12-16 16:45:48.853789+0000 VLC for iOS[4270:1214714] no stream_directory modules matched 2018-12-16 16:45:48.853851+0000 VLC for iOS[4270:1214714] attachment of directory-extractor failed for http://arte-magica.pt/test4.ts 2018-12-16 16:45:48.853937+0000 VLC for iOS[4270:1214714] looking for stream_filter module matching "record": 25 candidates 2018-12-16 16:45:48.854004+0000 VLC for iOS[4270:1214714] using stream_filter module "record" 2018-12-16 16:45:48.854071+0000 VLC for iOS[4270:1214714] creating demux: access='http' demux='ts' location='arte-magica.pt/test4.ts' file='(null)' 2018-12-16 16:45:48.854130+0000 VLC for iOS[4270:1214714] looking for demux module matching "ts": 46 candidates 2018-12-16 16:45:48.855835+0000 VLC for iOS[4270:1214714] Standard set to Auto 2018-12-16 16:45:48.855926+0000 VLC for iOS[4270:1214714] pid[101] unknown 2018-12-16 16:45:48.856108+0000 VLC for iOS[4270:1214714] first packet for pid=101 cc=0x6 2018-12-16 16:45:48.857942+0000 VLC for iOS[4270:1214714] pid[18] unknown 2018-12-16 16:45:48.858022+0000 VLC for iOS[4270:1214714] first packet for pid=18 cc=0x5 2018-12-16 16:45:48.891030+0000 VLC for iOS[4270:1214714] pid[102] unknown 2018-12-16 16:45:48.891191+0000 VLC for iOS[4270:1214714] first packet for pid=102 cc=0x7 2018-12-16 16:45:48.892164+0000 VLC for iOS[4270:1214714] pid[100] unknown 2018-12-16 16:45:48.972837+0000 VLC for iOS[4270:1214714] PATCallBack called 2018-12-16 16:45:48.972964+0000 VLC for iOS[4270:1214714] new PAT ts_id=16516 version=5 current_next=1 2018-12-16 16:45:48.973023+0000 VLC for iOS[4270:1214714] * number=17472 pid=100 2018-12-16 16:45:48.973146+0000 VLC for iOS[4270:1214714] temporary receiving program 17472 2018-12-16 16:45:49.245929+0000 VLC for iOS[4270:1214714] first packet for pid=100 cc=0x1 2018-12-16 16:45:49.246306+0000 VLC for iOS[4270:1214714] PMTCallBack called for program 17472 2018-12-16 16:45:49.246390+0000 VLC for iOS[4270:1214714] new PMT program number=17472 version=1 pid_pcr=101 2018-12-16 16:45:49.246525+0000 VLC for iOS[4270:1214714] * pid=101 type=0x1b AVC video stream as defined in ITU-T Rec. H.264 2018-12-16 16:45:49.246609+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x52 2018-12-16 16:45:49.246675+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x70 2018-12-16 16:45:49.246841+0000 VLC for iOS[4270:1214714] => pid 101 has now es fcc=h264 2018-12-16 16:45:49.246919+0000 VLC for iOS[4270:1214714] * pid=102 type=0x11 ISO/IEC 14496-3 Audio with LATM transport 2018-12-16 16:45:49.246989+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x52 2018-12-16 16:45:49.247238+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0xa 2018-12-16 16:45:49.247344+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x7c 2018-12-16 16:45:49.247410+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x7f 2018-12-16 16:45:49.247477+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x6b 2018-12-16 16:45:49.247643+0000 VLC for iOS[4270:1214714] - SL/FMC descriptor not found/matched 2018-12-16 16:45:49.247862+0000 VLC for iOS[4270:1214714] found language: eng 2018-12-16 16:45:49.247949+0000 VLC for iOS[4270:1214714] => pid 102 has now es fcc=mp4a 2018-12-16 16:45:49.248029+0000 VLC for iOS[4270:1214714] * pid=106 type=0x11 ISO/IEC 14496-3 Audio with LATM transport 2018-12-16 16:45:49.248171+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x52 2018-12-16 16:45:49.248256+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0xa 2018-12-16 16:45:49.248323+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x7c 2018-12-16 16:45:49.248470+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x7f 2018-12-16 16:45:49.248581+0000 VLC for iOS[4270:1214714] - SL/FMC descriptor not found/matched 2018-12-16 16:45:49.248667+0000 VLC for iOS[4270:1214714] found language: eng 2018-12-16 16:45:49.248757+0000 VLC for iOS[4270:1214714] => pid 106 has now es fcc=mp4a 2018-12-16 16:45:49.248844+0000 VLC for iOS[4270:1214714] * pid=105 type=0x6 ISO/IEC 13818-1 PES packets containing private data 2018-12-16 16:45:49.248919+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x52 2018-12-16 16:45:49.249008+0000 VLC for iOS[4270:1214714] - ES descriptor tag 0x59 2018-12-16 16:45:49.249090+0000 VLC for iOS[4270:1214714] * Stream Component Identifier: 5 2018-12-16 16:45:49.249162+0000 VLC for iOS[4270:1214714] => pid 105 has now es fcc=dvbs 2018-12-16 16:45:49.249251+0000 VLC for iOS[4270:1214714] * pid=17 listening for SDT 2018-12-16 16:45:49.249331+0000 VLC for iOS[4270:1214714] enabling pid 101 from program 17472 2018-12-16 16:45:49.249404+0000 VLC for iOS[4270:1214714] enabling pid 102 from program 17472 2018-12-16 16:45:49.249473+0000 VLC for iOS[4270:1214714] enabling pid 106 from program 17472 2018-12-16 16:45:49.249539+0000 VLC for iOS[4270:1214714] enabling pid 105 from program 17472 2018-12-16 16:45:49.249609+0000 VLC for iOS[4270:1214714] enabling pcr pid 101 from program 17472 2018-12-16 16:45:49.249772+0000 VLC for iOS[4270:1214714] first packet for pid=101 cc=0xc 2018-12-16 16:45:49.251162+0000 VLC for iOS[4270:1214714] first packet for pid=102 cc=0x4 2018-12-16 16:45:49.280006+0000 VLC for iOS[4270:1214714] using demux module "ts" 2018-12-16 16:45:49.280640+0000 VLC for iOS[4270:1214714] DEMUX_SET_GROUP 0 0x0 2018-12-16 16:45:49.280892+0000 VLC for iOS[4270:1214714] looking for meta reader module matching "any": 1 candidates 2018-12-16 16:45:49.281126+0000 VLC for iOS[4270:1214714] no meta reader modules matched 2018-12-16 16:45:49.281652+0000 VLC for iOS[4270:1214714] `http://arte-magica.pt/test4.ts' successfully opened 2018-12-16 16:45:49.281848+0000 VLC for iOS[4270:1214714] Creating delayed ES 2018-12-16 16:45:49.281977+0000 VLC for iOS[4270:1214714] selecting program id=17472 2018-12-16 16:45:49.282483+0000 VLC for iOS[4270:1214714] looking for packetizer module matching "any": 24 candidates 2018-12-16 16:45:49.282603+0000 VLC for iOS[4270:1214714] using packetizer module "h264" 2018-12-16 16:45:49.282722+0000 VLC for iOS[4270:1214714] looking for video decoder module matching "any": 10 candidates 2018-12-16 16:45:49.284085+0000 VLC for iOS[4270:1214714] Using Video Toolbox to decode 'h264' 2018-12-16 16:45:49.284181+0000 VLC for iOS[4270:1214714] using video decoder module "videotoolbox" 2018-12-16 16:45:49.284392+0000 VLC for iOS[4270:1214714] Default program is 17472 2018-12-16 16:45:49.284857+0000 VLC for iOS[4270:1214714] looking for packetizer module matching "any": 24 candidates 2018-12-16 16:45:49.285102+0000 VLC for iOS[4270:1214714] running MPEG4 audio packetizer 2018-12-16 16:45:49.285180+0000 VLC for iOS[4270:1214714] LOAS/LATM Mode 2018-12-16 16:45:49.285251+0000 VLC for iOS[4270:1214714] using packetizer module "mpeg4audio" 2018-12-16 16:45:49.285334+0000 VLC for iOS[4270:1214714] looking for audio decoder module matching "any": 16 candidates 2018-12-16 16:45:49.285950+0000 VLC for iOS[4270:1214714] using ffmpeg Lavc58.6.103 2018-12-16 16:45:49.286065+0000 VLC for iOS[4270:1214714] option quiet does not exist 2018-12-16 16:45:49.287344+0000 VLC for iOS[4270:1214714] CPU flags: 0x00000068 2018-12-16 16:45:49.314239+0000 VLC for iOS[4270:1214714] codec (aac) started 2018-12-16 16:45:49.314378+0000 VLC for iOS[4270:1214714] using audio decoder module "avcodec" 2018-12-16 16:45:49.314718+0000 VLC for iOS[4270:1214714] enabling pid 101 from program 17472 2018-12-16 16:45:49.314802+0000 VLC for iOS[4270:1214714] enabling pid 102 from program 17472 2018-12-16 16:45:49.315007+0000 VLC for iOS[4270:1214714] enabling pid 106 from program 17472 2018-12-16 16:45:49.315097+0000 VLC for iOS[4270:1214714] enabling pid 105 from program 17472 2018-12-16 16:45:49.315137+0000 VLC for iOS[4270:1214714] enabling pcr pid 101 from program 17472 2018-12-16 16:45:49.361434+0000 VLC for iOS[4270:1214714] Buffering 0% 2018-12-16 16:45:49.365074+0000 VLC for iOS[4270:1214747] AAC channels: 2 samplerate: 48000 2018-12-16 16:45:49.365162+0000 VLC for iOS[4270:1214747] restarting module due to input format change 2018-12-16 16:45:49.368321+0000 VLC for iOS[4270:1214747] removing module "avcodec" 2018-12-16 16:45:49.368565+0000 VLC for iOS[4270:1214747] looking for audio decoder module matching "any": 16 candidates 2018-12-16 16:45:49.368744+0000 VLC for iOS[4270:1214747] using ffmpeg Lavc58.6.103 2018-12-16 16:45:49.368832+0000 VLC for iOS[4270:1214747] option quiet does not exist 2018-12-16 16:45:49.368924+0000 VLC for iOS[4270:1214747] CPU flags: 0x00000068 2018-12-16 16:45:49.371096+0000 VLC for iOS[4270:1214747] codec (aac) started 2018-12-16 16:45:49.371183+0000 VLC for iOS[4270:1214747] using audio decoder module "avcodec" 2018-12-16 16:45:49.372352+0000 VLC for iOS[4270:1214747] reusing audio output 2018-12-16 16:45:49.373101+0000 VLC for iOS[4270:1214747] VLC is looking for: 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes 2018-12-16 16:45:49.479830+0000 VLC for iOS[4270:1214714] Buffering 3% 2018-12-16 16:45:49.525282+0000 VLC for iOS[4270:1214714] Buffering 6% 2018-12-16 16:45:49.563945+0000 VLC for iOS[4270:1214747] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker) 2018-12-16 16:45:49.564026+0000 VLC for iOS[4270:1214747] Output on Default, channel count: 2 2018-12-16 16:45:49.716962+0000 VLC for iOS[4270:1214714] Buffering 10% 2018-12-16 16:45:49.725948+0000 VLC for iOS[4270:1214746] waiting for SPS/PPS 2018-12-16 16:45:49.726272+0000 VLC for iOS[4270:1214714] Buffering 14% 2018-12-16 16:45:49.726353+0000 VLC for iOS[4270:1214746] waiting for SPS/PPS 2018-12-16 16:45:49.726598+0000 VLC for iOS[4270:1214746] found NAL_SPS (sps_id=0) 2018-12-16 16:45:49.726730+0000 VLC for iOS[4270:1214746] found NAL_PPS (pps_id=0 sps_id=0) 2018-12-16 16:45:49.727773+0000 VLC for iOS[4270:1214746] Seen SEI recovery point, 0 recovery frames 2018-12-16 16:45:49.727858+0000 VLC for iOS[4270:1214746] Recovering using SEI, prerolling 0 reference pics 2018-12-16 16:45:49.727915+0000 VLC for iOS[4270:1214746] Recovery from SEI recovery point complete 2018-12-16 16:45:49.728123+0000 VLC for iOS[4270:1214746] restarting module due to input format change 2018-12-16 16:45:49.728278+0000 VLC for iOS[4270:1214746] removing module "videotoolbox" 2018-12-16 16:45:49.728398+0000 VLC for iOS[4270:1214746] looking for video decoder module matching "any": 10 candidates 2018-12-16 16:45:49.728592+0000 VLC for iOS[4270:1214746] new SPS parsed: 0 2018-12-16 16:45:49.728646+0000 VLC for iOS[4270:1214746] new PPS parsed: 0 2018-12-16 16:45:49.728828+0000 VLC for iOS[4270:1214746] forcing CVPX format: 420v 2018-12-16 16:45:49.739026+0000 VLC for iOS[4270:1214747] not output layout, default to Stereo 2018-12-16 16:45:49.739293+0000 VLC for iOS[4270:1214747] selected 2 physical channels for device output 2018-12-16 16:45:49.739340+0000 VLC for iOS[4270:1214747] VLC will output: Stereo 2018-12-16 16:45:49.739409+0000 VLC for iOS[4270:1214747] Current AU format: [48000.000000][mcpl][9][8][1][8][2][32] 2018-12-16 16:45:49.752537+0000 VLC for iOS[4270:1214747] Current device has a latency of 7479 us 2018-12-16 16:45:49.760524+0000 VLC for iOS[4270:1214747] analog AudioUnit output successfully opened for f32l Stereo 2018-12-16 16:45:49.760686+0000 VLC for iOS[4270:1214747] output 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes 2018-12-16 16:45:49.760739+0000 VLC for iOS[4270:1214747] looking for audio volume module matching "any": 2 candidates 2018-12-16 16:45:49.760795+0000 VLC for iOS[4270:1214747] using audio volume module "float_mixer" 2018-12-16 16:45:49.760837+0000 VLC for iOS[4270:1214747] input 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes 2018-12-16 16:45:49.760969+0000 VLC for iOS[4270:1214747] looking for audio filter module matching "scaletempo": 13 candidates 2018-12-16 16:45:49.761024+0000 VLC for iOS[4270:1214747] format: 48000 rate, 2 nch, 4 bps, fl32 2018-12-16 16:45:49.761080+0000 VLC for iOS[4270:1214747] params: 30 stride, 0.200 overlap, 14 search 2018-12-16 16:45:49.761144+0000 VLC for iOS[4270:1214747] 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode 2018-12-16 16:45:49.761546+0000 VLC for iOS[4270:1214747] using audio filter module "scaletempo" 2018-12-16 16:45:49.761628+0000 VLC for iOS[4270:1214747] conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo 2018-12-16 16:45:49.761984+0000 VLC for iOS[4270:1214747] conversion pipeline complete 2018-12-16 16:45:49.762107+0000 VLC for iOS[4270:1214747] looking for audio filter module matching "equalizer": 13 candidates 2018-12-16 16:45:49.762380+0000 VLC for iOS[4270:1214747] equalizer loaded for 48000 Hz with 10 bands 1 pass 2018-12-16 16:45:49.762433+0000 VLC for iOS[4270:1214747] 31.25 Hz -> factor:0.000000 alpha:0.001444 beta:0.997112 gamma:1.997095 2018-12-16 16:45:49.762467+0000 VLC for iOS[4270:1214747] 62.50 Hz -> factor:0.000000 alpha:0.002884 beta:0.994232 gamma:1.994165 2018-12-16 16:45:49.762500+0000 VLC for iOS[4270:1214747] 125.00 Hz -> factor:0.000000 alpha:0.005752 beta:0.988497 gamma:1.988230 2018-12-16 16:45:49.762585+0000 VLC for iOS[4270:1214747] 250.00 Hz -> factor:0.000000 alpha:0.011437 beta:0.977126 gamma:1.976067 2018-12-16 16:45:49.762622+0000 VLC for iOS[4270:1214747] 500.00 Hz -> factor:0.000000 alpha:0.022613 beta:0.954775 gamma:1.950589 2018-12-16 16:45:49.762655+0000 VLC for iOS[4270:1214747] 1000.00 Hz -> factor:0.000000 alpha:0.044203 beta:0.911595 gamma:1.895241 2018-12-16 16:45:49.762706+0000 VLC for iOS[4270:1214747] 2000.00 Hz -> factor:0.000000 alpha:0.084497 beta:0.831006 gamma:1.768616 2018-12-16 16:45:49.762835+0000 VLC for iOS[4270:1214747] 4000.00 Hz -> factor:0.000000 alpha:0.154688 beta:0.690623 gamma:1.464123 2018-12-16 16:45:49.762891+0000 VLC for iOS[4270:1214747] 8000.00 Hz -> factor:0.000000 alpha:0.260898 beta:0.478204 gamma:0.739102 2018-12-16 16:45:49.762929+0000 VLC for iOS[4270:1214747] 16000.00 Hz -> factor:0.000000 alpha:0.371900 beta:0.256201 gamma:-0.628101 2018-12-16 16:45:49.762962+0000 VLC for iOS[4270:1214747] using audio filter module "equalizer" 2018-12-16 16:45:49.763003+0000 VLC for iOS[4270:1214747] conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo 2018-12-16 16:45:49.763046+0000 VLC for iOS[4270:1214747] conversion pipeline complete 2018-12-16 16:45:49.763081+0000 VLC for iOS[4270:1214747] conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo 2018-12-16 16:45:49.763112+0000 VLC for iOS[4270:1214747] conversion pipeline complete 2018-12-16 16:45:49.763150+0000 VLC for iOS[4270:1214747] looking for audio resampler module matching "soxr": 2 candidates 2018-12-16 16:45:49.768975+0000 VLC for iOS[4270:1214747] Using SoX Resampler with 'cr32' engine and 'Medium 16-bit with medium roll-off' quality to convert f32l/48000Hz to f32l/48000Hz. 2018-12-16 16:45:49.769146+0000 VLC for iOS[4270:1214747] using audio resampler module "soxr" 2018-12-16 16:45:49.785420+0000 VLC for iOS[4270:1214746] Using Video Toolbox to decode 'h264' 2018-12-16 16:45:49.785466+0000 VLC for iOS[4270:1214746] using video decoder module "videotoolbox" 2018-12-16 16:45:49.785490+0000 VLC for iOS[4270:1214746] VT decoder doesn't handle deinterlacing on iOS, aborting... 2018-12-16 16:45:49.785509+0000 VLC for iOS[4270:1214746] decoder failure, Abort. 2018-12-16 16:45:49.785530+0000 VLC for iOS[4270:1214746] Reloading the decoder module 2018-12-16 16:45:49.785547+0000 VLC for iOS[4270:1214746] removing module "videotoolbox" 2018-12-16 16:45:49.795465+0000 VLC for iOS[4270:1214746] looking for video decoder module matching "any": 10 candidates 2018-12-16 16:45:49.795546+0000 VLC for iOS[4270:1214746] using ffmpeg Lavc58.6.103 2018-12-16 16:45:49.795567+0000 VLC for iOS[4270:1214746] option quiet does not exist 2018-12-16 16:45:49.795582+0000 VLC for iOS[4270:1214746] CPU flags: 0x00000068 2018-12-16 16:45:49.795736+0000 VLC for iOS[4270:1214746] allowing 6 thread(s) for decoding 2018-12-16 16:45:49.797835+0000 VLC for iOS[4270:1214746] codec (h264) started 2018-12-16 16:45:49.797890+0000 VLC for iOS[4270:1214746] using frame thread mode with 6 threads 2018-12-16 16:45:49.797906+0000 VLC for iOS[4270:1214746] using video decoder module "avcodec" 2018-12-16 16:45:49.798202+0000 VLC for iOS[4270:1214797] available hardware decoder output format 160 (videotoolbox_vld) 2018-12-16 16:45:49.798221+0000 VLC for iOS[4270:1214797] available software decoder output format 0 (yuv420p) 2018-12-16 16:45:49.805929+0000 VLC for iOS[4270:1214714] Buffering 17% 2018-12-16 16:45:49.919486+0000 VLC for iOS[4270:1214714] Buffering 21% 2018-12-16 16:45:49.927963+0000 VLC for iOS[4270:1214797] looking for text renderer module matching "freetype": 2 candidates 2018-12-16 16:45:49.956063+0000 VLC for iOS[4270:1214797] using text renderer module "freetype" 2018-12-16 16:45:49.956121+0000 VLC for iOS[4270:1214797] looking for video converter module matching "any": 15 candidates 2018-12-16 16:45:49.958123+0000 VLC for iOS[4270:1214797] 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality) 2018-12-16 16:45:49.958144+0000 VLC for iOS[4270:1214797] using video converter module "swscale" 2018-12-16 16:45:49.958159+0000 VLC for iOS[4270:1214797] looking for video converter module matching "any": 15 candidates 2018-12-16 16:45:49.958176+0000 VLC for iOS[4270:1214797] YUVP to YUVA converter 2018-12-16 16:45:49.958188+0000 VLC for iOS[4270:1214797] using video converter module "yuvp" 2018-12-16 16:45:49.958209+0000 VLC for iOS[4270:1214797] Deinterlacing available 2018-12-16 16:45:49.958253+0000 VLC for iOS[4270:1214797] deinterlace 0, mode auto, is_needed 0 2018-12-16 16:45:49.958281+0000 VLC for iOS[4270:1214797] looking for vout window module matching "any": 0 candidates 2018-12-16 16:45:49.958294+0000 VLC for iOS[4270:1214797] no vout window modules 2018-12-16 16:45:49.958366+0000 VLC for iOS[4270:1214805] Opening vout display wrapper 2018-12-16 16:45:49.959140+0000 VLC for iOS[4270:1214805] looking for vout display module matching "any": 6 candidates 2018-12-16 16:45:50.128510+0000 VLC for iOS[4270:1214714] Buffering 24% 2018-12-16 16:45:50.129489+0000 VLC for iOS[4270:1214714] Buffering 28% 2018-12-16 16:45:50.132238+0000 VLC for iOS[4270:1214003] Metal GPU Frame Capture Enabled 2018-12-16 16:45:50.137246+0000 VLC for iOS[4270:1214003] Metal API Validation Enabled 2018-12-16 16:45:50.313339+0000 VLC for iOS[4270:1214714] Buffering 31% 2018-12-16 16:45:50.315862+0000 VLC for iOS[4270:1214714] Buffering 35% 2018-12-16 16:45:50.494710+0000 VLC for iOS[4270:1214714] Buffering 38% 2018-12-16 16:45:50.495787+0000 VLC for iOS[4270:1214714] Buffering 42% 2018-12-16 16:45:50.559722+0000 VLC for iOS[4270:1214003] VoutDisplayEvent 'resize' 375x812 2018-12-16 16:45:50.560908+0000 VLC for iOS[4270:1214003] VoutDisplayEvent 'resize' 1125x2436 2018-12-16 16:45:50.606001+0000 VLC for iOS[4270:1214714] Buffering 45% 2018-12-16 16:45:50.618172+0000 VLC for iOS[4270:1214805] using vout display module "ios" 2018-12-16 16:45:50.720712+0000 VLC for iOS[4270:1214805] original format sz 1920x1090, of (0,0), vsz 1920x1080, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0 2018-12-16 16:45:50.720865+0000 VLC for iOS[4270:1214797] removing module "freetype" 2018-12-16 16:45:50.720932+0000 VLC for iOS[4270:1214805] VoutDisplayEvent 'resize' 1920x1080 2018-12-16 16:45:50.721007+0000 VLC for iOS[4270:1214797] looking for text renderer module matching "freetype": 2 candidates 2018-12-16 16:45:50.721503+0000 VLC for iOS[4270:1214003] VoutDisplayEvent 'resize' 1125x2436 2018-12-16 16:45:50.737138+0000 VLC for iOS[4270:1214797] using text renderer module "freetype" [h264 @ 0x110927c00] mmco: unref short failure [h264 @ 0x110927c00] mmco: unref short failure [h264 @ 0x110927c00] mmco: unref short failure 2018-12-16 16:45:50.761429+0000 VLC for iOS[4270:1214714] Buffering 49% 2018-12-16 16:45:50.770113+0000 VLC for iOS[4270:1214746] Received first picture [h264 @ 0x11098a400] mmco: unref short failure [h264 @ 0x11098a400] mmco: unref short failure [h264 @ 0x11098a400] number of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one 2018-12-16 16:45:50.805371+0000 VLC for iOS[4270:1214805] Detected interlaced video 2018-12-16 16:45:50.805421+0000 VLC for iOS[4270:1214805] deinterlace 0, mode auto, is_needed 1 2018-12-16 16:45:50.806461+0000 VLC for iOS[4270:1214003] VoutDisplayEvent 'resize' 1125x2436 2018-12-16 16:45:50.872256+0000 VLC for iOS[4270:1214714] Buffering 52% 2018-12-16 16:45:50.975998+0000 VLC for iOS[4270:1214805] auto hiding mouse cursor 2018-12-16 16:45:50.982450+0000 VLC for iOS[4270:1214714] Buffering 56% 2018-12-16 16:45:51.001314+0000 VLC for iOS[4270:1214714] first packet for pid=17 cc=0xe 2018-12-16 16:45:51.001484+0000 VLC for iOS[4270:1214714] SDTCallBack called 2018-12-16 16:45:51.001568+0000 VLC for iOS[4270:1214714] * pid=18 listening for EIT 2018-12-16 16:45:51.001753+0000 VLC for iOS[4270:1214714] * pid=20 listening for TDT 2018-12-16 16:45:51.001845+0000 VLC for iOS[4270:1214714] new SDT ts_id=16516 version=20 current_next=1 network_id=9018 2018-12-16 16:45:51.001978+0000 VLC for iOS[4270:1214714] * service id=17472 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:45:51.002047+0000 VLC for iOS[4270:1214714] - type=25 provider=(null) name=BBC TWO HD 2018-12-16 16:45:51.002096+0000 VLC for iOS[4270:1214714] EsOutProgramMeta: number=17472 2018-12-16 16:45:51.002230+0000 VLC for iOS[4270:1214714] * service id=17604 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:45:51.002292+0000 VLC for iOS[4270:1214714] - type=25 provider=(null) name=ITV HD 2018-12-16 16:45:51.002614+0000 VLC for iOS[4270:1214714] EsOutProgramMeta: number=17604 2018-12-16 16:45:51.002708+0000 VLC for iOS[4270:1214714] * service id=17664 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:45:51.002871+0000 VLC for iOS[4270:1214714] - type=25 provider=(null) name=Channel 4 HD 2018-12-16 16:45:51.002968+0000 VLC for iOS[4270:1214714] EsOutProgramMeta: number=17664 2018-12-16 16:45:51.003062+0000 VLC for iOS[4270:1214714] * service id=17540 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:45:51.003110+0000 VLC for iOS[4270:1214714] - type=25 provider=(null) name=BBC ONE HD 2018-12-16 16:45:51.003151+0000 VLC for iOS[4270:1214714] EsOutProgramMeta: number=17540 2018-12-16 16:45:51.003205+0000 VLC for iOS[4270:1214714] * service id=18112 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:45:51.003246+0000 VLC for iOS[4270:1214714] - type=25 provider=(null) name=CBBC HD 2018-12-16 16:45:51.003285+0000 VLC for iOS[4270:1214714] EsOutProgramMeta: number=18112 2018-12-16 16:45:51.003338+0000 VLC for iOS[4270:1214714] * service id=20352 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:45:51.003378+0000 VLC for iOS[4270:1214714] - type=22 provider=(null) name=Film4+1 2018-12-16 16:45:51.003464+0000 VLC for iOS[4270:1214714] EsOutProgramMeta: number=20352 2018-12-16 16:45:51.003653+0000 VLC for iOS[4270:1214714] * service id=17728 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:45:51.003705+0000 VLC for iOS[4270:1214714] - type=25 provider=(null) name=Channel 5 HD 2018-12-16 16:45:51.003770+0000 VLC for iOS[4270:1214714] EsOutProgramMeta: number=17728 2018-12-16 16:45:51.059192+0000 VLC for iOS[4270:1214714] first packet for pid=18 cc=0x2 2018-12-16 16:45:51.097053+0000 VLC for iOS[4270:1214714] Buffering 59% 2018-12-16 16:45:51.180385+0000 VLC for iOS[4270:1214714] Buffering 63% 2018-12-16 16:45:51.264733+0000 VLC for iOS[4270:1214714] Buffering 66% 2018-12-16 16:45:51.371137+0000 VLC for iOS[4270:1214714] Buffering 70% 2018-12-16 16:45:51.462177+0000 VLC for iOS[4270:1214714] Buffering 73% 2018-12-16 16:45:51.570043+0000 VLC for iOS[4270:1214714] Buffering 77% 2018-12-16 16:45:51.656337+0000 VLC for iOS[4270:1214714] Buffering 80% 2018-12-16 16:45:51.761937+0000 VLC for iOS[4270:1214714] Buffering 84% 2018-12-16 16:45:51.864020+0000 VLC for iOS[4270:1214714] Buffering 87% 2018-12-16 16:45:51.965516+0000 VLC for iOS[4270:1214714] Buffering 91% 2018-12-16 16:45:52.063869+0000 VLC for iOS[4270:1214714] Buffering 94% 2018-12-16 16:45:52.180869+0000 VLC for iOS[4270:1214714] Buffering 98% 2018-12-16 16:45:52.299032+0000 VLC for iOS[4270:1214714] Stream buffering done (1014 ms in 2937 ms) 2018-12-16 16:45:52.299232+0000 VLC for iOS[4270:1214714] Decoder wait done in 0 ms 2018-12-16 16:45:52.299908+0000 VLC for iOS[4270:1214747] inserting 828 zeroes 2018-12-16 16:45:52.300001+0000 VLC for iOS[4270:1214747] underrun of 884736 bytes 2018-12-16 16:45:54.022619+0000 VLC for iOS[4270:1214747] underrun of 9760 bytes 2018-12-16 16:45:54.067190+0000 VLC for iOS[4270:1214714] ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 1839 ms) 2018-12-16 16:45:54.067328+0000 VLC for iOS[4270:1214714] ES_OUT_RESET_PCR called 2018-12-16 16:45:54.149456+0000 VLC for iOS[4270:1214714] Buffering 0% 2018-12-16 16:45:54.228944+0000 VLC for iOS[4270:1214714] Buffering 1% 2018-12-16 16:45:54.298259+0000 VLC for iOS[4270:1214714] EITCallBack called 2018-12-16 16:45:54.298440+0000 VLC for iOS[4270:1214714] new EIT service_id=17664 version=15 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:45:54.301897+0000 VLC for iOS[4270:1214714] * event id=4294 start_time:1515832500 duration=1800 running=4 free_ca=0 2018-12-16 16:45:54.302007+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:54.302084+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:54.302224+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:54.302304+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:54.302374+0000 VLC for iOS[4270:1214714] - event unknown dr 0x7e(126) 2018-12-16 16:45:54.302444+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:54.302518+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:54.302586+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:54.302654+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:54.302784+0000 VLC for iOS[4270:1214714] * event id=4295 start_time:1515834300 duration=1800 running=1 free_ca=0 2018-12-16 16:45:54.302907+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:54.303028+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:54.303124+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:54.303217+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:54.303290+0000 VLC for iOS[4270:1214714] - event unknown dr 0x7e(126) 2018-12-16 16:45:54.303363+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:54.303431+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:54.303497+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:54.303571+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:54.303653+0000 VLC for iOS[4270:1214714] EsOutProgramEpg: number=17664 name=Channel 4 HD [Program 17664] 2018-12-16 16:45:54.307903+0000 VLC for iOS[4270:1214714] Buffering 3% 2018-12-16 16:45:54.414670+0000 VLC for iOS[4270:1214714] Buffering 5% 2018-12-16 16:45:54.497378+0000 VLC for iOS[4270:1214714] Buffering 7% 2018-12-16 16:45:54.585083+0000 VLC for iOS[4270:1214714] Buffering 9% 2018-12-16 16:45:54.588900+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:54.668129+0000 VLC for iOS[4270:1214714] Buffering 11% 2018-12-16 16:45:54.773385+0000 VLC for iOS[4270:1214714] Buffering 13% 2018-12-16 16:45:54.862837+0000 VLC for iOS[4270:1214714] Buffering 15% 2018-12-16 16:45:54.942157+0000 VLC for iOS[4270:1214714] Buffering 17% 2018-12-16 16:45:55.020421+0000 VLC for iOS[4270:1214714] Buffering 19% 2018-12-16 16:45:55.068508+0000 VLC for iOS[4270:1214714] EITCallBack called 2018-12-16 16:45:55.068653+0000 VLC for iOS[4270:1214714] new EIT service_id=17604 version=22 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:45:55.068808+0000 VLC for iOS[4270:1214714] * event id=42026 start_time:1515832200 duration=2100 running=4 free_ca=0 2018-12-16 16:45:55.069014+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.069115+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.069229+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.069331+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:55.069412+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:55.069483+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:55.069624+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:55.069715+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:55.069839+0000 VLC for iOS[4270:1214714] * event id=36261 start_time:1515834300 duration=1200 running=1 free_ca=0 2018-12-16 16:45:55.069926+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.070060+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.070166+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:55.070244+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:55.070317+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:55.070388+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:55.070515+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:55.070624+0000 VLC for iOS[4270:1214714] EsOutProgramEpg: number=17604 name=ITV HD [Program 17604] 2018-12-16 16:45:55.096903+0000 VLC for iOS[4270:1214714] Buffering 20% 2018-12-16 16:45:55.164494+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:55.172269+0000 VLC for iOS[4270:1214714] Buffering 22% 2018-12-16 16:45:55.200025+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:55.242625+0000 VLC for iOS[4270:1214714] Buffering 24% 2018-12-16 16:45:55.315476+0000 VLC for iOS[4270:1214714] Buffering 26% 2018-12-16 16:45:55.382570+0000 VLC for iOS[4270:1214714] Buffering 28% 2018-12-16 16:45:55.443305+0000 VLC for iOS[4270:1214746] Seen SEI recovery point, 0 recovery frames 2018-12-16 16:45:55.443564+0000 VLC for iOS[4270:1214746] Recovering using SEI, prerolling 0 reference pics 2018-12-16 16:45:55.443717+0000 VLC for iOS[4270:1214746] Recovery from SEI recovery point complete 2018-12-16 16:45:55.446286+0000 VLC for iOS[4270:1214797] available hardware decoder output format 160 (videotoolbox_vld) 2018-12-16 16:45:55.446517+0000 VLC for iOS[4270:1214797] available software decoder output format 0 (yuv420p) 2018-12-16 16:45:55.446690+0000 VLC for iOS[4270:1214797] reusing decoder output format 0 2018-12-16 16:45:55.454292+0000 VLC for iOS[4270:1214714] Buffering 30% [h264 @ 0x110927c00] mmco: unref short failure 2018-12-16 16:45:55.523232+0000 VLC for iOS[4270:1214714] Buffering 32% 2018-12-16 16:45:55.589512+0000 VLC for iOS[4270:1214714] Buffering 34% 2018-12-16 16:45:55.649919+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:55.664828+0000 VLC for iOS[4270:1214714] Buffering 36% 2018-12-16 16:45:55.796812+0000 VLC for iOS[4270:1214714] EITCallBack called 2018-12-16 16:45:55.797034+0000 VLC for iOS[4270:1214714] new EIT service_id=18112 version=1 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:45:55.797407+0000 VLC for iOS[4270:1214714] * event id=64089 start_time:1515832200 duration=1800 running=4 free_ca=0 2018-12-16 16:45:55.797540+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.797693+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.797905+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.798054+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:55.798171+0000 VLC for iOS[4270:1214714] - event unknown dr 0x7e(126) 2018-12-16 16:45:55.798275+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:55.798379+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:55.798653+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:55.798784+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:55.799014+0000 VLC for iOS[4270:1214714] * event id=65183 start_time:1515834000 duration=1800 running=1 free_ca=0 2018-12-16 16:45:55.799164+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.799302+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.799415+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:55.799540+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:55.799781+0000 VLC for iOS[4270:1214714] - event unknown dr 0x7e(126) 2018-12-16 16:45:55.800188+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:55.800343+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:55.800446+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:55.800561+0000 VLC for iOS[4270:1214714] EsOutProgramEpg: number=18112 name=CBBC HD [Program 18112] 2018-12-16 16:45:55.800988+0000 VLC for iOS[4270:1214714] Buffering 38% [h264 @ 0x1108ec800] mmco: unref short failure [h264 @ 0x1108ec800] number of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one 2018-12-16 16:45:55.847706+0000 VLC for iOS[4270:1214714] Buffering 39% 2018-12-16 16:45:55.847919+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:55.925554+0000 VLC for iOS[4270:1214714] Buffering 41% 2018-12-16 16:45:55.954125+0000 VLC for iOS[4270:1214746] Received first picture 2018-12-16 16:45:56.025282+0000 VLC for iOS[4270:1214714] Buffering 43% 2018-12-16 16:45:56.103953+0000 VLC for iOS[4270:1214714] Buffering 45% 2018-12-16 16:45:56.181739+0000 VLC for iOS[4270:1214714] Buffering 47% 2018-12-16 16:45:56.258232+0000 VLC for iOS[4270:1214714] Buffering 49% 2018-12-16 16:45:56.308268+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:56.334416+0000 VLC for iOS[4270:1214714] Buffering 51% 2018-12-16 16:45:56.389512+0000 VLC for iOS[4270:1214714] Buffering 53% 2018-12-16 16:45:56.409783+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:56.464671+0000 VLC for iOS[4270:1214714] Buffering 55% 2018-12-16 16:45:56.541946+0000 VLC for iOS[4270:1214714] Buffering 57% 2018-12-16 16:45:56.606542+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:56.611277+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:56.615355+0000 VLC for iOS[4270:1214714] Buffering 58% 2018-12-16 16:45:56.616046+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:56.683543+0000 VLC for iOS[4270:1214714] Buffering 60% 2018-12-16 16:45:56.732058+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:56.757761+0000 VLC for iOS[4270:1214714] Buffering 62% 2018-12-16 16:45:56.831382+0000 VLC for iOS[4270:1214714] Buffering 64% 2018-12-16 16:45:56.832779+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:56.884199+0000 VLC for iOS[4270:1214714] Buffering 66% 2018-12-16 16:45:56.962064+0000 VLC for iOS[4270:1214714] Buffering 68% 2018-12-16 16:45:57.030575+0000 VLC for iOS[4270:1214714] Buffering 70% 2018-12-16 16:45:57.070030+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:57.107179+0000 VLC for iOS[4270:1214714] Buffering 72% 2018-12-16 16:45:57.111286+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:57.164301+0000 VLC for iOS[4270:1214714] Buffering 74% 2018-12-16 16:45:57.242660+0000 VLC for iOS[4270:1214714] Buffering 76% 2018-12-16 16:45:57.307718+0000 VLC for iOS[4270:1214714] Buffering 78% 2018-12-16 16:45:57.362619+0000 VLC for iOS[4270:1214714] Buffering 79% 2018-12-16 16:45:57.440021+0000 VLC for iOS[4270:1214714] Buffering 81% 2018-12-16 16:45:57.481536+0000 VLC for iOS[4270:1214714] Buffering 83% 2018-12-16 16:45:57.543517+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:57.543686+0000 VLC for iOS[4270:1214714] Buffering 85% 2018-12-16 16:45:57.609181+0000 VLC for iOS[4270:1214714] Buffering 87% 2018-12-16 16:45:57.668510+0000 VLC for iOS[4270:1214714] Buffering 89% 2018-12-16 16:45:57.728618+0000 VLC for iOS[4270:1214714] Buffering 91% 2018-12-16 16:45:57.848902+0000 VLC for iOS[4270:1214714] Buffering 93% 2018-12-16 16:45:57.870658+0000 VLC for iOS[4270:1214714] Buffering 95% 2018-12-16 16:45:57.928737+0000 VLC for iOS[4270:1214714] Buffering 97% 2018-12-16 16:45:57.992991+0000 VLC for iOS[4270:1214714] Buffering 98% 2018-12-16 16:45:58.045093+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:58.071693+0000 VLC for iOS[4270:1214714] Stream buffering done (1855 ms in 3922 ms) 2018-12-16 16:45:58.071922+0000 VLC for iOS[4270:1214714] Decoder wait done in 0 ms 2018-12-16 16:45:58.072451+0000 VLC for iOS[4270:1214747] underrun of 1548288 bytes 2018-12-16 16:45:58.184368+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:58.484142+0000 VLC for iOS[4270:1214714] EITCallBack called 2018-12-16 16:45:58.484371+0000 VLC for iOS[4270:1214714] new EIT service_id=17472 version=2 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:45:58.484670+0000 VLC for iOS[4270:1214714] * event id=65198 start_time:1515832200 duration=1800 running=4 free_ca=0 2018-12-16 16:45:58.484914+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:58.485026+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:58.485133+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:58.485241+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:58.485346+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:58.485450+0000 VLC for iOS[4270:1214714] - event unknown dr 0x7e(126) 2018-12-16 16:45:58.485558+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:58.485661+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:58.485763+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:58.485870+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:58.486046+0000 VLC for iOS[4270:1214714] * event id=64224 start_time:1515834000 duration=3600 running=1 free_ca=0 2018-12-16 16:45:58.486162+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:58.486262+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:58.486367+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:58.486477+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:58.486591+0000 VLC for iOS[4270:1214714] - event unknown dr 0x7e(126) 2018-12-16 16:45:58.486756+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:58.486878+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:58.486980+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:58.487078+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:58.487199+0000 VLC for iOS[4270:1214714] EsOutProgramEpg: number=17472 name=BBC TWO HD [Program 17472] 2018-12-16 16:45:58.563687+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:58.606926+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:58.727131+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:58.728285+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:59.042592+0000 VLC for iOS[4270:1214714] EITCallBack called 2018-12-16 16:45:59.043332+0000 VLC for iOS[4270:1214714] new EIT service_id=17540 version=4 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:45:59.043462+0000 VLC for iOS[4270:1214714] * event id=61803 start_time:1515823200 duration=14400 running=4 free_ca=0 2018-12-16 16:45:59.043632+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.043744+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.043769+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.043789+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:59.043807+0000 VLC for iOS[4270:1214714] - event unknown dr 0x7e(126) 2018-12-16 16:45:59.043826+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:59.043842+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:59.043887+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:59.043908+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:59.043941+0000 VLC for iOS[4270:1214714] * event id=64454 start_time:1515837600 duration=5400 running=1 free_ca=0 2018-12-16 16:45:59.043960+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.043976+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.043992+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.044009+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:59.044025+0000 VLC for iOS[4270:1214714] - event unknown dr 0x7e(126) 2018-12-16 16:45:59.044041+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:59.044056+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:59.045763+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:59.045781+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:59.045804+0000 VLC for iOS[4270:1214714] EsOutProgramEpg: number=17540 name=BBC ONE HD [Program 17540] 2018-12-16 16:45:59.068938+0000 VLC for iOS[4270:1214714] EITCallBack called 2018-12-16 16:45:59.069018+0000 VLC for iOS[4270:1214714] new EIT service_id=20352 version=19 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:45:59.069074+0000 VLC for iOS[4270:1214714] * event id=60025 start_time:1515826800 duration=18000 running=4 free_ca=0 2018-12-16 16:45:59.069120+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.069149+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.069173+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:59.069200+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:59.069237+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:59.069291+0000 VLC for iOS[4270:1214714] * event id=1369 start_time:1515844800 duration=7200 running=1 free_ca=0 2018-12-16 16:45:59.069321+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.069352+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.069377+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.069420+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.069460+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:59.069485+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:59.069517+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:59.069551+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:59.069587+0000 VLC for iOS[4270:1214714] EsOutProgramEpg: number=20352 name=Film4+1 [Program 20352] 2018-12-16 16:45:59.147720+0000 VLC for iOS[4270:1214714] EITCallBack called 2018-12-16 16:45:59.147878+0000 VLC for iOS[4270:1214714] new EIT service_id=17728 version=24 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:45:59.148015+0000 VLC for iOS[4270:1214714] * event id=32597 start_time:1515832800 duration=900 running=4 free_ca=0 2018-12-16 16:45:59.148096+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.148166+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.148234+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.148328+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:59.148407+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:59.148476+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:59.148548+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:59.148618+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:59.148736+0000 VLC for iOS[4270:1214714] * event id=32598 start_time:1515833700 duration=900 running=1 free_ca=0 2018-12-16 16:45:59.148813+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.148890+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.148963+0000 VLC for iOS[4270:1214714] - event unknown dr 0x50(80) 2018-12-16 16:45:59.149034+0000 VLC for iOS[4270:1214714] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:45:59.149103+0000 VLC for iOS[4270:1214714] - event unknown dr 0x5f(95) 2018-12-16 16:45:59.149169+0000 VLC for iOS[4270:1214714] - event unknown dr 0x54(84) 2018-12-16 16:45:59.149243+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:59.149313+0000 VLC for iOS[4270:1214714] - event unknown dr 0x76(118) 2018-12-16 16:45:59.149469+0000 VLC for iOS[4270:1214714] EsOutProgramEpg: number=17728 name=Channel 5 HD [Program 17728] 2018-12-16 16:45:59.302820+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:59.502778+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:59.749436+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:59.834946+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:59.914545+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:59.966527+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:45:59.992480+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:00.007392+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:00.190979+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:00.202538+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:00.391029+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:00.401348+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.695008+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.697294+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.726625+0000 VLC for iOS[4270:1214714] lost synchro 2018-12-16 16:46:01.726689+0000 VLC for iOS[4270:1214714] skipping 60 bytes of garbage 2018-12-16 16:46:01.726703+0000 VLC for iOS[4270:1214714] first packet for pid=101 cc=0xb 2018-12-16 16:46:01.726717+0000 VLC for iOS[4270:1214714] first packet for pid=102 cc=0x7 2018-12-16 16:46:01.726730+0000 VLC for iOS[4270:1214714] discontinuity received 0xa instead of 0x2 (pid=18) 2018-12-16 16:46:01.726743+0000 VLC for iOS[4270:1214714] libdvbpsi error (PSI decoder): TS discontinuity (received 10, expected 2) for PID 18 2018-12-16 16:46:01.726787+0000 VLC for iOS[4270:1214714] Buffering 0% 2018-12-16 16:46:01.726928+0000 VLC for iOS[4270:1214714] Buffering 1% 2018-12-16 16:46:01.727077+0000 VLC for iOS[4270:1214714] discontinuity received 0x4 instead of 0xb (pid=100) 2018-12-16 16:46:01.727091+0000 VLC for iOS[4270:1214714] libdvbpsi error (PSI decoder): TS discontinuity (received 4, expected 11) for PID 100 2018-12-16 16:46:01.727111+0000 VLC for iOS[4270:1214714] PMTCallBack called for program 17472 2018-12-16 16:46:01.727137+0000 VLC for iOS[4270:1214714] Buffering 3% 2018-12-16 16:46:01.727215+0000 VLC for iOS[4270:1214714] discontinuity received 0x4 instead of 0xb (pid=0) 2018-12-16 16:46:01.727229+0000 VLC for iOS[4270:1214714] libdvbpsi error (PSI decoder): TS discontinuity (received 4, expected 11) for PID 0 2018-12-16 16:46:01.727258+0000 VLC for iOS[4270:1214714] PATCallBack called 2018-12-16 16:46:01.727313+0000 VLC for iOS[4270:1214714] Buffering 5% 2018-12-16 16:46:01.727453+0000 VLC for iOS[4270:1214714] Buffering 7% 2018-12-16 16:46:01.727539+0000 VLC for iOS[4270:1214714] Buffering 9% 2018-12-16 16:46:01.727693+0000 VLC for iOS[4270:1214714] Buffering 11% 2018-12-16 16:46:01.727797+0000 VLC for iOS[4270:1214714] discontinuity received 0x5 instead of 0x7 (pid=17) 2018-12-16 16:46:01.727816+0000 VLC for iOS[4270:1214714] libdvbpsi error (PSI decoder): TS discontinuity (received 5, expected 7) for PID 17 2018-12-16 16:46:01.727895+0000 VLC for iOS[4270:1214714] Buffering 13% 2018-12-16 16:46:01.727988+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.728116+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.728258+0000 VLC for iOS[4270:1214714] Buffering 15% 2018-12-16 16:46:01.728384+0000 VLC for iOS[4270:1214714] Buffering 17% 2018-12-16 16:46:01.728502+0000 VLC for iOS[4270:1214714] Buffering 19% 2018-12-16 16:46:01.728549+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.728632+0000 VLC for iOS[4270:1214714] Buffering 20% 2018-12-16 16:46:01.728685+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.728737+0000 VLC for iOS[4270:1214714] Buffering 22% 2018-12-16 16:46:01.728892+0000 VLC for iOS[4270:1214714] Buffering 24% 2018-12-16 16:46:01.728963+0000 VLC for iOS[4270:1214714] Buffering 26% 2018-12-16 16:46:01.729078+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.729123+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.729141+0000 VLC for iOS[4270:1214714] Buffering 28% 2018-12-16 16:46:01.729274+0000 VLC for iOS[4270:1214714] Buffering 30% 2018-12-16 16:46:01.729392+0000 VLC for iOS[4270:1214714] Buffering 32% 2018-12-16 16:46:01.729527+0000 VLC for iOS[4270:1214714] Buffering 34% 2018-12-16 16:46:01.729654+0000 VLC for iOS[4270:1214714] Buffering 36% 2018-12-16 16:46:01.729786+0000 VLC for iOS[4270:1214714] Buffering 38% 2018-12-16 16:46:01.729862+0000 VLC for iOS[4270:1214714] Buffering 39% 2018-12-16 16:46:01.729981+0000 VLC for iOS[4270:1214714] Buffering 41% 2018-12-16 16:46:01.730123+0000 VLC for iOS[4270:1214714] Buffering 43% 2018-12-16 16:46:01.730209+0000 VLC for iOS[4270:1214714] Buffering 45% 2018-12-16 16:46:01.730471+0000 VLC for iOS[4270:1214714] Buffering 47% 2018-12-16 16:46:01.730581+0000 VLC for iOS[4270:1214714] Buffering 49% 2018-12-16 16:46:01.730661+0000 VLC for iOS[4270:1214714] Buffering 51% 2018-12-16 16:46:01.730898+0000 VLC for iOS[4270:1214714] Buffering 53% 2018-12-16 16:46:01.731198+0000 VLC for iOS[4270:1214714] Buffering 55% 2018-12-16 16:46:01.731332+0000 VLC for iOS[4270:1214714] Buffering 57% 2018-12-16 16:46:01.731600+0000 VLC for iOS[4270:1214714] Buffering 58% 2018-12-16 16:46:01.731897+0000 VLC for iOS[4270:1214714] Buffering 60% 2018-12-16 16:46:01.732101+0000 VLC for iOS[4270:1214714] Buffering 62% 2018-12-16 16:46:01.732227+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.732324+0000 VLC for iOS[4270:1214714] SDTCallBack called 2018-12-16 16:46:01.732351+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.732402+0000 VLC for iOS[4270:1214714] Buffering 64% 2018-12-16 16:46:01.732569+0000 VLC for iOS[4270:1214714] Buffering 66% 2018-12-16 16:46:01.732650+0000 VLC for iOS[4270:1214714] Buffering 68% 2018-12-16 16:46:01.732824+0000 VLC for iOS[4270:1214714] Buffering 70% 2018-12-16 16:46:01.732920+0000 VLC for iOS[4270:1214714] Buffering 72% 2018-12-16 16:46:01.733071+0000 VLC for iOS[4270:1214714] Buffering 74% 2018-12-16 16:46:01.733234+0000 VLC for iOS[4270:1214714] Buffering 76% 2018-12-16 16:46:01.733339+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.733373+0000 VLC for iOS[4270:1214714] Buffering 78% 2018-12-16 16:46:01.733478+0000 VLC for iOS[4270:1214714] Buffering 79% 2018-12-16 16:46:01.733593+0000 VLC for iOS[4270:1214714] Buffering 81% 2018-12-16 16:46:01.733697+0000 VLC for iOS[4270:1214714] Buffering 83% 2018-12-16 16:46:01.733858+0000 VLC for iOS[4270:1214714] Buffering 85% 2018-12-16 16:46:01.733934+0000 VLC for iOS[4270:1214714] Buffering 87% 2018-12-16 16:46:01.734079+0000 VLC for iOS[4270:1214714] Buffering 89% 2018-12-16 16:46:01.734123+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.734166+0000 VLC for iOS[4270:1214714] Buffering 91% 2018-12-16 16:46:01.734239+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.734309+0000 VLC for iOS[4270:1214714] Buffering 93% 2018-12-16 16:46:01.734421+0000 VLC for iOS[4270:1214714] Buffering 95% 2018-12-16 16:46:01.734577+0000 VLC for iOS[4270:1214714] Buffering 97% 2018-12-16 16:46:01.734689+0000 VLC for iOS[4270:1214714] Buffering 98% 2018-12-16 16:46:01.734829+0000 VLC for iOS[4270:1214714] Stream buffering done (1855 ms in 8 ms) 2018-12-16 16:46:01.753279+0000 VLC for iOS[4270:1214797] available hardware decoder output format 160 (videotoolbox_vld) 2018-12-16 16:46:01.753330+0000 VLC for iOS[4270:1214797] available software decoder output format 0 (yuv420p) 2018-12-16 16:46:01.753345+0000 VLC for iOS[4270:1214797] reusing decoder output format 0 2018-12-16 16:46:01.804196+0000 VLC for iOS[4270:1214746] Received first picture 2018-12-16 16:46:01.808181+0000 VLC for iOS[4270:1214714] Decoder wait done in 72 ms 2018-12-16 16:46:01.808313+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:01.808520+0000 VLC for iOS[4270:1214714] first packet for pid=105 cc=0xf 2018-12-16 16:46:01.808524+0000 VLC for iOS[4270:1214747] underrun of 32768 bytes 2018-12-16 16:46:02.018811+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:02.089015+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:02.123956+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:02.192698+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:02.192754+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:02.436445+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:02.680787+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:02.712331+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:03.338534+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:03.497393+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:03.699646+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:03.733009+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:03.777922+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:03.812533+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:03.812713+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:04.267219+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:04.657734+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:04.784226+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:04.933299+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:05.015261+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:05.347880+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:05.633724+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:06.019624+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:06.172161+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:06.291922+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:06.706505+0000 VLC for iOS[4270:1214747] underrun of 16384 bytes 2018-12-16 16:46:06.749038+0000 VLC for iOS[4270:1214747] underrun of 8192 bytes 2018-12-16 16:46:06.827540+0000 VLC for iOS[4270:1214714] ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 2023 ms) 2018-12-16 16:46:06.827614+0000 VLC for iOS[4270:1214714] ES_OUT_RESET_PCR called 2018-12-16 16:46:06.866994+0000 VLC for iOS[4270:1214714] Buffering 0% 2018-12-16 16:46:06.946694+0000 VLC for iOS[4270:1214714] Buffering 1% 2018-12-16 16:46:06.998490+0000 VLC for iOS[4270:1214714] Buffering 3% 2018-12-16 16:46:07.068062+0000 VLC for iOS[4270:1214714] Buffering 5% 2018-12-16 16:46:07.235118+0000 VLC for iOS[4270:1214714] Buffering 6% 2018-12-16 16:46:07.235717+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:07.272837+0000 VLC for iOS[4270:1214714] Buffering 8% 2018-12-16 16:46:07.309423+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:07.352861+0000 VLC for iOS[4270:1214714] Buffering 10% 2018-12-16 16:46:07.431675+0000 VLC for iOS[4270:1214714] Buffering 12% 2018-12-16 16:46:07.477262+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:07.513412+0000 VLC for iOS[4270:1214714] Buffering 13% 2018-12-16 16:46:07.590355+0000 VLC for iOS[4270:1214714] Buffering 15% 2018-12-16 16:46:07.635223+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:07.638121+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:07.679373+0000 VLC for iOS[4270:1214714] Buffering 17% 2018-12-16 16:46:07.756960+0000 VLC for iOS[4270:1214714] Buffering 19% 2018-12-16 16:46:07.881103+0000 VLC for iOS[4270:1214714] Buffering 20% 2018-12-16 16:46:07.959960+0000 VLC for iOS[4270:1214714] Buffering 22% 2018-12-16 16:46:08.073975+0000 VLC for iOS[4270:1214714] Buffering 24% 2018-12-16 16:46:08.076392+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:08.161412+0000 VLC for iOS[4270:1214714] Buffering 25% 2018-12-16 16:46:08.277310+0000 VLC for iOS[4270:1214714] Buffering 27% 2018-12-16 16:46:08.361346+0000 VLC for iOS[4270:1214714] Buffering 29% 2018-12-16 16:46:08.439259+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:08.476616+0000 VLC for iOS[4270:1214714] Buffering 31% 2018-12-16 16:46:08.587330+0000 VLC for iOS[4270:1214714] Buffering 32% 2018-12-16 16:46:08.623969+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:08.706839+0000 VLC for iOS[4270:1214714] Buffering 34% 2018-12-16 16:46:08.787393+0000 VLC for iOS[4270:1214714] Buffering 36% 2018-12-16 16:46:08.825099+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:08.869079+0000 VLC for iOS[4270:1214714] Buffering 38% 2018-12-16 16:46:08.935881+0000 VLC for iOS[4270:1214746] Seen SEI recovery point, 0 recovery frames 2018-12-16 16:46:08.936092+0000 VLC for iOS[4270:1214746] Recovering using SEI, prerolling 0 reference pics 2018-12-16 16:46:08.936231+0000 VLC for iOS[4270:1214746] Recovery from SEI recovery point complete 2018-12-16 16:46:08.937647+0000 VLC for iOS[4270:1214797] available hardware decoder output format 160 (videotoolbox_vld) 2018-12-16 16:46:08.937754+0000 VLC for iOS[4270:1214797] available software decoder output format 0 (yuv420p) 2018-12-16 16:46:08.937842+0000 VLC for iOS[4270:1214797] reusing decoder output format 0 2018-12-16 16:46:08.970748+0000 VLC for iOS[4270:1214714] Buffering 39% [h264 @ 0x110927c00] mmco: unref short failure 2018-12-16 16:46:09.049623+0000 VLC for iOS[4270:1214714] Buffering 41% 2018-12-16 16:46:09.129377+0000 VLC for iOS[4270:1214714] Buffering 43% 2018-12-16 16:46:09.252300+0000 VLC for iOS[4270:1214714] Buffering 44% 2018-12-16 16:46:09.252555+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:09.326499+0000 VLC for iOS[4270:1214714] Buffering 46% 2018-12-16 16:46:09.411375+0000 VLC for iOS[4270:1214714] Buffering 48% 2018-12-16 16:46:09.518310+0000 VLC for iOS[4270:1214714] Buffering 50% 2018-12-16 16:46:09.600749+0000 VLC for iOS[4270:1214714] Buffering 51% 2018-12-16 16:46:09.605690+0000 VLC for iOS[4270:1214746] Received first picture 2018-12-16 16:46:09.676333+0000 VLC for iOS[4270:1214714] Buffering 53% [h264 @ 0x11098a400] mmco: unref short failure 2018-12-16 16:46:09.832387+0000 VLC for iOS[4270:1214714] Buffering 55% 2018-12-16 16:46:09.872060+0000 VLC for iOS[4270:1214714] Buffering 57% 2018-12-16 16:46:09.996592+0000 VLC for iOS[4270:1214714] Buffering 58% 2018-12-16 16:46:10.114449+0000 VLC for iOS[4270:1214714] Buffering 60% 2018-12-16 16:46:10.197661+0000 VLC for iOS[4270:1214714] Buffering 62% 2018-12-16 16:46:10.324948+0000 VLC for iOS[4270:1214714] Buffering 63% 2018-12-16 16:46:10.405241+0000 VLC for iOS[4270:1214714] Buffering 65% 2018-12-16 16:46:10.518271+0000 VLC for iOS[4270:1214714] Buffering 67% 2018-12-16 16:46:10.594881+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:10.595111+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:10.595389+0000 VLC for iOS[4270:1214714] Buffering 69% 2018-12-16 16:46:10.674111+0000 VLC for iOS[4270:1214714] Buffering 70% 2018-12-16 16:46:10.752827+0000 VLC for iOS[4270:1214714] Buffering 72% 2018-12-16 16:46:10.832984+0000 VLC for iOS[4270:1214714] Buffering 74% 2018-12-16 16:46:10.917805+0000 VLC for iOS[4270:1214714] Buffering 76% 2018-12-16 16:46:10.989927+0000 VLC for iOS[4270:1214714] Buffering 77% 2018-12-16 16:46:11.070756+0000 VLC for iOS[4270:1214714] Buffering 79% 2018-12-16 16:46:11.125064+0000 VLC for iOS[4270:1214714] Buffering 81% 2018-12-16 16:46:11.200577+0000 VLC for iOS[4270:1214714] Buffering 83% 2018-12-16 16:46:11.282989+0000 VLC for iOS[4270:1214714] Buffering 84% 2018-12-16 16:46:11.345044+0000 VLC for iOS[4270:1214714] Buffering 86% 2018-12-16 16:46:11.400739+0000 VLC for iOS[4270:1214714] Buffering 88% 2018-12-16 16:46:11.479614+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:11.480644+0000 VLC for iOS[4270:1214714] Buffering 89% 2018-12-16 16:46:11.543058+0000 VLC for iOS[4270:1214714] Buffering 91% 2018-12-16 16:46:11.621197+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:11.621982+0000 VLC for iOS[4270:1214714] Buffering 93% 2018-12-16 16:46:11.659069+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:11.699833+0000 VLC for iOS[4270:1214714] Buffering 95% 2018-12-16 16:46:11.743020+0000 VLC for iOS[4270:1214714] Buffering 96% 2018-12-16 16:46:11.821198+0000 VLC for iOS[4270:1214714] Buffering 98% 2018-12-16 16:46:11.863614+0000 VLC for iOS[4270:1214714] Stream buffering done (2029 ms in 4996 ms) 2018-12-16 16:46:11.863789+0000 VLC for iOS[4270:1214714] Decoder wait done in 0 ms 2018-12-16 16:46:11.864432+0000 VLC for iOS[4270:1214747] underrun of 1949696 bytes 2018-12-16 16:46:11.869334+0000 VLC for iOS[4270:1214747] underrun of 8192 bytes 2018-12-16 16:46:12.018039+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:12.214545+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:12.736691+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:12.739120+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:13.495048+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:13.568711+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:13.963242+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:14.045034+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:14.413776+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:15.239781+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:15.318145+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:15.318328+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:15.711186+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:16.069642+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:16.108507+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:17.009176+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:17.019272+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:17.730905+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:17.770540+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:17.848857+0000 VLC for iOS[4270:1214714] ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 2959 ms) 2018-12-16 16:46:17.848984+0000 VLC for iOS[4270:1214714] ES_OUT_RESET_PCR called 2018-12-16 16:46:17.850631+0000 VLC for iOS[4270:1214714] Buffering 0% 2018-12-16 16:46:17.928370+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:17.931539+0000 VLC for iOS[4270:1214714] Buffering 1% 2018-12-16 16:46:18.011667+0000 VLC for iOS[4270:1214714] Buffering 2% 2018-12-16 16:46:18.086767+0000 VLC for iOS[4270:1214714] Buffering 3% 2018-12-16 16:46:18.192014+0000 VLC for iOS[4270:1214714] Buffering 4% 2018-12-16 16:46:18.275966+0000 VLC for iOS[4270:1214714] Buffering 5% 2018-12-16 16:46:18.356701+0000 VLC for iOS[4270:1214714] Buffering 7% 2018-12-16 16:46:18.449956+0000 VLC for iOS[4270:1214714] Buffering 8% 2018-12-16 16:46:18.527241+0000 VLC for iOS[4270:1214714] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:46:18.534770+0000 VLC for iOS[4270:1214714] Buffering 9% 2018-12-16 16:46:18.608925+0000 VLC for iOS[4270:1214743] end of stream 2018-12-16 16:46:18.609137+0000 VLC for iOS[4270:1214714] EOF at 20971520 2018-12-16 16:46:18.609283+0000 VLC for iOS[4270:1214714] EOF reached 2018-12-16 16:46:18.609426+0000 VLC for iOS[4270:1214714] Stream buffering done (279 ms in 684 ms) 2018-12-16 16:46:18.609646+0000 VLC for iOS[4270:1214714] buffer deadlock prevented 2018-12-16 16:46:18.609702+0000 VLC for iOS[4270:1214714] Decoder wait done in 0 ms 2018-12-16 16:46:18.609744+0000 VLC for iOS[4270:1214714] waiting decoder fifos to empty 2018-12-16 16:46:18.610010+0000 VLC for iOS[4270:1214747] underrun of 303104 bytes 2018-12-16 16:46:18.714880+0000 VLC for iOS[4270:1214714] waiting decoder fifos to empty 2018-12-16 16:46:18.819326+0000 VLC for iOS[4270:1214714] waiting decoder fifos to empty 2018-12-16 16:46:18.921877+0000 VLC for iOS[4270:1214714] waiting decoder fifos to empty 2018-12-16 16:46:19.022934+0000 VLC for iOS[4270:1214714] killing decoder fourcc `h264' 2018-12-16 16:46:19.023033+0000 VLC for iOS[4270:1214714] removing module "avcodec" 2018-12-16 16:46:19.025434+0000 VLC for iOS[4270:1214714] saving a free vout 2018-12-16 16:46:19.025671+0000 VLC for iOS[4270:1214714] reusing provided vout 2018-12-16 16:46:19.025726+0000 VLC for iOS[4270:1214714] removing module "h264" 2018-12-16 16:46:19.026010+0000 VLC for iOS[4270:1214714] killing decoder fourcc `mp4a' 2018-12-16 16:46:19.026057+0000 VLC for iOS[4270:1214714] removing module "avcodec" 2018-12-16 16:46:19.028203+0000 VLC for iOS[4270:1214003] couldn't find file, not saving playback progress 2018-12-16 16:46:19.032811+0000 VLC for iOS[4270:1214714] removing module "soxr" 2018-12-16 16:46:19.033257+0000 VLC for iOS[4270:1214714] removing module "scaletempo" 2018-12-16 16:46:19.033325+0000 VLC for iOS[4270:1214714] removing module "equalizer" 2018-12-16 16:46:19.164554+0000 VLC for iOS[4270:1214714] removing module "float_mixer" 2018-12-16 16:46:19.164616+0000 VLC for iOS[4270:1214714] keeping audio output 2018-12-16 16:46:19.164638+0000 VLC for iOS[4270:1214714] removing module "mpeg4audio" 2018-12-16 16:46:19.164742+0000 VLC for iOS[4270:1214714] removing module "ts" 2018-12-16 16:46:19.165096+0000 VLC for iOS[4270:1214714] Program doesn't contain anymore ES 2018-12-16 16:46:19.166484+0000 VLC for iOS[4270:1214714] removing module "record" 2018-12-16 16:46:19.166529+0000 VLC for iOS[4270:1214714] removing module "prefetch" 2018-12-16 16:46:19.167414+0000 VLC for iOS[4270:1214714] removing module "access" 2018-12-16 16:46:19.167664+0000 VLC for iOS[4270:1214957] removing module "audiounit_ios" 2018-12-16 16:46:19.167704+0000 VLC for iOS[4270:1214957] destroying useless vout 2018-12-16 16:46:19.167898+0000 VLC for iOS[4270:1214805] removing module "ios" 2018-12-16 16:46:19.167915+0000 VLC for iOS[4270:1214805] deleting display 2018-12-16 16:46:19.177974+0000 VLC for iOS[4270:1214957] removing module "freetype" 2018-12-16 16:46:19.178051+0000 VLC for iOS[4270:1214957] removing module "yuvp" 2018-12-16 16:46:19.178066+0000 VLC for iOS[4270:1214957] removing module "swscale" 2018-12-16 16:46:20.818487+0000 VLC for iOS[4270:1214003] Cancelling file parsing 2018-12-16 16:46:20.822824+0000 VLC for iOS[4270:1214003] couldn't find file, not saving playback progress
I've done a video showing what's happening with vlc of this same log. What happens is that you can see that I'm dragging the seek slider, but it either ignores the seek, or if it doesn't ignore it will just jump to where it was playing back anyway. - https://www.dropbox.com/s/tjx3uzqg0jztdgz/ScreenRecording_12-16-2018%2016-45-44.mp4?dl=0
the updated if() statement is now on line 923 of VLCMovieViewController
Edited by LuisI've added a NSLog() to _mediaDuration and it's always 0, but from the log we see the server correctly replies the bytes
Content-Length: 20971520 Content-Range: bytes 0-20971519/20971520 Content-Type: video/MP2T
Here's another one, with less buffering:
2018-12-16 16:56:19.760958+0000 VLC for iOS[4299:1219355] [DYMTLInitPlatform] platform initialization successful 2018-12-16 16:56:20.076782+0000 VLC for iOS[4299:1219187] [HockeySDK] -[BITCrashManager startManager]_block_invoke/1202 [HockeySDK] WARNING: Detecting crashes is NOT enabled due to running the app with a debugger attached. 2018-12-16 16:56:20.084462+0000 VLC for iOS[4299:1219350] [HockeySDK] void bit_fixBackupAttributeForURL(NSURL *__strong)_block_invoke/177 ERROR: Error while setting resource value: The file “Application Support” doesn’t exist. 2018-12-16 16:56:20.100391+0000 VLC for iOS[4299:1219187] Found interface lo0, address 127.0.0.1 2018-12-16 16:56:20.100451+0000 VLC for iOS[4299:1219187] Found interface pdp_ip0, address 10.178.203.86 2018-12-16 16:56:20.100467+0000 VLC for iOS[4299:1219187] Found interface en0, address 192.168.1.72 2018-12-16 16:56:20.103409+0000 VLC for iOS[4299:1219187] Initializing db in /private/var/mobile/Containers/Shared/AppGroup/96D0D759-2F4C-4BDA-9044-C426BCD65E5C 2018-12-16 16:56:20.155580+0000 VLC for iOS[4299:1219187] will discover files in path: '/var/mobile/Containers/Data/Application/66FDE979-EBCE-4AFC-9016-3DA3F2824FAE/Documents' 2018-12-16 16:56:20.228315+0000 VLC for iOS[4299:1219342] [WC] WCSession counterpart app not installed VLCRendererDiscovererManager: Unable to start renderer discoverer with name: microdns_renderer 2018-12-16 16:56:20.413145+0000 VLC for iOS[4299:1219187] Fetching 2018-12-16 16:56:20.413205+0000 VLC for iOS[4299:1219187] Done 2018-12-16 16:56:25.397800+0000 VLC for iOS[4299:1219187] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker) 2018-12-16 16:56:25.398175+0000 VLC for iOS[4299:1219187] Cancelling file parsing 2018-12-16 16:56:25.401849+0000 VLC for iOS[4299:1219187] couldn't find file, not saving playback progress 2018-12-16 16:56:30.276079+0000 VLC for iOS[4299:1219187] VLC media player - 3.0.4 Vetinari 2018-12-16 16:56:30.276238+0000 VLC for iOS[4299:1219187] Copyright © 1996-2018 the VideoLAN team 2018-12-16 16:56:30.276291+0000 VLC for iOS[4299:1219187] revision 3.0.4-21-gc6718efd1a 2018-12-16 16:56:30.276369+0000 VLC for iOS[4299:1219187] configured with /Users/jenkins/workspace/vlc-release/macosx/vlc-release-MobileVLCKit/libvlc/vlc/configure '--prefix=/Users/jenkins/workspace/vlc-release/macosx/vlc-release-MobileVLCKit/libvlc/vlc/install-iPhoneOS/arm64' '--host=aarch64-apple-darwin14' '--with-contrib=/Users/jenkins/workspace/vlc-release/macosx/vlc-release-MobileVLCKit/libvlc/vlc/contrib/iPhone-aarch64-apple-darwin14-aarch64' '--enable-static' '--enable-dvbpsi' '--enable-avcodec' '--disable-macosx' '--disable-macosx-qtkit' '--disable-macosx-avfoundation' '--disable-shared' '--enable-opus' '--disable-faad' '--disable-lua' '--disable-a52' '--enable-fribidi' '--disable-qt' '--disable-skins2' '--disable-vcd' '--disable-vlc' '--disable-vlm' '--disable-nls' '--disable-sse' '--disable-notify' '--enable-live555' '--enable-realrtsp' '--enable-swscale' '--disable-projectm' '--enable-libass' '--enable-libxml2' '--disable-goom' '--disable-dvdread' '--disable-dvdnav' '--disable-bluray' '--disable-linsys' '--disable-libva' '--disable-gme' '--disable-tremor' '--enable-vorbis' '--disable-fluidsynth' '--disable-jack' '--disable-pulse' '--disable-mtp' '--enable-ogg' '--enable-speex' '--enable-theora' '--enable-flac' '--disable-screen' '--enable-freetype' '--enable-taglib' '--disable-mmx' '--disable-sparkle' '--disable-addonmanagermodules' '--disable-mad' 'host_alias=aarch64-apple-darwin14' 'CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'CFLAGS=-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -arch arm64 -O3 -g -miphoneos-version-min=8.0 -DNDEBUG' 'LDFLAGS=-arch arm64 -Wl,-ios_version_min,8.0' 'CPPFLAGS=-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -arch arm64 -O3 -g -miphoneos-version-min=8.0' 'CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++' 'CXXFLAGS=-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk -arch arm64 -O3 -g -miphoneos-version-min=8.0' 'OBJC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'OBJCFLAGS=-O3 -g' 'CCAS=gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' 'PKG_CONFIG_PATH=' 2018-12-16 16:56:30.278804+0000 VLC for iOS[4299:1219187] restart requested (1) 2018-12-16 16:56:30.281241+0000 VLC for iOS[4299:1219366] Creating an input for 'test4.ts' 2018-12-16 16:56:30.360136+0000 VLC for iOS[4299:1219541] using timeshift granularity of 50 MiB 2018-12-16 16:56:30.360319+0000 VLC for iOS[4299:1219541] using default timeshift path 2018-12-16 16:56:30.360983+0000 VLC for iOS[4299:1219541] `http://arte-magica.pt/test4.ts' gives access `http' demux `any' path `arte-magica.pt/test4.ts' 2018-12-16 16:56:30.361158+0000 VLC for iOS[4299:1219541] creating demux: access='http' demux='any' location='arte-magica.pt/test4.ts' file='(null)' 2018-12-16 16:56:30.361254+0000 VLC for iOS[4299:1219541] looking for access_demux module matching "http": 4 candidates 2018-12-16 16:56:30.361333+0000 VLC for iOS[4299:1219541] no access_demux modules matched 2018-12-16 16:56:30.361420+0000 VLC for iOS[4299:1219541] creating access: http://arte-magica.pt/test4.ts 2018-12-16 16:56:30.361501+0000 VLC for iOS[4299:1219541] looking for access module matching "http": 18 candidates 2018-12-16 16:56:30.371320+0000 VLC for iOS[4299:1219541] resolving arte-magica.pt ... 2018-12-16 16:56:30.376757+0000 VLC for iOS[4299:1219541] outgoing request: GET /test4.ts HTTP/1.1 Host: arte-magica.pt Accept: */* Accept-Language: en_US User-Agent: VLC/3.0.4 LibVLC/3.0.4 Range: bytes=0- 2018-12-16 16:56:30.471339+0000 VLC for iOS[4299:1219541] incoming response: HTTP/1.1 206 Partial Content Date: Sun, 16 Dec 2018 16:48:40 GMT Server: Apache/2.4.10 (Debian) Last-Modified: Sun, 11 Mar 2018 23:40:12 GMT ETag: "1400000-5672b8beb0820" Accept-Ranges: bytes Content-Length: 20971520 Content-Range: bytes 0-20971519/20971520 Content-Type: video/MP2T 2018-12-16 16:56:30.471445+0000 VLC for iOS[4299:1219541] using access module "access" 2018-12-16 16:56:30.471472+0000 VLC for iOS[4299:1219541] looking for stream_filter module matching "prefetch,cache_block": 25 candidates 2018-12-16 16:56:30.471579+0000 VLC for iOS[4299:1219541] using 16777216 bytes buffer, 16384 bytes read 2018-12-16 16:56:30.471595+0000 VLC for iOS[4299:1219541] using stream_filter module "prefetch" 2018-12-16 16:56:30.471621+0000 VLC for iOS[4299:1219541] looking for stream_filter module matching "any": 25 candidates 2018-12-16 16:56:30.472147+0000 VLC for iOS[4299:1219541] no stream_filter modules matched 2018-12-16 16:56:30.472169+0000 VLC for iOS[4299:1219541] looking for stream_directory module matching "any": 1 candidates 2018-12-16 16:56:30.472183+0000 VLC for iOS[4299:1219541] no stream_directory modules matched 2018-12-16 16:56:30.472197+0000 VLC for iOS[4299:1219541] attachment of directory-extractor failed for http://arte-magica.pt/test4.ts 2018-12-16 16:56:30.472220+0000 VLC for iOS[4299:1219541] looking for stream_filter module matching "record": 25 candidates 2018-12-16 16:56:30.472234+0000 VLC for iOS[4299:1219541] using stream_filter module "record" 2018-12-16 16:56:30.472269+0000 VLC for iOS[4299:1219541] creating demux: access='http' demux='ts' location='arte-magica.pt/test4.ts' file='(null)' 2018-12-16 16:56:30.472284+0000 VLC for iOS[4299:1219541] looking for demux module matching "ts": 46 candidates 2018-12-16 16:56:30.473148+0000 VLC for iOS[4299:1219541] Standard set to Auto 2018-12-16 16:56:30.473167+0000 VLC for iOS[4299:1219541] pid[101] unknown 2018-12-16 16:56:30.473179+0000 VLC for iOS[4299:1219541] first packet for pid=101 cc=0x6 2018-12-16 16:56:30.473508+0000 VLC for iOS[4299:1219541] pid[18] unknown 2018-12-16 16:56:30.473531+0000 VLC for iOS[4299:1219541] first packet for pid=18 cc=0x5 2018-12-16 16:56:30.516559+0000 VLC for iOS[4299:1219541] pid[102] unknown 2018-12-16 16:56:30.516622+0000 VLC for iOS[4299:1219541] first packet for pid=102 cc=0x7 2018-12-16 16:56:30.516663+0000 VLC for iOS[4299:1219541] pid[100] unknown 2018-12-16 16:56:30.610509+0000 VLC for iOS[4299:1219541] PATCallBack called 2018-12-16 16:56:30.610747+0000 VLC for iOS[4299:1219541] new PAT ts_id=16516 version=5 current_next=1 2018-12-16 16:56:30.610872+0000 VLC for iOS[4299:1219541] * number=17472 pid=100 2018-12-16 16:56:30.610959+0000 VLC for iOS[4299:1219541] temporary receiving program 17472 2018-12-16 16:56:30.877770+0000 VLC for iOS[4299:1219541] first packet for pid=100 cc=0x1 2018-12-16 16:56:30.878320+0000 VLC for iOS[4299:1219541] PMTCallBack called for program 17472 2018-12-16 16:56:30.878384+0000 VLC for iOS[4299:1219541] new PMT program number=17472 version=1 pid_pcr=101 2018-12-16 16:56:30.878429+0000 VLC for iOS[4299:1219541] * pid=101 type=0x1b AVC video stream as defined in ITU-T Rec. H.264 2018-12-16 16:56:30.878612+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x52 2018-12-16 16:56:30.878680+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x70 2018-12-16 16:56:30.878869+0000 VLC for iOS[4299:1219541] => pid 101 has now es fcc=h264 2018-12-16 16:56:30.878934+0000 VLC for iOS[4299:1219541] * pid=102 type=0x11 ISO/IEC 14496-3 Audio with LATM transport 2018-12-16 16:56:30.878974+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x52 2018-12-16 16:56:30.879012+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0xa 2018-12-16 16:56:30.879049+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x7c 2018-12-16 16:56:30.879087+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x7f 2018-12-16 16:56:30.879122+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x6b 2018-12-16 16:56:30.879168+0000 VLC for iOS[4299:1219541] - SL/FMC descriptor not found/matched 2018-12-16 16:56:30.879358+0000 VLC for iOS[4299:1219541] found language: eng 2018-12-16 16:56:30.879408+0000 VLC for iOS[4299:1219541] => pid 102 has now es fcc=mp4a 2018-12-16 16:56:30.879449+0000 VLC for iOS[4299:1219541] * pid=106 type=0x11 ISO/IEC 14496-3 Audio with LATM transport 2018-12-16 16:56:30.879489+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x52 2018-12-16 16:56:30.879545+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0xa 2018-12-16 16:56:30.879586+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x7c 2018-12-16 16:56:30.879625+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x7f 2018-12-16 16:56:30.879668+0000 VLC for iOS[4299:1219541] - SL/FMC descriptor not found/matched 2018-12-16 16:56:30.879833+0000 VLC for iOS[4299:1219541] found language: eng 2018-12-16 16:56:30.879896+0000 VLC for iOS[4299:1219541] => pid 106 has now es fcc=mp4a 2018-12-16 16:56:30.879939+0000 VLC for iOS[4299:1219541] * pid=105 type=0x6 ISO/IEC 13818-1 PES packets containing private data 2018-12-16 16:56:30.879988+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x52 2018-12-16 16:56:30.880074+0000 VLC for iOS[4299:1219541] - ES descriptor tag 0x59 2018-12-16 16:56:30.880126+0000 VLC for iOS[4299:1219541] * Stream Component Identifier: 5 2018-12-16 16:56:30.880167+0000 VLC for iOS[4299:1219541] => pid 105 has now es fcc=dvbs 2018-12-16 16:56:30.880212+0000 VLC for iOS[4299:1219541] * pid=17 listening for SDT 2018-12-16 16:56:30.880255+0000 VLC for iOS[4299:1219541] enabling pid 101 from program 17472 2018-12-16 16:56:30.880292+0000 VLC for iOS[4299:1219541] enabling pid 102 from program 17472 2018-12-16 16:56:30.880328+0000 VLC for iOS[4299:1219541] enabling pid 106 from program 17472 2018-12-16 16:56:30.880370+0000 VLC for iOS[4299:1219541] enabling pid 105 from program 17472 2018-12-16 16:56:30.880411+0000 VLC for iOS[4299:1219541] enabling pcr pid 101 from program 17472 2018-12-16 16:56:30.880464+0000 VLC for iOS[4299:1219541] first packet for pid=101 cc=0xc 2018-12-16 16:56:30.881407+0000 VLC for iOS[4299:1219541] first packet for pid=102 cc=0x4 2018-12-16 16:56:30.881527+0000 VLC for iOS[4299:1219541] using demux module "ts" 2018-12-16 16:56:30.881852+0000 VLC for iOS[4299:1219541] DEMUX_SET_GROUP 0 0x0 2018-12-16 16:56:30.881983+0000 VLC for iOS[4299:1219541] looking for meta reader module matching "any": 1 candidates 2018-12-16 16:56:30.882054+0000 VLC for iOS[4299:1219541] no meta reader modules matched 2018-12-16 16:56:30.882282+0000 VLC for iOS[4299:1219541] `http://arte-magica.pt/test4.ts' successfully opened 2018-12-16 16:56:30.882760+0000 VLC for iOS[4299:1219541] Creating delayed ES 2018-12-16 16:56:30.882856+0000 VLC for iOS[4299:1219541] selecting program id=17472 2018-12-16 16:56:30.883622+0000 VLC for iOS[4299:1219541] looking for packetizer module matching "any": 24 candidates 2018-12-16 16:56:30.883709+0000 VLC for iOS[4299:1219541] using packetizer module "h264" 2018-12-16 16:56:30.883767+0000 VLC for iOS[4299:1219541] looking for video decoder module matching "any": 10 candidates 2018-12-16 16:56:30.884675+0000 VLC for iOS[4299:1219541] Using Video Toolbox to decode 'h264' 2018-12-16 16:56:30.884761+0000 VLC for iOS[4299:1219541] using video decoder module "videotoolbox" 2018-12-16 16:56:30.884930+0000 VLC for iOS[4299:1219541] Default program is 17472 2018-12-16 16:56:30.885177+0000 VLC for iOS[4299:1219541] looking for packetizer module matching "any": 24 candidates 2018-12-16 16:56:30.885301+0000 VLC for iOS[4299:1219541] running MPEG4 audio packetizer 2018-12-16 16:56:30.885347+0000 VLC for iOS[4299:1219541] LOAS/LATM Mode 2018-12-16 16:56:30.885387+0000 VLC for iOS[4299:1219541] using packetizer module "mpeg4audio" 2018-12-16 16:56:30.885436+0000 VLC for iOS[4299:1219541] looking for audio decoder module matching "any": 16 candidates 2018-12-16 16:56:30.885957+0000 VLC for iOS[4299:1219541] using ffmpeg Lavc58.6.103 2018-12-16 16:56:30.886187+0000 VLC for iOS[4299:1219541] option quiet does not exist 2018-12-16 16:56:30.886967+0000 VLC for iOS[4299:1219541] CPU flags: 0x00000068 2018-12-16 16:56:30.910251+0000 VLC for iOS[4299:1219541] codec (aac) started 2018-12-16 16:56:30.910325+0000 VLC for iOS[4299:1219541] using audio decoder module "avcodec" 2018-12-16 16:56:30.910984+0000 VLC for iOS[4299:1219541] enabling pid 101 from program 17472 2018-12-16 16:56:30.911026+0000 VLC for iOS[4299:1219541] enabling pid 102 from program 17472 2018-12-16 16:56:30.911059+0000 VLC for iOS[4299:1219541] enabling pid 106 from program 17472 2018-12-16 16:56:30.911091+0000 VLC for iOS[4299:1219541] enabling pid 105 from program 17472 2018-12-16 16:56:30.911123+0000 VLC for iOS[4299:1219541] enabling pcr pid 101 from program 17472 2018-12-16 16:56:30.972949+0000 VLC for iOS[4299:1219541] Buffering 0% 2018-12-16 16:56:30.975272+0000 VLC for iOS[4299:1219563] AAC channels: 2 samplerate: 48000 2018-12-16 16:56:30.975495+0000 VLC for iOS[4299:1219563] restarting module due to input format change 2018-12-16 16:56:30.977179+0000 VLC for iOS[4299:1219563] removing module "avcodec" 2018-12-16 16:56:30.977352+0000 VLC for iOS[4299:1219563] looking for audio decoder module matching "any": 16 candidates 2018-12-16 16:56:30.977434+0000 VLC for iOS[4299:1219563] using ffmpeg Lavc58.6.103 2018-12-16 16:56:30.977497+0000 VLC for iOS[4299:1219563] option quiet does not exist 2018-12-16 16:56:30.977548+0000 VLC for iOS[4299:1219563] CPU flags: 0x00000068 2018-12-16 16:56:30.979388+0000 VLC for iOS[4299:1219563] codec (aac) started 2018-12-16 16:56:30.979461+0000 VLC for iOS[4299:1219563] using audio decoder module "avcodec" 2018-12-16 16:56:30.979767+0000 VLC for iOS[4299:1219563] reusing audio output 2018-12-16 16:56:30.980285+0000 VLC for iOS[4299:1219563] VLC is looking for: 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes 2018-12-16 16:56:31.054463+0000 VLC for iOS[4299:1219541] Buffering 3% 2018-12-16 16:56:31.114954+0000 VLC for iOS[4299:1219541] Buffering 6% 2018-12-16 16:56:31.115147+0000 VLC for iOS[4299:1219563] [avas] AVAudioSessionPortImpl.mm:56:ValidateRequiredFields: Unknown selected data source for Port Speaker (type: Speaker) 2018-12-16 16:56:31.115186+0000 VLC for iOS[4299:1219563] Output on Default, channel count: 2 2018-12-16 16:56:31.220866+0000 VLC for iOS[4299:1219541] Buffering 10% 2018-12-16 16:56:31.233596+0000 VLC for iOS[4299:1219563] not output layout, default to Stereo 2018-12-16 16:56:31.233665+0000 VLC for iOS[4299:1219563] selected 2 physical channels for device output 2018-12-16 16:56:31.233696+0000 VLC for iOS[4299:1219563] VLC will output: Stereo 2018-12-16 16:56:31.233784+0000 VLC for iOS[4299:1219563] Current AU format: [48000.000000][mcpl][9][8][1][8][2][32] 2018-12-16 16:56:31.242364+0000 VLC for iOS[4299:1219563] Current device has a latency of 7479 us 2018-12-16 16:56:31.244210+0000 VLC for iOS[4299:1219562] waiting for SPS/PPS 2018-12-16 16:56:31.244314+0000 VLC for iOS[4299:1219562] waiting for SPS/PPS 2018-12-16 16:56:31.244513+0000 VLC for iOS[4299:1219562] found NAL_SPS (sps_id=0) 2018-12-16 16:56:31.244741+0000 VLC for iOS[4299:1219562] found NAL_PPS (pps_id=0 sps_id=0) 2018-12-16 16:56:31.245149+0000 VLC for iOS[4299:1219562] Seen SEI recovery point, 0 recovery frames 2018-12-16 16:56:31.245218+0000 VLC for iOS[4299:1219562] Recovering using SEI, prerolling 0 reference pics 2018-12-16 16:56:31.245277+0000 VLC for iOS[4299:1219562] Recovery from SEI recovery point complete 2018-12-16 16:56:31.245454+0000 VLC for iOS[4299:1219562] restarting module due to input format change 2018-12-16 16:56:31.245499+0000 VLC for iOS[4299:1219562] removing module "videotoolbox" 2018-12-16 16:56:31.245569+0000 VLC for iOS[4299:1219562] looking for video decoder module matching "any": 10 candidates 2018-12-16 16:56:31.245726+0000 VLC for iOS[4299:1219562] new SPS parsed: 0 2018-12-16 16:56:31.245835+0000 VLC for iOS[4299:1219562] new PPS parsed: 0 2018-12-16 16:56:31.246014+0000 VLC for iOS[4299:1219562] forcing CVPX format: 420v 2018-12-16 16:56:31.247419+0000 VLC for iOS[4299:1219563] analog AudioUnit output successfully opened for f32l Stereo 2018-12-16 16:56:31.247544+0000 VLC for iOS[4299:1219563] output 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes 2018-12-16 16:56:31.247795+0000 VLC for iOS[4299:1219563] looking for audio volume module matching "any": 2 candidates 2018-12-16 16:56:31.247855+0000 VLC for iOS[4299:1219563] using audio volume module "float_mixer" 2018-12-16 16:56:31.247899+0000 VLC for iOS[4299:1219563] input 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes 2018-12-16 16:56:31.247948+0000 VLC for iOS[4299:1219563] looking for audio filter module matching "scaletempo": 13 candidates 2018-12-16 16:56:31.247985+0000 VLC for iOS[4299:1219563] format: 48000 rate, 2 nch, 4 bps, fl32 2018-12-16 16:56:31.248027+0000 VLC for iOS[4299:1219563] params: 30 stride, 0.200 overlap, 14 search 2018-12-16 16:56:31.248071+0000 VLC for iOS[4299:1219563] 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode 2018-12-16 16:56:31.248105+0000 VLC for iOS[4299:1219563] using audio filter module "scaletempo" 2018-12-16 16:56:31.248140+0000 VLC for iOS[4299:1219563] conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo 2018-12-16 16:56:31.248176+0000 VLC for iOS[4299:1219563] conversion pipeline complete 2018-12-16 16:56:31.248237+0000 VLC for iOS[4299:1219563] looking for audio filter module matching "equalizer": 13 candidates 2018-12-16 16:56:31.248658+0000 VLC for iOS[4299:1219563] equalizer loaded for 48000 Hz with 10 bands 1 pass 2018-12-16 16:56:31.248750+0000 VLC for iOS[4299:1219563] 31.25 Hz -> factor:0.000000 alpha:0.001444 beta:0.997112 gamma:1.997095 2018-12-16 16:56:31.248828+0000 VLC for iOS[4299:1219563] 62.50 Hz -> factor:0.000000 alpha:0.002884 beta:0.994232 gamma:1.994165 2018-12-16 16:56:31.249438+0000 VLC for iOS[4299:1219563] 125.00 Hz -> factor:0.000000 alpha:0.005752 beta:0.988497 gamma:1.988230 2018-12-16 16:56:31.249475+0000 VLC for iOS[4299:1219541] Buffering 14% 2018-12-16 16:56:31.249478+0000 VLC for iOS[4299:1219563] 250.00 Hz -> factor:0.000000 alpha:0.011437 beta:0.977126 gamma:1.976067 2018-12-16 16:56:31.249882+0000 VLC for iOS[4299:1219563] 500.00 Hz -> factor:0.000000 alpha:0.022613 beta:0.954775 gamma:1.950589 2018-12-16 16:56:31.249950+0000 VLC for iOS[4299:1219563] 1000.00 Hz -> factor:0.000000 alpha:0.044203 beta:0.911595 gamma:1.895241 2018-12-16 16:56:31.250075+0000 VLC for iOS[4299:1219563] 2000.00 Hz -> factor:0.000000 alpha:0.084497 beta:0.831006 gamma:1.768616 2018-12-16 16:56:31.250116+0000 VLC for iOS[4299:1219563] 4000.00 Hz -> factor:0.000000 alpha:0.154688 beta:0.690623 gamma:1.464123 2018-12-16 16:56:31.250151+0000 VLC for iOS[4299:1219563] 8000.00 Hz -> factor:0.000000 alpha:0.260898 beta:0.478204 gamma:0.739102 2018-12-16 16:56:31.250188+0000 VLC for iOS[4299:1219563] 16000.00 Hz -> factor:0.000000 alpha:0.371900 beta:0.256201 gamma:-0.628101 2018-12-16 16:56:31.250280+0000 VLC for iOS[4299:1219563] using audio filter module "equalizer" 2018-12-16 16:56:31.250450+0000 VLC for iOS[4299:1219563] conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo 2018-12-16 16:56:31.250501+0000 VLC for iOS[4299:1219563] conversion pipeline complete 2018-12-16 16:56:31.250561+0000 VLC for iOS[4299:1219563] conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo 2018-12-16 16:56:31.250592+0000 VLC for iOS[4299:1219563] conversion pipeline complete 2018-12-16 16:56:31.250763+0000 VLC for iOS[4299:1219563] looking for audio resampler module matching "soxr": 2 candidates 2018-12-16 16:56:31.260421+0000 VLC for iOS[4299:1219563] Using SoX Resampler with 'cr32' engine and 'Medium 16-bit with medium roll-off' quality to convert f32l/48000Hz to f32l/48000Hz. 2018-12-16 16:56:31.260515+0000 VLC for iOS[4299:1219563] using audio resampler module "soxr" 2018-12-16 16:56:31.284977+0000 VLC for iOS[4299:1219562] Using Video Toolbox to decode 'h264' 2018-12-16 16:56:31.285039+0000 VLC for iOS[4299:1219562] using video decoder module "videotoolbox" 2018-12-16 16:56:31.285060+0000 VLC for iOS[4299:1219562] VT decoder doesn't handle deinterlacing on iOS, aborting... 2018-12-16 16:56:31.285077+0000 VLC for iOS[4299:1219562] decoder failure, Abort. 2018-12-16 16:56:31.285091+0000 VLC for iOS[4299:1219562] Reloading the decoder module 2018-12-16 16:56:31.285109+0000 VLC for iOS[4299:1219562] removing module "videotoolbox" 2018-12-16 16:56:31.286188+0000 VLC for iOS[4299:1219562] looking for video decoder module matching "any": 10 candidates 2018-12-16 16:56:31.286233+0000 VLC for iOS[4299:1219562] using ffmpeg Lavc58.6.103 2018-12-16 16:56:31.286253+0000 VLC for iOS[4299:1219562] option quiet does not exist 2018-12-16 16:56:31.286268+0000 VLC for iOS[4299:1219562] CPU flags: 0x00000068 2018-12-16 16:56:31.286383+0000 VLC for iOS[4299:1219562] allowing 6 thread(s) for decoding 2018-12-16 16:56:31.288228+0000 VLC for iOS[4299:1219562] codec (h264) started 2018-12-16 16:56:31.288259+0000 VLC for iOS[4299:1219562] using frame thread mode with 6 threads 2018-12-16 16:56:31.288272+0000 VLC for iOS[4299:1219562] using video decoder module "avcodec" 2018-12-16 16:56:31.288669+0000 VLC for iOS[4299:1219614] available hardware decoder output format 160 (videotoolbox_vld) 2018-12-16 16:56:31.288686+0000 VLC for iOS[4299:1219614] available software decoder output format 0 (yuv420p) 2018-12-16 16:56:31.316392+0000 VLC for iOS[4299:1219541] Buffering 17% 2018-12-16 16:56:31.376855+0000 VLC for iOS[4299:1219541] Buffering 21% 2018-12-16 16:56:31.388605+0000 VLC for iOS[4299:1219614] looking for text renderer module matching "freetype": 2 candidates 2018-12-16 16:56:31.411253+0000 VLC for iOS[4299:1219614] using text renderer module "freetype" 2018-12-16 16:56:31.411298+0000 VLC for iOS[4299:1219614] looking for video converter module matching "any": 15 candidates 2018-12-16 16:56:31.412991+0000 VLC for iOS[4299:1219614] 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality) 2018-12-16 16:56:31.413008+0000 VLC for iOS[4299:1219614] using video converter module "swscale" 2018-12-16 16:56:31.413029+0000 VLC for iOS[4299:1219614] looking for video converter module matching "any": 15 candidates 2018-12-16 16:56:31.413050+0000 VLC for iOS[4299:1219614] YUVP to YUVA converter 2018-12-16 16:56:31.413061+0000 VLC for iOS[4299:1219614] using video converter module "yuvp" 2018-12-16 16:56:31.413080+0000 VLC for iOS[4299:1219614] Deinterlacing available 2018-12-16 16:56:31.413120+0000 VLC for iOS[4299:1219614] deinterlace 0, mode auto, is_needed 0 2018-12-16 16:56:31.413147+0000 VLC for iOS[4299:1219614] looking for vout window module matching "any": 0 candidates 2018-12-16 16:56:31.413158+0000 VLC for iOS[4299:1219614] no vout window modules 2018-12-16 16:56:31.413230+0000 VLC for iOS[4299:1219621] Opening vout display wrapper 2018-12-16 16:56:31.413248+0000 VLC for iOS[4299:1219621] looking for vout display module matching "any": 6 candidates 2018-12-16 16:56:31.554418+0000 VLC for iOS[4299:1219541] Buffering 24% 2018-12-16 16:56:31.555085+0000 VLC for iOS[4299:1219541] Buffering 28% 2018-12-16 16:56:31.558602+0000 VLC for iOS[4299:1219541] Buffering 31% 2018-12-16 16:56:31.559404+0000 VLC for iOS[4299:1219187] Metal GPU Frame Capture Enabled 2018-12-16 16:56:31.561151+0000 VLC for iOS[4299:1219187] Metal API Validation Enabled 2018-12-16 16:56:31.697423+0000 VLC for iOS[4299:1219541] Buffering 35% 2018-12-16 16:56:31.699847+0000 VLC for iOS[4299:1219541] Buffering 38% 2018-12-16 16:56:31.850720+0000 VLC for iOS[4299:1219541] Buffering 42% 2018-12-16 16:56:31.852269+0000 VLC for iOS[4299:1219541] Buffering 45% 2018-12-16 16:56:31.883914+0000 VLC for iOS[4299:1219541] Buffering 49% 2018-12-16 16:56:31.898065+0000 VLC for iOS[4299:1219541] Buffering 52% 2018-12-16 16:56:31.900027+0000 VLC for iOS[4299:1219187] VoutDisplayEvent 'resize' 60x60 2018-12-16 16:56:31.903496+0000 VLC for iOS[4299:1219187] VoutDisplayEvent 'resize' 180x180 2018-12-16 16:56:31.937013+0000 VLC for iOS[4299:1219621] using vout display module "ios" 2018-12-16 16:56:31.940251+0000 VLC for iOS[4299:1219621] original format sz 1920x1090, of (0,0), vsz 1920x1080, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0 2018-12-16 16:56:31.940332+0000 VLC for iOS[4299:1219621] VoutDisplayEvent 'resize' 1920x1080 2018-12-16 16:56:31.940338+0000 VLC for iOS[4299:1219614] removing module "freetype" 2018-12-16 16:56:31.940436+0000 VLC for iOS[4299:1219614] looking for text renderer module matching "freetype": 2 candidates 2018-12-16 16:56:31.942685+0000 VLC for iOS[4299:1219541] Buffering 56% 2018-12-16 16:56:31.959071+0000 VLC for iOS[4299:1219614] using text renderer module "freetype" [h264 @ 0x1068ff400] mmco: unref short failure [h264 @ 0x1068ff400] mmco: unref short failure [h264 @ 0x1068ff400] mmco: unref short failure 2018-12-16 16:56:31.973832+0000 VLC for iOS[4299:1219541] first packet for pid=17 cc=0xe 2018-12-16 16:56:31.973890+0000 VLC for iOS[4299:1219541] SDTCallBack called 2018-12-16 16:56:31.973906+0000 VLC for iOS[4299:1219541] * pid=18 listening for EIT 2018-12-16 16:56:31.973922+0000 VLC for iOS[4299:1219541] * pid=20 listening for TDT 2018-12-16 16:56:31.973934+0000 VLC for iOS[4299:1219541] new SDT ts_id=16516 version=20 current_next=1 network_id=9018 2018-12-16 16:56:31.973947+0000 VLC for iOS[4299:1219541] * service id=17472 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:56:31.973965+0000 VLC for iOS[4299:1219541] - type=25 provider=(null) name=BBC TWO HD 2018-12-16 16:56:31.973980+0000 VLC for iOS[4299:1219541] EsOutProgramMeta: number=17472 2018-12-16 16:56:31.974015+0000 VLC for iOS[4299:1219541] * service id=17604 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:56:31.974028+0000 VLC for iOS[4299:1219541] - type=25 provider=(null) name=ITV HD 2018-12-16 16:56:31.974041+0000 VLC for iOS[4299:1219541] EsOutProgramMeta: number=17604 2018-12-16 16:56:31.974060+0000 VLC for iOS[4299:1219541] * service id=17664 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:56:31.974073+0000 VLC for iOS[4299:1219541] - type=25 provider=(null) name=Channel 4 HD 2018-12-16 16:56:31.974086+0000 VLC for iOS[4299:1219541] EsOutProgramMeta: number=17664 2018-12-16 16:56:31.974109+0000 VLC for iOS[4299:1219541] * service id=17540 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:56:31.974246+0000 VLC for iOS[4299:1219541] - type=25 provider=(null) name=BBC ONE HD 2018-12-16 16:56:31.974324+0000 VLC for iOS[4299:1219541] EsOutProgramMeta: number=17540 2018-12-16 16:56:31.974397+0000 VLC for iOS[4299:1219541] * service id=18112 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:56:31.974480+0000 VLC for iOS[4299:1219541] - type=25 provider=(null) name=CBBC HD 2018-12-16 16:56:31.974538+0000 VLC for iOS[4299:1219541] EsOutProgramMeta: number=18112 2018-12-16 16:56:31.974609+0000 VLC for iOS[4299:1219541] * service id=20352 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:56:31.974664+0000 VLC for iOS[4299:1219541] - type=22 provider=(null) name=Film4+1 2018-12-16 16:56:31.974715+0000 VLC for iOS[4299:1219541] EsOutProgramMeta: number=20352 2018-12-16 16:56:31.974804+0000 VLC for iOS[4299:1219541] * service id=17728 eit schedule=1 present=1 running=4 free_ca=0 2018-12-16 16:56:31.974888+0000 VLC for iOS[4299:1219541] - type=25 provider=(null) name=Channel 5 HD 2018-12-16 16:56:31.974984+0000 VLC for iOS[4299:1219541] EsOutProgramMeta: number=17728 2018-12-16 16:56:31.976772+0000 VLC for iOS[4299:1219541] first packet for pid=18 cc=0x2 2018-12-16 16:56:31.991977+0000 VLC for iOS[4299:1219541] Buffering 59% 2018-12-16 16:56:32.000428+0000 VLC for iOS[4299:1219562] Received first picture [h264 @ 0x106996800] mmco: unref short failure [h264 @ 0x106996800] mmco: unref short failure [h264 @ 0x106996800] number of reference frames (0+5) exceeds max (4; probably corrupt input), discarding one 2018-12-16 16:56:32.022540+0000 VLC for iOS[4299:1219621] Detected interlaced video 2018-12-16 16:56:32.022587+0000 VLC for iOS[4299:1219621] deinterlace 0, mode auto, is_needed 1 2018-12-16 16:56:32.034073+0000 VLC for iOS[4299:1219541] Buffering 63% 2018-12-16 16:56:32.044116+0000 VLC for iOS[4299:1219187] VoutDisplayEvent 'resize' 180x180 2018-12-16 16:56:32.072237+0000 VLC for iOS[4299:1219541] Buffering 66% 2018-12-16 16:56:32.122168+0000 VLC for iOS[4299:1219541] Buffering 70% 2018-12-16 16:56:32.152337+0000 VLC for iOS[4299:1219187] VoutDisplayEvent 'resize' 180x180 2018-12-16 16:56:32.160997+0000 VLC for iOS[4299:1219541] Buffering 73% 2018-12-16 16:56:32.212740+0000 VLC for iOS[4299:1219541] Buffering 77% 2018-12-16 16:56:32.259766+0000 VLC for iOS[4299:1219541] Buffering 80% 2018-12-16 16:56:32.307830+0000 VLC for iOS[4299:1219541] Buffering 84% 2018-12-16 16:56:32.357305+0000 VLC for iOS[4299:1219541] Buffering 87% 2018-12-16 16:56:32.404070+0000 VLC for iOS[4299:1219541] Buffering 91% 2018-12-16 16:56:32.467303+0000 VLC for iOS[4299:1219541] Buffering 94% 2018-12-16 16:56:32.513646+0000 VLC for iOS[4299:1219621] auto hiding mouse cursor 2018-12-16 16:56:32.514298+0000 VLC for iOS[4299:1219541] Buffering 98% 2018-12-16 16:56:32.558521+0000 VLC for iOS[4299:1219541] Stream buffering done (1014 ms in 1585 ms) 2018-12-16 16:56:32.558990+0000 VLC for iOS[4299:1219541] Decoder wait done in 0 ms 2018-12-16 16:56:32.559616+0000 VLC for iOS[4299:1219563] inserting 251 zeroes 2018-12-16 16:56:32.559682+0000 VLC for iOS[4299:1219563] underrun of 417792 bytes 2018-12-16 16:56:32.650050+0000 VLC for iOS[4299:1219187] VoutDisplayEvent 'resize' 1125x2436 2018-12-16 16:56:32.650363+0000 VLC for iOS[4299:1219187] looking for renderer probe module matching "any": 2 candidates 2018-12-16 16:56:32.650382+0000 VLC for iOS[4299:1219187] no renderer probe modules matched 2018-12-16 16:56:32.650430+0000 VLC for iOS[4299:1219187] looking for renderer_discovery module matching "microdns_renderer": 2 candidates 2018-12-16 16:56:32.650443+0000 VLC for iOS[4299:1219187] mDNS: listening to _googlecast._tcp.local renderer 2018-12-16 16:56:32.650599+0000 VLC for iOS[4299:1219187] mDNS init error: Can't assign requested address 2018-12-16 16:56:32.650612+0000 VLC for iOS[4299:1219187] no renderer_discovery modules matched 2018-12-16 16:56:32.650623+0000 VLC for iOS[4299:1219187] no suitable renderer discovery module for 'microdns_renderer' VLCRendererDiscovererManager: Unable to start renderer discoverer with name: microdns_renderer 2018-12-16 16:56:32.651060+0000 VLC for iOS[4299:1219187] VoutDisplayEvent 'resize' 1125x2436 2018-12-16 16:56:32.651082+0000 VLC for iOS[4299:1219187] VoutDisplayEvent 'resize' 1125x2436 2018-12-16 16:56:32.698051+0000 VLC for iOS[4299:1219187] VoutDisplayEvent 'resize' 1125x2436 2018-12-16 16:56:33.546680+0000 VLC for iOS[4299:1219541] EITCallBack called 2018-12-16 16:56:33.546778+0000 VLC for iOS[4299:1219541] new EIT service_id=17664 version=15 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:56:33.549248+0000 VLC for iOS[4299:1219541] * event id=4294 start_time:1515832500 duration=1800 running=4 free_ca=0 2018-12-16 16:56:33.549294+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:33.549327+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.549358+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.549386+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.549412+0000 VLC for iOS[4299:1219541] - event unknown dr 0x7e(126) 2018-12-16 16:56:33.549445+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:33.549473+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:33.549498+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:33.549527+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:33.549586+0000 VLC for iOS[4299:1219541] * event id=4295 start_time:1515834300 duration=1800 running=1 free_ca=0 2018-12-16 16:56:33.549614+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:33.549679+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.549707+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.549741+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.549772+0000 VLC for iOS[4299:1219541] - event unknown dr 0x7e(126) 2018-12-16 16:56:33.549796+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:33.549821+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:33.549854+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:33.549882+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:33.549915+0000 VLC for iOS[4299:1219541] EsOutProgramEpg: number=17664 name=Channel 4 HD [Program 17664] 2018-12-16 16:56:33.681310+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:33.861855+0000 VLC for iOS[4299:1219541] EITCallBack called 2018-12-16 16:56:33.861994+0000 VLC for iOS[4299:1219541] new EIT service_id=17604 version=22 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:56:33.862069+0000 VLC for iOS[4299:1219541] * event id=42026 start_time:1515832200 duration=2100 running=4 free_ca=0 2018-12-16 16:56:33.862150+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.862282+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.862347+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.862393+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:33.862530+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:33.862582+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:33.862620+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:33.862657+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:33.862768+0000 VLC for iOS[4299:1219541] * event id=36261 start_time:1515834300 duration=1200 running=1 free_ca=0 2018-12-16 16:56:33.862820+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.862891+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:33.862935+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:33.863103+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:33.863155+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:33.863194+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:33.863233+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:33.863286+0000 VLC for iOS[4299:1219541] EsOutProgramEpg: number=17604 name=ITV HD [Program 17604] 2018-12-16 16:56:33.907283+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:33.921021+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.016767+0000 VLC for iOS[4299:1219621] picture is too late to be displayed (missing 39 ms) 2018-12-16 16:56:34.136462+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.182155+0000 VLC for iOS[4299:1219541] EITCallBack called 2018-12-16 16:56:34.182224+0000 VLC for iOS[4299:1219541] new EIT service_id=18112 version=1 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:56:34.182253+0000 VLC for iOS[4299:1219541] * event id=64089 start_time:1515832200 duration=1800 running=4 free_ca=0 2018-12-16 16:56:34.182267+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:34.182279+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:34.182293+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:34.182321+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:34.182336+0000 VLC for iOS[4299:1219541] - event unknown dr 0x7e(126) 2018-12-16 16:56:34.182349+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:34.182360+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:34.182372+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:34.182384+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:34.182424+0000 VLC for iOS[4299:1219541] * event id=65183 start_time:1515834000 duration=1800 running=1 free_ca=0 2018-12-16 16:56:34.182440+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:34.182454+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:34.182473+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:34.182486+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:34.182502+0000 VLC for iOS[4299:1219541] - event unknown dr 0x7e(126) 2018-12-16 16:56:34.182516+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:34.182529+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:34.182548+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:34.182565+0000 VLC for iOS[4299:1219541] EsOutProgramEpg: number=18112 name=CBBC HD [Program 18112] 2018-12-16 16:56:34.226620+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.408841+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.452203+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.543739+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.551024+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.551093+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.632264+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.679237+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.773254+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:34.813570+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:35.009573+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:35.272913+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:35.325060+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:35.471815+0000 VLC for iOS[4299:1219541] EITCallBack called 2018-12-16 16:56:35.471874+0000 VLC for iOS[4299:1219541] new EIT service_id=17472 version=2 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:56:35.471901+0000 VLC for iOS[4299:1219541] * event id=65198 start_time:1515832200 duration=1800 running=4 free_ca=0 2018-12-16 16:56:35.471914+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.471924+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.471934+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.471946+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.471961+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:35.471972+0000 VLC for iOS[4299:1219541] - event unknown dr 0x7e(126) 2018-12-16 16:56:35.471982+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:35.471992+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:35.472004+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.472014+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.472034+0000 VLC for iOS[4299:1219541] * event id=64224 start_time:1515834000 duration=3600 running=1 free_ca=0 2018-12-16 16:56:35.472046+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.472057+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.472066+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.472098+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:35.472111+0000 VLC for iOS[4299:1219541] - event unknown dr 0x7e(126) 2018-12-16 16:56:35.472121+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:35.472131+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:35.472141+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.472151+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.472165+0000 VLC for iOS[4299:1219541] EsOutProgramEpg: number=17472 name=BBC TWO HD [Program 17472] 2018-12-16 16:56:35.515629+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:35.546228+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:35.598395+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:35.604295+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:35.767192+0000 VLC for iOS[4299:1219541] EITCallBack called 2018-12-16 16:56:35.767255+0000 VLC for iOS[4299:1219541] new EIT service_id=17540 version=4 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:56:35.767286+0000 VLC for iOS[4299:1219541] * event id=61803 start_time:1515823200 duration=14400 running=4 free_ca=0 2018-12-16 16:56:35.767302+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.767330+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.767346+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.767359+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:35.767372+0000 VLC for iOS[4299:1219541] - event unknown dr 0x7e(126) 2018-12-16 16:56:35.767384+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:35.767396+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:35.767406+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.767418+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.767439+0000 VLC for iOS[4299:1219541] * event id=64454 start_time:1515837600 duration=5400 running=1 free_ca=0 2018-12-16 16:56:35.767452+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.767462+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.767472+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.767484+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:35.767495+0000 VLC for iOS[4299:1219541] - event unknown dr 0x7e(126) 2018-12-16 16:56:35.767505+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:35.767515+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:35.767526+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.767537+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.767557+0000 VLC for iOS[4299:1219541] EsOutProgramEpg: number=17540 name=BBC ONE HD [Program 17540] 2018-12-16 16:56:35.771771+0000 VLC for iOS[4299:1219541] EITCallBack called 2018-12-16 16:56:35.771853+0000 VLC for iOS[4299:1219541] new EIT service_id=20352 version=19 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:56:35.771882+0000 VLC for iOS[4299:1219541] * event id=60025 start_time:1515826800 duration=18000 running=4 free_ca=0 2018-12-16 16:56:35.771898+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.771909+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.771919+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:35.771929+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:35.771943+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:35.771963+0000 VLC for iOS[4299:1219541] * event id=1369 start_time:1515844800 duration=7200 running=1 free_ca=0 2018-12-16 16:56:35.771977+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.771987+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.771998+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.772011+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.772022+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:35.772033+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:35.772044+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.772055+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:35.772072+0000 VLC for iOS[4299:1219541] EsOutProgramEpg: number=20352 name=Film4+1 [Program 20352] 2018-12-16 16:56:35.819824+0000 VLC for iOS[4299:1219541] EITCallBack called 2018-12-16 16:56:35.819978+0000 VLC for iOS[4299:1219541] new EIT service_id=17728 version=24 current_next=1 ts_id=16516 network_id=9018 segment_last_section_number=1 last_table_id=78 2018-12-16 16:56:35.820090+0000 VLC for iOS[4299:1219541] * event id=32597 start_time:1515832800 duration=900 running=4 free_ca=0 2018-12-16 16:56:35.820140+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.820176+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.820207+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.820240+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:35.820279+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:35.820312+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:35.820341+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.820368+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.820440+0000 VLC for iOS[4299:1219541] * event id=32598 start_time:1515833700 duration=900 running=1 free_ca=0 2018-12-16 16:56:35.820471+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.820491+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.820501+0000 VLC for iOS[4299:1219541] - event unknown dr 0x50(80) 2018-12-16 16:56:35.820513+0000 VLC for iOS[4299:1219541] - short event lang=eng '(null)' : '(null)' 2018-12-16 16:56:35.820523+0000 VLC for iOS[4299:1219541] - event unknown dr 0x5f(95) 2018-12-16 16:56:35.820536+0000 VLC for iOS[4299:1219541] - event unknown dr 0x54(84) 2018-12-16 16:56:35.820549+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.820560+0000 VLC for iOS[4299:1219541] - event unknown dr 0x76(118) 2018-12-16 16:56:35.820574+0000 VLC for iOS[4299:1219541] EsOutProgramEpg: number=17728 name=Channel 5 HD [Program 17728] 2018-12-16 16:56:35.913942+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.052094+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.216056+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.278867+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.323840+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.331722+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.342616+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.359111+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.368267+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.375401+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.375823+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.394859+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.399718+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.408996+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.425863+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.442583+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.459098+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.475921+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.492477+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.506269+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.509258+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.525966+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.529610+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.542570+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.559273+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.575964+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.592543+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.609225+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.625907+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.633366+0000 VLC for iOS[4299:1219541] lost synchro 2018-12-16 16:56:36.633409+0000 VLC for iOS[4299:1219541] skipping 125 bytes of garbage 2018-12-16 16:56:36.633422+0000 VLC for iOS[4299:1219541] first packet for pid=101 cc=0xa 2018-12-16 16:56:36.633434+0000 VLC for iOS[4299:1219541] discontinuity received 0xc instead of 0xe (pid=18) 2018-12-16 16:56:36.633447+0000 VLC for iOS[4299:1219541] libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 14) for PID 18 2018-12-16 16:56:36.633489+0000 VLC for iOS[4299:1219541] first packet for pid=102 cc=0x1 2018-12-16 16:56:36.633555+0000 VLC for iOS[4299:1219541] discontinuity received 0xd instead of 0x5 (pid=100) 2018-12-16 16:56:36.633569+0000 VLC for iOS[4299:1219541] libdvbpsi error (PSI decoder): TS discontinuity (received 13, expected 5) for PID 100 2018-12-16 16:56:36.633705+0000 VLC for iOS[4299:1219541] PMTCallBack called for program 17472 2018-12-16 16:56:36.633777+0000 VLC for iOS[4299:1219541] Program 17472 PCR prequeue fixup 1008712902->1008708427 2018-12-16 16:56:36.633823+0000 VLC for iOS[4299:1219541] Buffering 0% 2018-12-16 16:56:36.633871+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.634021+0000 VLC for iOS[4299:1219541] discontinuity received 0xd instead of 0x4 (pid=0) 2018-12-16 16:56:36.634039+0000 VLC for iOS[4299:1219541] libdvbpsi error (PSI decoder): TS discontinuity (received 13, expected 4) for PID 0 2018-12-16 16:56:36.634052+0000 VLC for iOS[4299:1219541] PATCallBack called 2018-12-16 16:56:36.634220+0000 VLC for iOS[4299:1219541] Buffering 2% 2018-12-16 16:56:36.634252+0000 VLC for iOS[4299:1219541] discontinuity received 0xb instead of 0x0 (pid=17) 2018-12-16 16:56:36.634265+0000 VLC for iOS[4299:1219541] libdvbpsi error (PSI decoder): TS discontinuity (received 11, expected 0) for PID 17 2018-12-16 16:56:36.634402+0000 VLC for iOS[4299:1219541] Buffering 5% 2018-12-16 16:56:36.634496+0000 VLC for iOS[4299:1219541] Buffering 9% 2018-12-16 16:56:36.634625+0000 VLC for iOS[4299:1219541] Buffering 12% 2018-12-16 16:56:36.634772+0000 VLC for iOS[4299:1219541] Buffering 16% 2018-12-16 16:56:36.634909+0000 VLC for iOS[4299:1219541] Buffering 19% 2018-12-16 16:56:36.634998+0000 VLC for iOS[4299:1219541] Buffering 23% 2018-12-16 16:56:36.635137+0000 VLC for iOS[4299:1219541] Buffering 26% 2018-12-16 16:56:36.635277+0000 VLC for iOS[4299:1219541] Buffering 30% 2018-12-16 16:56:36.635407+0000 VLC for iOS[4299:1219541] Buffering 33% 2018-12-16 16:56:36.635505+0000 VLC for iOS[4299:1219541] Buffering 37% 2018-12-16 16:56:36.635600+0000 VLC for iOS[4299:1219541] Buffering 40% 2018-12-16 16:56:36.635698+0000 VLC for iOS[4299:1219541] Buffering 44% 2018-12-16 16:56:36.637432+0000 VLC for iOS[4299:1219541] Buffering 47% 2018-12-16 16:56:36.637479+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.637583+0000 VLC for iOS[4299:1219541] Buffering 51% 2018-12-16 16:56:36.638456+0000 VLC for iOS[4299:1219541] Buffering 54% 2018-12-16 16:56:36.638586+0000 VLC for iOS[4299:1219541] Buffering 58% 2018-12-16 16:56:36.638734+0000 VLC for iOS[4299:1219541] Buffering 61% 2018-12-16 16:56:36.638891+0000 VLC for iOS[4299:1219541] Buffering 65% 2018-12-16 16:56:36.639003+0000 VLC for iOS[4299:1219541] Buffering 68% 2018-12-16 16:56:36.639150+0000 VLC for iOS[4299:1219541] Buffering 72% 2018-12-16 16:56:36.639235+0000 VLC for iOS[4299:1219541] Buffering 75% 2018-12-16 16:56:36.639382+0000 VLC for iOS[4299:1219541] Buffering 79% 2018-12-16 16:56:36.639533+0000 VLC for iOS[4299:1219541] Buffering 82% 2018-12-16 16:56:36.639614+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.639668+0000 VLC for iOS[4299:1219541] Buffering 86% 2018-12-16 16:56:36.639782+0000 VLC for iOS[4299:1219541] Buffering 89% 2018-12-16 16:56:36.639899+0000 VLC for iOS[4299:1219541] Buffering 93% 2018-12-16 16:56:36.640092+0000 VLC for iOS[4299:1219541] Buffering 96% 2018-12-16 16:56:36.640243+0000 VLC for iOS[4299:1219541] Stream buffering done (1000 ms in 6 ms) 2018-12-16 16:56:36.642599+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.648782+0000 VLC for iOS[4299:1219562] Received first picture 2018-12-16 16:56:36.659351+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 [h264 @ 0x10682b400] get_buffer() failed [h264 @ 0x10682b400] thread_get_buffer() failed [h264 @ 0x10682b400] decode_slice_header error [h264 @ 0x10682b400] no frame! 2018-12-16 16:56:36.666414+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:36.671866+0000 VLC for iOS[4299:1219562] Seen SEI recovery point, 0 recovery frames 2018-12-16 16:56:36.671923+0000 VLC for iOS[4299:1219562] Recovering using SEI, prerolling 0 reference pics 2018-12-16 16:56:36.671950+0000 VLC for iOS[4299:1219562] Recovery from SEI recovery point complete 2018-12-16 16:56:36.672290+0000 VLC for iOS[4299:1219614] available hardware decoder output format 160 (videotoolbox_vld) 2018-12-16 16:56:36.672308+0000 VLC for iOS[4299:1219614] available software decoder output format 0 (yuv420p) 2018-12-16 16:56:36.672322+0000 VLC for iOS[4299:1219614] reusing decoder output format 0 [h264 @ 0x1068ff400] mmco: unref short failure 2018-12-16 16:56:36.718368+0000 VLC for iOS[4299:1219541] Decoder wait done in 78 ms 2018-12-16 16:56:36.718871+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:36.718922+0000 VLC for iOS[4299:1219563] underrun of 32768 bytes [h264 @ 0x106996800] mmco: unref short failure 2018-12-16 16:56:37.370016+0000 VLC for iOS[4299:1219541] SDTCallBack called 2018-12-16 16:56:37.439646+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:37.614896+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:37.895032+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:38.139926+0000 VLC for iOS[4299:1219541] first packet for pid=105 cc=0xf 2018-12-16 16:56:38.489961+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:38.523820+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:38.523999+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:38.610043+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.627042+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.643711+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.660227+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.677066+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.693693+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.710386+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.727003+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.743653+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.760431+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.770055+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:38.776993+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.793642+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.810414+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.827029+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.843762+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.860481+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.876955+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.893738+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.910478+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.927173+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.943852+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.958678+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:38.958850+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:39.015655+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.016014+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.016042+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.327282+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.364467+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.397415+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.397685+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.471031+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.607727+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.643401+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.678635+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.678966+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:39.678997+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:40.037173+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.052305+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.060771+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.077605+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.094407+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.110972+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.127704+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.144338+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.161189+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.169776+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:40.177670+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.194461+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.210996+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.227738+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.244863+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.261084+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.277783+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.294419+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.311063+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.327858+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.344435+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.361210+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.377883+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.394431+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.411207+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.418448+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:40.517020+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:40.589992+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:40.762971+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:40.833779+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:40.869851+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:40.902524+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.149769+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.254689+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.319896+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.320184+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.359751+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.429743+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.499859+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.499937+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.674684+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.746958+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.768155+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.778460+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.778456+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.795101+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.811823+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.828571+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.845230+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.861888+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.878593+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.895266+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.911881+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.918390+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:41.928571+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.945188+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.961951+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.978678+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:41.995215+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.011984+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.028571+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.045264+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.061991+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.078657+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.094725+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:42.095294+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.111889+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.128620+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.145398+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.152241+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.550296+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:42.550361+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:42.937762+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.961251+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.968667+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.969775+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:42.978994+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:42.995802+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.012355+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.029108+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.037539+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:43.045698+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.062462+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.074766+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:43.079254+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.095840+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.112617+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.129060+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.145900+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.162614+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.179353+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.195895+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.212619+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.229292+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.245951+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.262575+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.279284+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.283090+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:43.295947+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.312599+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.329276+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.345946+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.362665+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.369586+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:43.389268+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:43.704850+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:43.739880+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:44.194626+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:44.229708+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:44.272716+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.287135+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.296245+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.313049+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.329694+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.346420+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.363074+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.379750+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.396410+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.413188+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.429887+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.446428+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.463233+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.472986+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:44.479815+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.496485+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.513172+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.529936+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.542996+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:44.546585+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.563151+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.579934+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.596505+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.613303+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.629854+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.646656+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.663356+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.679959+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.696738+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.713227+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.730048+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.746650+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.763227+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.779056+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.779228+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:44.790284+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:45.589000+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.605555+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.613755+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.630393+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.647147+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.663755+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.680420+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.697165+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.713810+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.730511+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.747191+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.764633+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.780559+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.797081+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.798371+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:45.813924+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.830520+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.847255+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.863869+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.880611+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.897166+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.913832+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.930647+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.935930+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:45.936001+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:45.947252+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.964672+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.980577+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:45.997190+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.013947+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.030690+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.047435+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.063973+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.080722+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.097328+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.113920+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.130667+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.147360+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.164764+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.180767+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.197429+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.214085+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.230734+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.247402+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.264127+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.280692+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.297507+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.314054+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.330725+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.347369+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.364636+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.380678+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.397466+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.414055+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.430850+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.432211+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:46.447438+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.464133+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.480596+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.480860+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:46.878607+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:46.969040+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:47.291330+0000 VLC for iOS[4299:1219541] ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 999 ms) 2018-12-16 16:56:47.291387+0000 VLC for iOS[4299:1219541] ES_OUT_RESET_PCR called 2018-12-16 16:56:47.336709+0000 VLC for iOS[4299:1219541] Buffering 0% 2018-12-16 16:56:47.382738+0000 VLC for iOS[4299:1219541] Buffering 3% 2018-12-16 16:56:47.390000+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.404231+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.414507+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.431274+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.448009+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.465042+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.474693+0000 VLC for iOS[4299:1219541] Buffering 7% 2018-12-16 16:56:47.481666+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.498351+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.515130+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.522183+0000 VLC for iOS[4299:1219541] Buffering 10% 2018-12-16 16:56:47.531694+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.548470+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.565096+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.569023+0000 VLC for iOS[4299:1219541] Buffering 14% 2018-12-16 16:56:47.581702+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.598291+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.615098+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.631611+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.648409+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.652795+0000 VLC for iOS[4299:1219541] Buffering 17% 2018-12-16 16:56:47.665054+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.681754+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.698542+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.702110+0000 VLC for iOS[4299:1219541] Buffering 21% 2018-12-16 16:56:47.715190+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.731763+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.747977+0000 VLC for iOS[4299:1219541] Buffering 24% 2018-12-16 16:56:47.748330+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.765781+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.781897+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.798579+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.815247+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.831872+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.835624+0000 VLC for iOS[4299:1219541] Buffering 28% 2018-12-16 16:56:47.848531+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.865266+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.881498+0000 VLC for iOS[4299:1219541] Buffering 31% 2018-12-16 16:56:47.881760+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.898497+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.915203+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.928697+0000 VLC for iOS[4299:1219541] Buffering 35% 2018-12-16 16:56:47.929715+0000 VLC for iOS[4299:1219614] available hardware decoder output format 160 (videotoolbox_vld) 2018-12-16 16:56:47.929764+0000 VLC for iOS[4299:1219614] available software decoder output format 0 (yuv420p) 2018-12-16 16:56:47.929803+0000 VLC for iOS[4299:1219614] reusing decoder output format 0 2018-12-16 16:56:47.932083+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.948555+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.965239+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.981916+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:47.998598+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:48.015336+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:48.016632+0000 VLC for iOS[4299:1219541] Buffering 38% 2018-12-16 16:56:48.022636+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:48.022758+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:48.031889+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:48.048622+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:48.065190+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:48.068613+0000 VLC for iOS[4299:1219541] Buffering 42% 2018-12-16 16:56:48.080546+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:48.080991+0000 VLC for iOS[4299:1219187] _mediaDuration -> 0 2018-12-16 16:56:48.113444+0000 VLC for iOS[4299:1219541] Buffering 45% 2018-12-16 16:56:48.160893+0000 VLC for iOS[4299:1219541] Buffering 49% 2018-12-16 16:56:48.240992+0000 VLC for iOS[4299:1219541] Buffering 52% 2018-12-16 16:56:48.295277+0000 VLC for iOS[4299:1219541] Buffering 56% 2018-12-16 16:56:48.344725+0000 VLC for iOS[4299:1219541] Buffering 59% 2018-12-16 16:56:48.392341+0000 VLC for iOS[4299:1219541] Buffering 63% 2018-12-16 16:56:48.468604+0000 VLC for iOS[4299:1219541] Buffering 66% 2018-12-16 16:56:48.526309+0000 VLC for iOS[4299:1219541] Buffering 70% 2018-12-16 16:56:48.572944+0000 VLC for iOS[4299:1219541] Buffering 73% 2018-12-16 16:56:48.575296+0000 VLC for iOS[4299:1219562] Received first picture 2018-12-16 16:56:48.620457+0000 VLC for iOS[4299:1219541] Buffering 77% 2018-12-16 16:56:48.707038+0000 VLC for iOS[4299:1219541] Buffering 80% 2018-12-16 16:56:48.754235+0000 VLC for iOS[4299:1219541] Buffering 84% 2018-12-16 16:56:48.800592+0000 VLC for iOS[4299:1219541] Buffering 87% 2018-12-16 16:56:48.801681+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:48.842121+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:48.848640+0000 VLC for iOS[4299:1219541] Buffering 91% 2018-12-16 16:56:48.892878+0000 VLC for iOS[4299:1219541] Buffering 94% 2018-12-16 16:56:48.939313+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:48.950874+0000 VLC for iOS[4299:1219541] Buffering 98% 2018-12-16 16:56:48.994741+0000 VLC for iOS[4299:1219541] Stream buffering done (1015 ms in 1657 ms) 2018-12-16 16:56:48.994866+0000 VLC for iOS[4299:1219541] Decoder wait done in 0 ms 2018-12-16 16:56:48.995167+0000 VLC for iOS[4299:1219563] underrun of 655360 bytes 2018-12-16 16:56:49.311987+0000 VLC for iOS[4299:1219541] libdvbpsi error (EIT decoder): 'last_section_number' differs whereas no discontinuity has occured 2018-12-16 16:56:49.393377+0000 VLC for iOS[4299:1219553] end of stream 2018-12-16 16:56:49.393736+0000 VLC for iOS[4299:1219541] EOF at 20971520 2018-12-16 16:56:49.393797+0000 VLC for iOS[4299:1219541] EOF reached 2018-12-16 16:56:49.393848+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:49.499114+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:49.601525+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:49.705460+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:49.809239+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:49.910616+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:50.014460+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:50.119925+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:50.222853+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:50.323550+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:50.427822+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:50.533138+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:50.638058+0000 VLC for iOS[4299:1219541] waiting decoder fifos to empty 2018-12-16 16:56:50.740455+0000 VLC for iOS[4299:1219541] killing decoder fourcc `h264' 2018-12-16 16:56:50.740574+0000 VLC for iOS[4299:1219541] removing module "avcodec" 2018-12-16 16:56:50.746490+0000 VLC for iOS[4299:1219541] saving a free vout 2018-12-16 16:56:50.746665+0000 VLC for iOS[4299:1219541] reusing provided vout 2018-12-16 16:56:50.746752+0000 VLC for iOS[4299:1219541] removing module "h264" 2018-12-16 16:56:50.747239+0000 VLC for iOS[4299:1219541] killing decoder fourcc `mp4a' 2018-12-16 16:56:50.747351+0000 VLC for iOS[4299:1219541] removing module "avcodec" 2018-12-16 16:56:50.747539+0000 VLC for iOS[4299:1219187] couldn't find file, not saving playback progress 2018-12-16 16:56:50.752102+0000 VLC for iOS[4299:1219541] removing module "soxr" 2018-12-16 16:56:50.752382+0000 VLC for iOS[4299:1219541] removing module "scaletempo" 2018-12-16 16:56:50.752463+0000 VLC for iOS[4299:1219541] removing module "equalizer" 2018-12-16 16:56:50.753424+0000 VLC for iOS[4299:1219187] VoutDisplayEvent 'resize' 60x60 2018-12-16 16:56:50.877456+0000 VLC for iOS[4299:1219541] removing module "float_mixer" 2018-12-16 16:56:50.877541+0000 VLC for iOS[4299:1219541] keeping audio output 2018-12-16 16:56:50.877582+0000 VLC for iOS[4299:1219541] removing module "mpeg4audio" 2018-12-16 16:56:50.877652+0000 VLC for iOS[4299:1219541] removing module "ts" 2018-12-16 16:56:50.878032+0000 VLC for iOS[4299:1219541] Program doesn't contain anymore ES 2018-12-16 16:56:50.878236+0000 VLC for iOS[4299:1219541] removing module "record" 2018-12-16 16:56:50.878275+0000 VLC for iOS[4299:1219541] removing module "prefetch" 2018-12-16 16:56:50.879187+0000 VLC for iOS[4299:1219541] removing module "access" 2018-12-16 16:56:50.880631+0000 VLC for iOS[4299:1219550] removing module "audiounit_ios" 2018-12-16 16:56:50.880765+0000 VLC for iOS[4299:1219550] destroying useless vout 2018-12-16 16:56:50.880839+0000 VLC for iOS[4299:1219621] removing module "ios" 2018-12-16 16:56:50.880896+0000 VLC for iOS[4299:1219621] deleting display 2018-12-16 16:56:50.885909+0000 VLC for iOS[4299:1219550] removing module "freetype" 2018-12-16 16:56:50.886055+0000 VLC for iOS[4299:1219550] removing module "yuvp" 2018-12-16 16:56:50.886093+0000 VLC for iOS[4299:1219550] removing module "swscale" 2018-12-16 16:56:52.988700+0000 VLC for iOS[4299:1219187] Cancelling file parsing 2018-12-16 16:56:52.992323+0000 VLC for iOS[4299:1219187] couldn't find file, not saving playback progress 2018-12-16 16:59:21.477027+0000 VLC for iOS[4299:1219187] Cancelling file parsing 2018-12-16 16:59:21.481545+0000 VLC for iOS[4299:1219187] couldn't find file, not saving playback progress
video: https://www.dropbox.com/s/tyejov89hhzborh/ScreenRecording_12-16-2018%2016-56-29.mp4?dl=0
Edited by Luis- Developer
Seems someone did not wire fallback on position when there's no available time...
- Maintainer
Is this still reproducible with VLCKit 3.2? @zipleen could you check?
Moved to a current milestone.
- Felix Paul Kühne changed milestone to %3.2.0
changed milestone to %3.2.0
- Maintainer
Hey,
No, but a sample file would be great! Feel free to use https://streams.videolan.org/upload/ and give us the file name here :)
Thanks!
- Felix Paul Kühne changed milestone to %3.2.1
changed milestone to %3.2.1
@fkuehne hi, a sample file is not desirable because this is a problem only if using http streaming (local files are ok as far as I remember).
The url that I gave in the ticket is still valid for testing: http://arte-magica.pt/test4.ts (this contains an apache2 server and it's a simple file stored in the hard drive)
It's a very small video, but you can leave it playing for 3 seconds and rewind a little bit (and do it at least twice or three times) and you should be able to see that it won't seek after the second or third attempt.
If you can't reproduce this and want a bigger video let me know and I'll try uploading one.
(I haven't tested, but I think in VLC that if you swap vlckit 3.2 with 3.0.1 seeking will work)
1