Opened 9 years ago

Closed 6 years ago

#4115 closed defect (invalid)

ffserver format rm stream is linked as ".ram" on status page

Reported by: ill Owned by:
Priority: normal Component: ffserver
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I have a stream test.rm, but on the ffmpeg status page, even though the path is listed correctly as test.rm, the url link for that entry is "test.ram". Firefox recognizes .ram as real audio, but I don't think ffserver should be changing the url when it still says the path is .rm on the status page.

<Stream test.rm>
Feed cam.ffm
Format rm
AudioBitRate 32
VideoBitRate 128
VideoFrameRate 25
VideoGopSize 25
NoAudio
</Stream>

./ffserver -f /etc/ffserver.conf
ffserver version N-67731-gce80f9f Copyright (c) 2000-2014 the FFmpeg developers

built on Nov 15 2014 20:32:58 with gcc 4.8 (SUSE Linux)
configuration: --enable-libfreetype --enable-libfontconfig
libavutil 54. 13.100 / 54. 13.100
libavcodec 56. 12.101 / 56. 12.101
libavformat 56. 13.100 / 56. 13.100
libavdevice 56. 3.100 / 56. 3.100
libavfilter 5. 2.103 / 5. 2.103
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100

/etc/ffserver.conf:5: Port option is deprecated, use HTTPPort instead
/etc/ffserver.conf:9: BindAddress option is deprecated, use HTTPBindAddress instead
/etc/ffserver.conf:150: 'Title' option in configuration file is deprecated, use 'Metadata title VALUE' instead
Sun Nov 16 18:26:01 2014 FFserver started.

Change History (3)

comment:1 by ill, 9 years ago

The sample page http://www.ffmpeg.org/sample.html
says that entry is real "with audio and video", but then it has the "noaudio" option, so either the description is wrong or it shouldn't have noaudio toggle.

# Real with audio and video at 64 kbits

#<Stream test.rm>
#Feed feed1.ffm
#Format rm
#AudioBitRate 32
#VideoBitRate 128
#VideoFrameRate 25
#VideoGopSize 25
#NoAudio
#</Stream>

comment:2 by ill, 9 years ago

Version: unspecifiedgit-master

comment:3 by Rostislav Pehlivanov, 6 years ago

Resolution: invalid
Status: newclosed

ffserver was removed from git master, closing bug as invalid

Note: See TracTickets for help on using tickets.