Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
VLCKit
VLCKit
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 72
    • Issues 72
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • VideoLAN
  • VLCKitVLCKit
  • Issues
  • #90

Closed
Open
Opened Apr 11, 2017 by Stefan@Schmidt-Bilkenroth
  • Report abuse
  • New issue
Report abuse New issue

current VLCKit build for tvOS does not play TS-Streams in HD (720p)

I finally managed to get a new VLCKit built for tvOS. Unfortunately this one is useless. With playing TS-Streams in PAL resolution all is fine.

But playing TS-Streams in 720p (like ARD HD taken from DVB-S Receiver) is buggy. Audio is starting but no video. Also it runs into a deadlock so you can't close the Media Player. I have grabbed the Debug Log and attached it here.

Looks to me, like no vout can be created. The following block is repeated in an endless loop:

2017-04-11 15:37:39.421837+0200 vuplusTV[672:873540] VoutDisplayEvent 'resize' 320x240
2017-04-11 15:37:39.422513+0200 vuplusTV[672:873432] VoutDisplayEvent 'resize' 1920x1080
2017-04-11 15:37:39.423545+0200 vuplusTV[672:873432] VoutDisplayEvent 'resize' 1920x1080
2017-04-11 15:37:39.432275+0200 vuplusTV[672:873540] could not init tex converter for CVPN
2017-04-11 15:37:39.433419+0200 vuplusTV[672:873540] deleting display
2017-04-11 15:37:39.433556+0200 vuplusTV[672:873540] no vout display modules matched
2017-04-11 15:37:39.434966+0200 vuplusTV[672:873484] video output creation failed
2017-04-11 15:37:39.435107+0200 vuplusTV[672:873484] removing module "freetype"
2017-04-11 15:37:39.437047+0200 vuplusTV[672:873484] removing module "yuvp"
2017-04-11 15:37:39.437127+0200 vuplusTV[672:873484] removing module "swscale"
2017-04-11 15:37:39.437533+0200 vuplusTV[672:873484] failed to create video output
2017-04-11 15:37:39.440999+0200 vuplusTV[672:873484] looking for text renderer module matching "freetype": 1 candidates
2017-04-11 15:37:39.476772+0200 vuplusTV[672:873484] using text renderer module "freetype"
2017-04-11 15:37:39.476903+0200 vuplusTV[672:873484] looking for video converter module matching "any": 14 candidates
2017-04-11 15:37:39.477669+0200 vuplusTV[672:873484] 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
2017-04-11 15:37:39.477741+0200 vuplusTV[672:873484] using video converter module "swscale"
2017-04-11 15:37:39.477897+0200 vuplusTV[672:873484] looking for video converter module matching "any": 14 candidates
2017-04-11 15:37:39.477975+0200 vuplusTV[672:873484] YUVP to YUVA converter
2017-04-11 15:37:39.478538+0200 vuplusTV[672:873484] using video converter module "yuvp"
2017-04-11 15:37:39.478623+0200 vuplusTV[672:873484] Deinterlacing available
2017-04-11 15:37:39.478873+0200 vuplusTV[672:873484] deinterlace 0, mode blend, is_needed 0
2017-04-11 15:37:39.478973+0200 vuplusTV[672:873484] looking for vout window module matching "any": 0 candidates
2017-04-11 15:37:39.479471+0200 vuplusTV[672:873484] no vout window modules
2017-04-11 15:37:39.479828+0200 vuplusTV[672:873545] Opening vout display wrapper
2017-04-11 15:37:39.479925+0200 vuplusTV[672:873545] looking for vout display module matching "any": 4 candidates
[VLCKitLog.txt](/uploads/bedf79ae7f0a4d02d8365670d3c33330/VLCKitLog.txt)
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
3.0.0
Milestone
3.0.0
Assign milestone
Time tracking
None
Due date
None
1
Labels
Blocker
Assign labels
  • View project labels
Reference: videolan/VLCKit#90