This is a migrated thread and some comments may be shown as answers.

Response bodies for files larger than 2 GB?

3 Answers 835 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Elvis
Top achievements
Rank 1
Elvis asked on 26 Sep 2019, 08:02 PM
I'm working with trying to capture the streams of video files that are larger than 2 gigs. Normally, I can open a file less than 2 GB in a player and when playback finishes, save the response body as an MP4. Files larger than 2 gigs have their response bodies dropped in order to "conserve memory", and the limit can't be set above  2147.48 MB in the performance settings.

Is there a workaround for this? Some way to incercept the stream and save it into an MP4 as it streams?

I'm completely new to Fiddler, so forgive me if this is an obvious question. I appreciate any help.

3 Answers, 1 is accepted

Sort by
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 01 Oct 2019, 03:57 PM

Hi Elvis,

By default Fiddler buffers Requests and Responses. Additionally, the 2 GB setting is because .NET is unable to buffer Arrays of that size. In this case, streamed Requests and Responses are used as to resolve this.

With that said, only audio and video Responses are configured to stream by default. Although, streamed Responses cannot be modified using Fiddler's Inspectors.

I hope this helps. Please let me know if you need any additional information. Thank you for using the Fiddler Forums. 

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Elvis
Top achievements
Rank 1
answered on 01 Oct 2019, 06:31 PM
Thanks for the clarification. How would I go about using Fiddler to capture that stream or save it to disk?
0
Eric R | Senior Technical Support Engineer
Telerik team
answered on 03 Oct 2019, 09:51 PM

Hi Elvis,

Fiddler should capture the stream when monitoring web traffic. Additionally, by default Fiddler will continue capturing the stream even if the client closes the connection. To do this, export Raw Files from the Exporter using the File -> Export -> Raw Files method with the stream selected in the Session Explorer.

For your reference, see the Save Video/Audio File Locally Forum Thread. 

I hope this helps. Please let me know if you need any additional information. Thank you. 

Please give  

Regards,


Eric R | Technical Support Engineer
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Fiddler Classic
Asked by
Elvis
Top achievements
Rank 1
Answers by
Eric R | Senior Technical Support Engineer
Telerik team
Elvis
Top achievements
Rank 1
Share this question
or