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.
- create ffserver.conf file.(attached)
- ffserver -f ffserver.conf (Command)
- http://localhost:8090/status.html (Command)
- 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)
Change History (3)
by , 11 years ago
Attachment: | ffserver.conf added |
---|
comment:1 by , 11 years ago
Priority: | critical → normal |
---|---|
Type: | task → defect |
comment:2 by , 11 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
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.
Does it work with current git head?