Opened 11 years ago
Closed 7 years ago
#4380 closed defect (needs_more_info)
rtsp stream with rtsp_transport as tcp has recv() return 0
| Reported by: | richard_wang | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | unspecified | Keywords: | rtsp |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
I am using ffmpeg-2.3 to do rtsp streaming with a web camera UHG1182E (as rtsp server). When I try to restart the rtsp streaming repeatedly, av_read_frame will return EOF. Further debug shows that inside tcp.c, recv() returns 0 which means peer drops off. Not sure why this happens.
How to reproduce:
Need to use a web camera UHG1182E, and re-launch the rtsp streaming repeatedly.
Thanks in advance for any suggestion.
% ffmpeg -i input ... output ffmpeg version built on ...
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Change History (2)
comment:1 by , 11 years ago
| Version: | unspecified → 2.6 |
|---|
comment:2 by , 7 years ago
| Keywords: | streaming tcp recv() return 0 removed |
|---|---|
| Resolution: | → needs_more_info |
| Status: | new → closed |
| Version: | 2.6 → unspecified |
Note:
See TracTickets
for help on using tickets.


