Did you manage to get this working? - My current command is: cvlc --verbose 1 --no-audio --repeat --rate 10 "http://192.168.1.51/cgi-bin/snapshot.cgi?d=1&q=0&chn=0&u=admin&p=pass" --sout '#standard{access=http{mime="multipart/x-mixed-replace;boundary=randomboundry"...
I'm trying the following with a Mobotix camera and not able to get any frames from it :( - any ideas? < $ cvlc -v --no-audio --loop --ffmpeg-format=mxg 'http://admin:admin@192.168.100.232/cgi-bin/faststream.jpg?stream=MxPEG&fps=5.0&noaudio' --sout '#standard{access=http{mime="multipart/...
Did anyone have any luck with this? - I'm trying this and it gets a few frames and kills the connection. $ cvlc -v --no-audio --loop --avformat-format=mjpeg 'http://admin:admin@192.168.100.232/cgi-bin/faststream.jpg?stream=full&fps=5.0&noaudio' --sout '#standard{access=http{mime="multip...
I can confirm this issue too: I'm trying to re-stream an RTSP steam I get from an IP camera. Here is my vlm.conf: new cam1 broadcast enabled setup cam1 input rtsp://admin:admin@192.168.0.164/0 setup cam1 output #rtp{mux="ts",sdp="rtsp://localhost:1234/cam1"} control cam1 play Wit...
I'm using a vlm config, like this: new cam1 broadcast enabled setup cam1 input rtsp://admin:admin@192.168.0.164/0 setup cam1 output #rtp{mux="ts",sdp="rtsp://localhost:1234/cam1"} control cam1 play The MJPG gets streamed just fine, but "mux=ts" cannot mux g726 audio so ...
I'm having the same problem: [0x7f41d0005ba8] main mux error: cannot add this stream [0x7f41d0001338] stream_out_rtp stream out error: cannot add this stream to the muxer [0x7f41d00376c8] [Media: cam1] main decoder error: cannot create packetizer output (alaw) MultiFramedRTPSource::doGetNextFrame1()...
http://hackeron.dyndns.org/asd.ts is available again if anyone is interested in working on this problem. Latest VLC still won't play the G.726 audio embedded in the file
/usr/bin/ld: /usr/local/lib/libx264.a(cabac-a.o): relocation R_X86_64_32 against `x264_cabac_range_lps' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libx264.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[5]: *** [libx264_plugin.la] ...
I don't want DVB support, but I get the same error with: ./configure --disable-dvbpsi --disable-a52 --disable-glx --disable-qt4 --disable-skins2 I can't seem to see an option to disable dvb with ./configure --help - only to enable it :( EDIT: Installed libdvbpsi4 and libdvbpsi4-dev - same error :( -...
Trying to build VLC from git and getting this error, any ideas? # make make all-recursive make[1]: Entering directory `/root/fusecctv-dist/dist/multimedia/vlc' Making all in po make[2]: Entering directory `/root/fusecctv-dist/dist/multimedia/vlc/po' make[2]: Leaving directory `/root/fusecctv-dist/di...
If you tried with nightlies and it doesn't work then there isn't really anything you can do (well you can code the support by yourself :D ). http://nightlies.videolan.org/ Here is an example captured from the camera stream http://hackeron.dyndns.org/asd.ts -- this stream should include audio but vl...
Any progress with this? -- I looked at the older threads and it seems with Version 3.50R00 of the camera, many of the URLs no longer work - for instance with: http://192.168.0.1/nphVideo?Mode=0&Resolution=320x240&Quality=Standard -- I just get a gray image in firefox and if I wget the URL, I...