Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the directory contains a number of dump files, the stream names should not be the same, only one of such streams will be captured.

Setting a custom name for captured streams

Since build 5.2.1794 it ts possible to set a custom name prefix for RTSP streams captured from a dump file

Code Block
themeRDark
rtsp_pcap_server_custom_stream_name=source

An index number starting from 0 will be added to the prefix. In this case all the RTSP streams captured from the dump file using the command

Code Block
languagebash
themeRDark
java -Dcom.flashphoner.fms.AppHome=/usr/local/FlashphonerWebCallServer -cp /usr/local/FlashphonerWebCallServer/lib/wcs-core.jar:/usr/local/FlashphonerWebCallServer/lib/* com.flashphoner.tools.rtsp.RtspPcapServer /usr/local/FlashphonerWebCallServer/pcaps 3554 0 true

will be available by the following URLs

Code Block
languagebash
themeRDark
rtsp://hostname:3554/source0
rtsp://hostname:3554/source1
...

where hostname is a server name where the utility is running.

RTSP connection redirection testing

...