Opened 5 years ago

Last modified 4 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 vectronic, 5 years ago

Here is a hosted example:

ffprobe -i http://vectronic.io/dash_http_issue/master.mpd

comment:3 by Carl Eugen Hoyos, 5 years ago

Keywords: parse removed

comment:4 by Balling, 4 years ago

Status: newopen
Note: See TracTickets for help on using tickets.