Giter Site home page Giter Site logo

mikehouse / apple-tv-player Goto Github PK

View Code? Open in Web Editor NEW
116.0 116.0 24.0 48.04 MB

Apple TV m3u iptv player tvOS free open source

License: MIT License

Swift 96.43% Objective-C 3.08% Ruby 0.49%
apple hls iptv m3u m3u8 player streaming swift tvos vlc xcode

apple-tv-player's People

Contributors

mikehouse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

apple-tv-player's Issues

Native tvOS Player is not working

I added a playlist to the app. The only player who worked with my list is VLC but VLC doesn't support HLG (HDR). I tried to change to the Native player and it's not loading any stream. Any idea?

Based on the logs - RAM and CPU are fine

This is what I saw in the debug window when I tested in the simulator:

set channel to play using native player from #REMOVED_THE_LINK#
nw_protocol_get_quic_image_block_invoke dlopen libquic failed: dlopen(/usr/lib/libquic.dylib, 0x0005): tried: Library/Developer/Xcode/DerivedData/Apple-TV-Player-chslmibzqaccrrahnibbirlybjqs/Build/Products/Debug-appletvsimulator/libquic.dylib' (no such file), '/Library/Developer/CoreSimulator/Volumes/tvOS_21K364/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS 17.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/introspection/libquic.dylib' (no such file), '/Library/Developer/CoreSimulator/Volumes/tvOS_21K364/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS 17.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libquic.dylib' (no such file), '/usr/lib/libquic.dylib' (no such file, not in dyld cache)
Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x60000217c230 UIStackView:0x10332c6f0.width >= 217 (active)>",
"<NSLayoutConstraint:0x60000217c280 H:|-(>=95)-[UIStackView:0x10332c6f0] (active, names: '|':UIView:0x10332dc30 )>",
"<NSLayoutConstraint:0x60000217c2d0 UIStackView:0x10332c6f0.trailing == UIView:0x10332dc30.trailing - 95 (active)>",
"<NSLayoutConstraint:0x60000217c410 H:|-(0)-[UIView:0x10332dc30] (active, names: '|':_AVFocusContainerView:0x1032535d0 )>",
"<NSLayoutConstraint:0x60000217c460 UIView:0x10332dc30.trailing == _AVFocusContainerView:0x1032535d0.trailing (active)>",
"<NSLayoutConstraint:0x60000217d860 '_UITemporaryLayoutWidth' _AVFocusContainerView:0x1032535d0.width == 0 (active)>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x60000217c230 UIStackView:0x10332c6f0.width >= 217 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x60000217c280 H:|-(>=95)-[UIStackView:0x10332c6f0] (active, names: '|':UIView:0x10332dc30 )>",
"<NSLayoutConstraint:0x60000217c2d0 UIStackView:0x10332c6f0.trailing == UIView:0x10332dc30.trailing - 95 (active)>",
"<NSLayoutConstraint:0x60000217c410 H:|-(0)-[UIView:0x10332dc30] (active, names: '|':_AVFocusContainerView:0x1032535d0 )>",
"<NSLayoutConstraint:0x60000217c460 UIView:0x10332dc30.trailing == _AVFocusContainerView:0x1032535d0.trailing (active)>",
"<NSLayoutConstraint:0x60000217d860 '_UITemporaryLayoutWidth' _AVFocusContainerView:0x1032535d0.width == 0 (active)>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x60000217c2d0 UIStackView:0x10332c6f0.trailing == UIView:0x10332dc30.trailing - 95 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
UITextView 0x10284ec00 is switching to TextKit 1 compatibility mode because its layoutManager was accessed. Break on void _UITextViewEnablingCompatibilityMode(UITextView *__strong, BOOL) to debug.
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!

When I did on the apple tv:
RAM Stats: use: 1.91 GB, free: 1.84 GB, total: 3.75 GB
CPU load: 7%
set channel to play using native player from #REMOVED_THE_LINK#
Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x283e15090 UIStackView:0x102c479d0.width >= 217 (active)>",
"<NSLayoutConstraint:0x283e150e0 H:|-(>=95)-[UIStackView:0x102c479d0] (active, names: '|':UIView:0x102c48d10 )>",
"<NSLayoutConstraint:0x283e15130 UIStackView:0x102c479d0.trailing == UIView:0x102c48d10.trailing - 95 (active)>",
"<NSLayoutConstraint:0x283e15270 H:|-(0)-[UIView:0x102c48d10] (active, names: '|':_AVFocusContainerView:0x102606460 )>",
"<NSLayoutConstraint:0x283e152c0 UIView:0x102c48d10.trailing == _AVFocusContainerView:0x102606460.trailing (active)>",
"<NSLayoutConstraint:0x283e166c0 '_UITemporaryLayoutWidth' _AVFocusContainerView:0x102606460.width == 0 (active)>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x283e15090 UIStackView:0x102c479d0.width >= 217 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x283e150e0 H:|-(>=95)-[UIStackView:0x102c479d0] (active, names: '|':UIView:0x102c48d10 )>",
"<NSLayoutConstraint:0x283e15130 UIStackView:0x102c479d0.trailing == UIView:0x102c48d10.trailing - 95 (active)>",
"<NSLayoutConstraint:0x283e15270 H:|-(0)-[UIView:0x102c48d10] (active, names: '|':_AVFocusContainerView:0x102606460 )>",
"<NSLayoutConstraint:0x283e152c0 UIView:0x102c48d10.trailing == _AVFocusContainerView:0x102606460.trailing (active)>",
"<NSLayoutConstraint:0x283e166c0 '_UITemporaryLayoutWidth' _AVFocusContainerView:0x102606460.width == 0 (active)>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x283e15130 UIStackView:0x102c479d0.trailing == UIView:0x102c48d10.trailing - 95 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
FBSSceneClientSettings unable to read remoteFocusParentModeEnabled property. Responds to selector: 0. Implements extension: 0. Description: (null)
FBSSceneSettings unable to read remoteFocusChildModeEnabled property. Responds to selector: 1. Implements extension: 0. Description: <UIApplicationSceneSettings: 0x283ee1bd0> {
settings = <BSKeyedSettings: 0x2813a4600> {
displayConfiguration = <FBSDisplayConfiguration: 0x2822600f0; Main-External; mode: "1920x1080@2x 59.94Hz p3 SDR">;
frame = NSRect: {{0, 0}, {1920, 1080}};
interfaceOrientation = portrait (1);
};
subclassSettings = <BSSettings: 0x281df0f60> {
userInterfaceStyle = dark;
artworkSubtype = 0;
};
}
FBSSceneSettings unable to read remoteFocusChildModeEnabled property. Responds to selector: 1. Implements extension: 0. Description: <UIApplicationSceneSettings: 0x283ee25d0> {
settings = <BSKeyedSettings: 0x2813a43f0> {
displayConfiguration = <FBSDisplayConfiguration: 0x2822600f0; Main-External; mode: "1920x1080@2x 59.94Hz p3 SDR">;
frame = NSRect: {{0, 0}, {1920, 1080}};
interfaceOrientation = portrait (1);
};
subclassSettings = <BSSettings: 0x281df1320> {
userInterfaceStyle = dark;
artworkSubtype = 0;
};
}
FBSSceneSettings unable to read remoteFocusChildModeEnabled property. Responds to selector: 1. Implements extension: 0. Description: <UIApplicationSceneSettings: 0x283ee2670> {
settings = <BSKeyedSettings: 0x2813a44b0> {
displayConfiguration = <FBSDisplayConfiguration: 0x2822600f0; Main-External; mode: "1920x1080@2x 59.94Hz p3 SDR">;
frame = NSRect: {{0, 0}, {1920, 1080}};
interfaceOrientation = portrait (1);
};
subclassSettings = <BSSettings: 0x281df1440> {
userInterfaceStyle = dark;
artworkSubtype = 0;
};
}
FBSSceneSettings unable to read remoteFocusChildModeEnabled property. Responds to selector: 1. Implements extension: 0. Description: <UIApplicationSceneSettings: 0x283ee24e0> {
settings = <BSKeyedSettings: 0x2813a4750> {
displayConfiguration = <FBSDisplayConfiguration: 0x2822600f0; Main-External; mode: "1920x1080@2x 59.94Hz p3 SDR">;
frame = NSRect: {{0, 0}, {1920, 1080}};
interfaceOrientation = portrait (1);
};
subclassSettings = <BSSettings: 0x281df1bc0> {
userInterfaceStyle = dark;
artworkSubtype = 0;
};
}
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
UITextView 0x104818000 is switching to TextKit 1 compatibility mode because its layoutManager was accessed. Break on void _UITextViewEnablingCompatibilityMode(UITextView *__strong, BOOL) to debug.
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
+[AVInfoPanelPlaybackMetadata _metadataItemsForPlayerItem:withAsset:]: metadata has not yet been loaded: this is the caller's responsibility!
RAM Stats: use: 1.92 GB, free: 1.83 GB, total: 3.75 GB
CPU load: 7%
RAM Stats: use: 1.92 GB, free: 1.83 GB, total: 3.75 GB
CPU load: 1%

p.s - thank you for a great initiative!

IPA

Is it possible to get the ipa for tvos please? Id like to use your app but I don't have a mac to build it myself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.