Opened 12 years ago
Last modified 12 years ago
#1625 open defect
avformat_find_stream_info waits for non-existing video track in mms stream
Reported by: | lagrangee | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | mmst |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
url: mms://live.rgd.com.cn/993
stuck on avformat_find_stream_info
version: 0.11.1
Change History (3)
comment:1 by , 12 years ago
Keywords: | mmst added |
---|---|
Status: | new → open |
Version: | 0.11.1 → git-master |
comment:2 by , 12 years ago
Plays fast with:
$ ffplay -probesize 10k mmst://live.rgd.com.cn/993
There may be no video at all in the stream.
comment:3 by , 12 years ago
Summary: | ffplay got stuck on avformat_find_stream_info → avformat_find_stream_info waits for non-existing video track in mms stream |
---|
The stream does not contain any video.
Note:
See TracTickets
for help on using tickets.
Does not hang forever, but timestamps are incorrect, A/V sync is impossible, only audio is played.