Page 1 of 1

Network stream video is corrupted at the bottom

Posted: 12 Feb 2021 16:37
by NymKappa
Hello,

I am trying to play the following video stream from the network (I don't own it) http://210.179.218.52:1935/live/172.str ... ylist.m3u8 but the bottom part of the video is corrupted. Seeking at a random location fixes the corruption issue.

The content of the file is the following:

Code: Select all

#EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:BANDWIDTH=2018217,CODECS="avc1.64001f",RESOLUTION=1280x720 chunklist_w517944079.m3u8
The chunklist files contains the following. Note that the chunklist_wXXXXXXX.m3u8 changes everytime you fetch the playlist file

Code: Select all

#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:11 #EXT-X-MEDIA-SEQUENCE:7741 #EXT-X-DISCONTINUITY-SEQUENCE:0 #EXTINF:10.0, media_w517944079_7741.ts #EXTINF:10.0, media_w517944079_7742.ts #EXTINF:10.0, media_w517944079_7743.ts

The video stream plays fine directly in two other players without corruption, so I guess it may be some video codec settings to modify within VLC, but I'm not advanced enough to figure out what to change. I tried to increase network and file caching but it does not solve the issue.

Here is a screenshot of the corruption I'm experiencing. Also, something to note is that some other stream provided by the same server does not have this issue, or the corruption only appears on the last couple of pixels rows.

https://imgur.com/a12e89ba-b6bc-49d7-ba5c-6b5a25de40e7

Thank you for your time.

Re: Network stream video is corrupted at the bottom

Posted: 12 Feb 2021 17:02
by Lotesdelere

Re: Network stream video is corrupted at the bottom

Posted: 13 Feb 2021 01:44
by NymKappa
Thank you so much. I downgraded to 2.2.0 and the issue does not appear with this version.