Neil Smith [MVP Digital Media] ha scritto:
> Ah OK that's a much more qualified question - remember I'm not sitting
> at your PC to know you already had that additional requirement of
> bandwidth restriction fmor the camera, I'd assumed it was somewhere on
> a LAN close by.
Sorry, in my first post I didn't explain my requirement very well ;-)
> I've not got an Axis setup here, so I'm only aware of the drivers
> rather than the specific implementation - thx for the detail they only
> do M-JPEG. I had a feeling there was a MPEG4 option but I also
> remember they differ in format support depending on device.
there is no MPEG4 support in "AXIS Video Capture Driver" for now....
> One other option springs to mind, in that VLC can connect to those
> cameras (might need to get the SDP file from it first, to connect to
[quoted text clipped - 4 lines]
> you could optionally run that on the same windows 2003 server and send
> to Quicktime clients instead - is that a possibility ?
I've also tried this option in these days obtaining good result only
with MJPEG.... with RTSP/MPEG4 VLC stops transcoding after few seconds;
I can't understand why: it plays very well the RTSP stream but when I
try to receive RTSP/MPEG4 stream, transcoding it and sending via RTP to
Darwin VLC stop working.... I will try more in this direction.
Thank you very much for your help!
nobody - 18 Dec 2007 16:36 GMT
> I've also tried this option in these days obtaining good result only
> with MJPEG.... with RTSP/MPEG4 VLC stops transcoding after few seconds;
[quoted text clipped - 3 lines]
>
> Thank you very much for your help!
The Axis will stream RTP directly to Darwin. Under the advanced settings,
you can directly edit the configuration files.
/etc/rtspd/rtspd.conf has a timeout set. Change that to zero.
/etc/sysconfig/rtp.conf contains everything else you need. After you set
everything, you need
to copy /usr/html/mpeg4/media.sdp to the movies directory on Darwin. Delete
the line
that looks like
a=control:rtsp://192.168.1.101:554/mpeg4/1/media.amp
from the sdp file. Reboot the camera, and you should be up and running.
Hornet77 - 02 Jan 2008 10:20 GMT
nobody ha scritto:
> The Axis will stream RTP directly to Darwin.
yes, I discovered this feature in the meanwhile....
Thank you very much for your help!