So I have a live RTMP Stream that I need to record, after a few hours yesterday I was able to get
rtmpdump to start recording.
However, the video only plays for about the first 25-50 frames (2 or 3 seconds) and then stops to a still image. Audio plays just fine.
I've checked all the settings on the streaming server, I don't have many options.... it's h.264 video encoding... bit rate is 256 and resolution is 320x240
Profile is Main, when I changed it to baseline I got no video at all from RTMPDUMP.
Here is some info from the debug
Protocol: RTMP
HOSTNAME: 64.203.106.123
Port: 1935
Playpath: woop
tcUrl: rtmp://64.203.106.123:1935/live
app: live
live: yes
timeout: 30 seconds
FMS Version 3.5.1.1
The connection string I am using is:
rtmpdump.exe -r "rtmp://64.203.106.123/live/woop" -v -o PleaseWork.flv
If anyone can get this to work or offer som einsight into why the video is not working, it would be appreciated -- thanks.