Player on TVOS 10 stopped playing a lot of streams

Hey guys,


I've been having a lot of problems with TVJS player since upgrading to TVOS 10.

A lot of streams that were played fine in 9, stopped playing in 10 with the error: "an error occurred loading this content".

Youtube links stopped working, even apple's test stream https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8

does not work for me.

In the console there a lot of messages. Here are a few of them:

2016-09-19 08:18:32.701 TVMLExplorer[1551:15004373] NetworkStorageDB:_openDBReadConnections: failed to open read connection to DB @ /var/mobile/Library/Caches/sharedCaches/com.apple.iTunesStore.NSURLCache/Cache.db.  Error=14. Cause=unable to open database file
2016-09-19 08:18:32.702 TVMLExplorer[1551:15004373] CacheRead: unable to open cache files in /var/mobile/Library/Caches/sharedCaches/com.apple.iTunesStore.NSURLCache
2016-09-19 08:18:32.703 TVMLExplorer[1551:15004373] Failed to obtain sandbox extension for path=/var/mobile/Library/Caches/sharedCaches/com.apple.iTunesStore.NSURLCache. Errno:2
2016-09-19 08:18:32.704725 TVMLExplorer[1551:15002931] [] nw_endpoint_resolver_receive_report [33 pixabay.com:443 in_progress resolver (satisfied)] received child report:[33.1 78.47.54.114:443 waiting path (satisfied)]
...

2016-09-19 08:18:32.714008 TVMLExplorer[1551:15004377] [] nw_connection_endpoint_report [33.1 78.47.54.114:443 waiting path (satisfied)] reported event path:satisfied
2016-09-19 08:18:32.714236 TVMLExplorer[1551:15004377] [] nw_endpoint_proxy_handler_should_use_proxy Looking up proxy for hostname: <nil>, ifindex: 0
2016-09-19 08:18:32.714746 TVMLExplorer[1551:15004377] [] -[NWConcrete_nw_endpoint_flow startWithHandler:] [33.1 78.47.54.114:443 waiting socket-flow (satisfied)]
2016-09-19 08:18:32.714946 TVMLExplorer[1551:15004377] [] nw_endpoint_flow_setup_socket [33.1 78.47.54.114:443 in_progress socket-flow (satisfied)] creating socket
2016-09-19 08:18:32.715164 TVMLExplorer[1551:15004377] [] nw_endpoint_flow_attach_protocols [33.1 78.47.54.114:443 in_progress socket-flow (satisfied)]
2016-09-19 08:18:32.715561 TVMLExplorer[1551:15004377] [] __nwlog_err_simulate_crash simulate crash already simulated "nw_socket_set_common_sockopts setsockopt SO_NOAPNFALLBK failed: [42] Protocol not available"
2016-09-19 08:18:32.715930 TVMLExplorer[1551:15004377] [] nw_socket_set_common_sockopts setsockopt SO_NOAPNFALLBK failed: [42] Protocol not available, dumping backtrace:
        [x86_64] libnetcore-856.1.8
    0   libsystem_network.dylib             0x00000001129fa80e __nw_create_backtrace_string + 123
    1   libnetwork.dylib                    0x0000000114b94194 nw_socket_add_input_handler + 3002
    2   libnetwork.dylib                    0x0000000114b71db8 nw_endpoint_flow_attach_protocols + 3768
    3   libnetwork.dylib                    0x0000000114b70dd5 nw_endpoint_flow_setup_socket + 563
    4   libnetwork.dylib                    0x0000000114b6fb34 -[NWConcrete_nw_endpoint_flow startWithHandler:] + 2612
    5   libnetwork.dylib                    0x0000000114b8ad11 nw_endpoint_handler_path_change + 1261
    6   libnetwork.dylib                    0x0000000114b8a740 nw_endpoint_handler_start + 570
    7   libnetwork.dylib                    0x0000000114ba2003 nw_endpoint_resolver_start_next_child + 2240
    8   libdispatch.dylib                   0x000000
...

2016-09-19 08:18:33.032 TVMLExplorer[1551:14915454] NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)
...


Please help