aajanki / yle-dl

Download videos from Yle servers
https://aajanki.github.io/yle-dl/index-en.html
GNU General Public License v3.0
302 stars 52 forks source link

Streams not complete #309

Closed alexmateescu closed 2 years ago

alexmateescu commented 2 years ago

Hi. Trying to dowload some episodes and the stream stops after 28 mins. Example https://areena.yle.fi/1-50366523 No error shown but the file is incomplete. Any idea? Ffmpeg 4.2.4

aajanki commented 2 years ago

Because there are no errors, it looks like the stream is saved as incomplete on the Areena server.

A workaround for now is to downgrade yle-dl to the earlier version 20220425. It is able to download the full stream (it downloads an alternative stream of the video).

Have you (or somebody else) noticed other incomplete steams? I'm trying to understand that is this is common problem or a one-off case.

Mick5u commented 2 years ago

Hi,

Same thing with 20220518, incomplete downloads ( https://areena.yle.fi/1-50603059). Worked with 20220425.

Mika

On Mon, May 23, 2022 at 9:15 PM Antti Ajanki @.***> wrote:

Because there are no errors, it looks like the stream is saved as incomplete on the Areena server.

A workaround for now is to downgrade yle-dl to the earlier version

  1. It is able to download the full stream (it downloads an alternative stream of the video).

Have you (or somebody else) noticed other incomplete steams? I'm trying to understand that is this is common problem or a one-off case.

— Reply to this email directly, view it on GitHub https://github.com/aajanki/yle-dl/issues/309#issuecomment-1134989513, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7SANW3WBPNM4M5WJTDOE3VLPDMTANCNFSM5WUS3F2A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Mika

alexmateescu commented 2 years ago

Hi

If i used wget it worked fine

Alex

On Mon 23 May 2022 at 19:21, Mick5u @.***> wrote:

Hi,

Same thing with 20220518, incomplete downloads ( https://areena.yle.fi/1-50603059). Worked with 20220425.

Mika

On Mon, May 23, 2022 at 9:15 PM Antti Ajanki @.***> wrote:

Because there are no errors, it looks like the stream is saved as incomplete on the Areena server.

A workaround for now is to downgrade yle-dl to the earlier version

  1. It is able to download the full stream (it downloads an alternative stream of the video).

Have you (or somebody else) noticed other incomplete steams? I'm trying to understand that is this is common problem or a one-off case.

— Reply to this email directly, view it on GitHub https://github.com/aajanki/yle-dl/issues/309#issuecomment-1134989513, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AL7SANW3WBPNM4M5WJTDOE3VLPDMTANCNFSM5WUS3F2A

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Mika

— Reply to this email directly, view it on GitHub https://github.com/aajanki/yle-dl/issues/309#issuecomment-1134996344, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNANWU754XYSBLXF6ZR7QLVLPEEBANCNFSM5WUS3F2A . You are receiving this because you authored the thread.Message ID: @.***>

aajanki commented 2 years ago

I decided to switch back to HLS stream (like in versions before 20220518) because I have been unable to find out why some MPEG-DASH streams (the new stream type used in 20220518) are incomplete. Hopefully this will solve the issue.