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
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.