NiciDieNase / chaosflix

AndroidTV/Fire TV client for media.ccc.de
MIT License
104 stars 7 forks source link

Broken DASH playback #31

Open cromefire opened 5 years ago

cromefire commented 5 years ago

If you enable automatic selection via dash it just loads forever

cromefire commented 5 years ago

Also it's "choose" and not "chose"

NiciDieNase commented 5 years ago

Thanks for the hint about the typo.

Regarding the streams, I can't replicate the issue. Are you sure it's not a network issue?

cromefire commented 5 years ago

video

You can see I can easily stream HD and dash in the browser (yes the network didn't respond once, but that's rare and I reproduced this 10+ times).

cromefire commented 5 years ago

there is actually an error about getting https://cdn.c3voc.de/dash/s1/manifest.mpd in the video, but this is what I get if I try it manually:


~$ curl -L https://cdn.c3voc.de/dash/s1/manifest.mpd
<?xml version="1.0" encoding="utf-8"?>
<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="urn:mpeg:dash:schema:mpd:2011"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
    profiles="urn:mpeg:dash:profile:isoff-live:2011"
    type="dynamic"
    minimumUpdatePeriod="PT6S"
    suggestedPresentationDelay="PT6S"
    availabilityStartTime="2018-12-28T19:00:07Z"
    publishTime="2018-12-29T01:52:37Z"
    timeShiftBufferDepth="PT10M0.0S"
    minBufferTime="PT12.0S">
    <ProgramInformation>
    </ProgramInformation>
    <Period id="0" start="PT0.0S">
        [...]
    </Period>
</MPD>
NiciDieNase commented 5 years ago

What device/android-version/etc. are you using?

cromefire commented 5 years ago

OnePlus 3T Android 8.0

NiciDieNase commented 5 years ago

This could be an Issue with exoplayer. Since I can't replicate the issue myself I'm not sure how I can procede.

cromefire commented 5 years ago

Is there anyway to collect debug logs?