Opened 6 years ago
Last modified 6 years ago
#2704 new defect
RTMP: fails to get information about particular stream
Reported by: | xnejp03 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | rtmp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
I'm not sure if this issue is related to FFmpeg, libRTMP or the remote server/stream, but calling the below command sometimes works, sometimes hangs (see the attached logs, I terminated the hanging process after a minute or so).
ffmpeg -i "rtmp://cp96798.live.edgefcs.net:1935/live playPath=ChelTV_Ch01_1000k@26291 swfUrl=http://player.longtailvideo.com/player.swf swfVfy=1 live=true pageUrl=http://www.thefirstrow.eu/watch/81471/2/watch-chelsea-tv.html"
Attachments (2)
Change History (6)
Changed 6 years ago by xnejp03
comment:1 Changed 6 years ago by xnejp03
- Version changed from unspecified to git-master
comment:2 Changed 6 years ago by cehoyos
- Component changed from FFmpeg to undetermined
Does it work if you compile without --enable-librtmp ?
comment:3 Changed 6 years ago by xnejp03
It does seem to work without librtmp. Log attached.
Changed 6 years ago by xnejp03
comment:4 Changed 6 years ago by xnejp03
Just noticed, that even if it is successfult (with librtmp), it still doesn't identify the audio stream (either missing or identified as Data stream instead), while the build without librtmp recognized the audio stream as mp3.
Note: See
TracTickets for help on using
tickets.
Logs showing successful and failed attempt (within a few minutes from each other)