On Wed, Apr 27, 2011 at 10:27 AM, Aaron Maturen <[email protected]> wrote:

> Everything starts up just fine, and I can view both the Epiphan and
> Hauppage through the confidence monitor and I can schedule recording through
> the Admin tools, or I can start the recording directly from /capture on the
> capture pc. The problem is after it finishes recording I can't download the
> Hauppauge mp4 file, or the media.zip; They both state that they are starting
> to download and then they go slower and slower until they stop altogether.
>
> You are trying to download them directly from the capture agent?
>
>
>
> I've tried both, The logs state that ingesting fails and I've tried to
> download the media files directly from the capture interface on the capture
> pc. The only way I've been able to get it off the capture pc is by using scp
> to my workstation.
>
>
So you can't download a ~30 MB file from capture agent?  Something is
certainly wrong here.  If you can, please send the file (as an attachment)
generated by the output of this command (where user, pass, and url are
replaced with the correct values)...

curl -i -O -H "X-REQUESTED-AUTH: Digest" --digest --user "user:pass" URL

This command will download the file, with the HTTP response headers
prepended in the file.  If that works without any errors, you might also try
it without the -i flag.  This will help you figure out whether this is a
client problem or a server problem (or both).

Josh
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to