Opened 7 years ago
Last modified 6 years ago
#8136 open defect
MPEG DASH ffprobe produces "Invalid return value 0 for stream protocol"
| Reported by: | vectronic | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avformat |
| Version: | unspecified | Keywords: | dash |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
ffprobe is unable to parse some MPEG DASH packages which are accessed over HTTP, the same packages parse fine when accessed via local filesystem.
Host the attached HLS package on a local web server and access it:
% ffprobe -i http://127.0.0.1/master.mpd
Errors such as "Invalid return value 0 for stream protocol" are produced.
ffprobe version N-94896-ga8b98479d2
I will submit a patch to fix this.
Change History (4)
comment:1 by , 7 years ago
comment:3 by , 7 years ago
| Keywords: | parse removed |
|---|
comment:4 by , 6 years ago
| Status: | new → open |
|---|
So what is the proble with this patch that is one liner https://github.com/FFmpeg/FFmpeg/blob/f39678b3a99eb8f1503aed9fa26f3ef117d174e7/libavformat/dashdec.c#L602 ?
Note:
See TracTickets
for help on using tickets.



Here is a hosted example:
ffprobe -i http://vectronic.io/dash_http_issue/master.mpd