Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback of Apple VisionPro streams report #2742

Closed
rbouqueau opened this issue Jan 27, 2024 · 1 comment
Closed

Playback of Apple VisionPro streams report #2742

rbouqueau opened this issue Jan 27, 2024 · 1 comment

Comments

@rbouqueau
Copy link
Member

Link for streams: https://developer.apple.com/streaming/examples/

The stream plays but I got these logs:

$ gpac -play https://devstreaming-cdn.apple.com/videos/streaming/examples/historic_planet_content_2023-10-26-3d-video/main.m3u8
Refreshing all options registry, this may take some time ... done
Type 'h' in window for command list
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:448
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:384
[M3U8] Unsupported directive #EXT-X-BITRATE:27804
[M3U8] Unsupported directive #EXT-X-BITRATE:47184
[M3U8] Unsupported directive #EXT-X-BITRATE:46119
[M3U8] Unsupported directive #EXT-X-BITRATE:38771
[M3U8] Unsupported directive #EXT-X-BITRATE:20811
[M3U8] Unsupported directive #EXT-X-BITRATE:35728
[M3U8] Unsupported directive #EXT-X-BITRATE:36800
[M3U8] Unsupported directive #EXT-X-BITRATE:42140
[M3U8] Unsupported directive #EXT-X-BITRATE:47575
[M3U8] Unsupported directive #EXT-X-BITRATE:34890
[M3U8] Unsupported directive #EXT-X-BITRATE:17321
[M3U8] Unsupported directive #EXT-X-BITRATE:34049
[M3U8] Unsupported directive #EXT-X-BITRATE:18391
No filter chain found for PID AS_1 in filter dashin to any loaded filters
[hevc] sps_multilayer_extension_flag not yet implemented
[hevc] RPU validation failed: 0 <= el_bit_depth_minus8 = 32 <= 8
[hevc] Error parsing DOVI NAL unit.
[hevc] RPU validation failed: 0 <= el_bit_depth_minus8 = 32 <= 8
[hevc] Error parsing DOVI NAL unit.
[hevc] RPU validation failed: 0 <= el_bit_depth_minus8 = 32 <= 8
[hevc] Error parsing DOVI NAL unit.
[hevc] RPU validation failed: 0 <= el_bit_depth_minus8 = 32 <= 8
[hevc] Error parsing DOVI NAL unit.
[hevc] RPU validation failed: 0 <= el_bit_depth_minus8 = 32 <= 8
[hevc] Error parsing DOVI NAL unit.
[hevc] RPU validation failed: 0 <= el_bit_depth_minus8 = 32 <= 8
...
@jeanlf
Copy link
Member

jeanlf commented Jan 29, 2024

should be better now - I don't know why the download error is triggered (it's an ssl failure) but avoiding retrying h2/alpn setup on secondary connections avoids the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants