IP Cam MJPEG cgo support?
I have an IP camera with a stream available at http://ip/livestream.cgi?user=user&pwd=pwd . When I try doing an ffmpeg -i, I get....
- Code:
[loas @ 0x21851b0] Format loas detected only with low score of 1, misdetection possible!
[loas @ 0x21851b0] Stream #0: not enough frames to estimate rate; consider increasing probesize
[loas @ 0x21851b0] decoding for stream 0 failed
[loas @ 0x21851b0] Could not find codec parameters for stream 0 (Audio: aac_latm, 0 channels, s16): unspecified sample rate
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[loas @ 0x21851b0] Estimating duration from bitrate, this may be inaccurate
So the question is... are IP cameras supported now? I obviously have problems with the existing URL, but is there a way to make a plug in or something else to make it work?
Thanks!