Opened 11 years ago

Closed 11 years ago

#2670 closed defect (needs_more_info)

FFserver is not working

Reported by: plsipl Owned by:
Priority: normal Component: ffserver
Version: 0.10.7 Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: yes

Description

Hello,

I am not able to use the ffserver at local machine for live streaming. I have applied following steps to make live streaming at local system.

  1. create ffserver.conf file.(attached)
  2. ffserver -f ffserver.conf (Command)
  3. http://localhost:8090/status.html (Command)
  4. ffmpeg -f video4linux2 -s 640x480 -r 25 -i /dev/video0 -f alsa -i pulse \ http://localhost:8090/feed1.ffm (Command)

When I execute the last step it shows me error like

Error message :-
"http://localhost:8091/feed1.ffm: No such file or directory"

Where I have to put a file(feed1.ffm) i mean to say that physical location of the file in the system and how can i generate the file.

Please suggest me as soon as possible.

Thanks in advance !!!

Attachments (1)

ffserver.conf (500 bytes ) - added by plsipl 11 years ago.

Download all attachments as: .zip

Change History (3)

by plsipl, 11 years ago

Attachment: ffserver.conf added

comment:1 by Carl Eugen Hoyos, 11 years ago

Priority: criticalnormal
Type: taskdefect

Does it work with current git head?

comment:2 by Carl Eugen Hoyos, 11 years ago

Resolution: needs_more_info
Status: newclosed

Please reopen this ticket if you can test current git head and if you can provide the failing command lines together with the complete, uncut console output.

Note: See TracTickets for help on using tickets.