Opened 13 years ago

#1831 new enhancement

support -dumpstream with ffmpeg://rtsp:// (realrtsp) and rtmp:// input

Reported by: compn Owned by: reimar
Priority: unimportant Component: core
Version: HEAD Severity: minor
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

i cant remember if -dumpstream does special things with plain mplayer realrtsp ?

F:\mplayer-test>mplayerx -dumpstream ffmpeg://rtsp://dl.lib.brown.edu:554/areserves/1093545294660883.mp3
MPlayer SVN-r32659-4.5.1 (C) 2000-2010 MPlayer Team
161 audio & 353 video codecs

Playing ffmpeg://rtsp://dl.lib.brown.edu:554/areserves/1093545294660883.mp3.
Core dumped ;)

Exiting... (End of file)

F:\mplayer-test>dir stream.dump
12/03/2010 01:20p 0 stream.dump

E:\>mplayerx -dumpstream rtsp://dl.lib.brown.edu:554/areserves/1093545294660883.mp3
MPlayer SVN-r32659-4.5.1 (C) 2000-2010 MPlayer Team
161 audio & 353 video codecs

Playing rtsp://dl.lib.brown.edu:554/areserves/1093545294660883.mp3.
Resolving dl.lib.brown.edu for AF_INET...
Connecting to server dl.lib.brown.edu[128.148.19.47]: 554...

Cache size set to 640 KBytes
realrtsp: Stream EOF detected
Core dumped ;)

Exiting... (End of file)

E:\>dir stream.dump
12/03/2010 01:29p 3,179,325 stream.dump

works:
dumpstream ffmpeg://http
dumpstream ffmpeg://localfile.avi

not working:
dumpstream ffmpeg://rtsp:///rm (realrtsp)
dumpstream ffmpeg://rtmp

i also dont know if rtmp can be dumped as-is.
more rtmp/rtsp url samples:
http://wiki.multimedia.cx/index.php?title=RTSP
http://wiki.multimedia.cx/index.php?title=RTMP

Change History (0)

Note: See TracTickets for help on using tickets.