• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:

  • You are not logged in. If you are already registered, fill in the form below to log in, or follow the "Sign Up" link to register a new account.
  • You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
  • If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Previously on "Any ffmpeg & ffserver types out there?"

Collapse

  • kaminem64
    replied
    apt-get version of ffmpeg is not working well

    Originally posted by Ketchup View Post
    Are you sure the changing room at your local swimming pool haven't just bloacked your stream?
    if you're using apt-get version of ffmpeg, that's the problem.
    install it from ffmpeg.org.

    Leave a comment:


  • d000hg
    replied
    Did you ask on the mailing lists - they are normally pretty active with knowledgeable (if rather stereo-typically arrogant Linux) types?

    Leave a comment:


  • Pondlife
    replied
    Originally posted by Ketchup View Post
    Are you sure the changing room at your local swimming pool haven't just bloacked your stream?
    Hmmm maybe your mother has just covered it with her dressing gown.

    Thanks, I'll let her know.

    Leave a comment:


  • Ketchup
    replied
    Originally posted by Pondlife View Post
    I'm trying to get a webcam stream (on my RPi) using ffserver fed by ffmpeg but all I get is a blank (black with a white line in the middle) feed. The /tmp/webcam.ffm file only gets to 4K

    ffserver seems to be running no probs
    Code:
    avserver Status
    Available Streams
    Path	Served
    Conns	
    bytes	Format	Bit rate
    kbits/s	Video
    kbits/s	
    Codec	Audio
    kbits/s	
    Codec	Feed
    webcam.asf 	0 	296 	asf_stream 	200 	200 	msmpeg4 	0 		webcam.ffm
    webcam.mjpeg 	2 	214 	mpjpeg 	200 	200 	mjpeg 	0 		webcam.ffm
    stat.html 	15 	25143 	- 	- 	- 		- 	
    Feed webcam.ffm
    Stream	type	kbits/s	codec	Parameters
    0	video	200	msmpeg4	320x240, q=1-10, fps=2
    1	video	200	mjpeg	320x240, q=2-31, fps=2
    I'm starting the feed with;
    ffmpeg -f video4linux2 -i /dev/video0 http://localhost:8090/webcam.ffm

    Any ideas?

    Are you sure the changing room at your local swimming pool haven't just bloacked your stream?

    Leave a comment:


  • Pondlife
    started a topic Any ffmpeg & ffserver types out there?

    Any ffmpeg & ffserver types out there?

    I'm trying to get a webcam stream (on my RPi) using ffserver fed by ffmpeg but all I get is a blank (black with a white line in the middle) feed. The /tmp/webcam.ffm file only gets to 4K

    ffserver seems to be running no probs
    Code:
    avserver Status
    Available Streams
    Path	Served
    Conns	
    bytes	Format	Bit rate
    kbits/s	Video
    kbits/s	
    Codec	Audio
    kbits/s	
    Codec	Feed
    webcam.asf 	0 	296 	asf_stream 	200 	200 	msmpeg4 	0 		webcam.ffm
    webcam.mjpeg 	2 	214 	mpjpeg 	200 	200 	mjpeg 	0 		webcam.ffm
    stat.html 	15 	25143 	- 	- 	- 		- 	
    Feed webcam.ffm
    Stream	type	kbits/s	codec	Parameters
    0	video	200	msmpeg4	320x240, q=1-10, fps=2
    1	video	200	mjpeg	320x240, q=2-31, fps=2
    I'm starting the feed with;
    ffmpeg -f video4linux2 -i /dev/video0 http://localhost:8090/webcam.ffm

    Any ideas?

Working...
X