Questions tagged [asf]

The Advanced Systems Format is an extensible file storage format by Microsoft used mainly for the Windows Media file formats WMA (audio) and WMV (video).

Advanced Systems Format (formerly Advanced Streaming Format, Active Streaming Format) is Microsoft's proprietary digital audio/digital video container format, especially meant for streaming media. ASF is part of the Windows Media framework.

More information is available at ASF in wikipedia

55 questions
0
votes
3 answers

Unable to obtain cookie. Try cookie generation later

I met issues while bulk downloading Alos Palsar DEMs from https://search.asf.alaska.edu The error comes out when I run a script.py which contains my downloads: Microsoft Windows [version 10.0.18362.1082] (c) 2019 Microsoft Corporation. Tous droits…
Ark
  • 1
0
votes
0 answers

How to make WriteStreamSample never drop packets?

I am using Windows Media Format 11 SDK to copy a video file by reading and writing compressed samples (i.e. without any decoding/encoding happening - just copying of the raw samples). My problem is that the writer is dropping data packets! This is…
Sander
  • 25,685
  • 3
  • 53
  • 85
0
votes
2 answers

"ASFUnicodeAttribute" problem when printing wma song titles with mutagen

Hey guys I recently started working with mutagen and I'm facing a very annoying problem. Let´s say I´m trying to print the title of a wma file with mutagen: from mutagen.asf import ASF song=r"C:\Users\j2the\Music\The One and Only\Rammstein\Made…
0
votes
1 answer

Android WebKit live video streaming through asf file

I have google around and found that Android's media player doesn't support asf. But the built in player of Google Chrome supports asf streaming. Will the WebKit's media player do that too? Can I use webkit's media player in my application to play…
Arup Saha
  • 526
  • 2
  • 7
  • 15
0
votes
1 answer

"Unable to read TLD META-INF/jsf_core.tld from jsf-impl-2.0.jar" error when integrating JSF

We have a Struts+Spring+Hibernate Application and we are trying to integrate JSF. For that we have done some configuration in web.xml and struts-config.xml. I have added some JAR files to WEB-INF/lib. The jar files containing in my WEB-INF/lib are…
unknown
  • 643
  • 4
  • 15
  • 38
0
votes
1 answer

Using External Vref for SAMD21 DAC

I use SAMD21 Xplained board. I run a DAC example provided by Atmel Studio: DAC_QUICKSTART1 In header file that comes with the example (dac_feature.h), I have following enum: enum dac_reference { /** 1V from the internal band-gap reference*/ …
DenR
  • 33
  • 5
0
votes
1 answer

Free ASF (2 video streams and 1 audio stream) to FLV converter?

I have .asf files. All of them have 2 video streams and 1 audio stream in it. I need to extract that .asf into 2 .flv files (first one is video stream, second one is second video + audio stream). Is there some free program with funcitonality like…
vale4674
  • 4,161
  • 13
  • 47
  • 72
0
votes
0 answers

Unable to stream asf to RTMP using gstreamer

I am playing around with gstreamer to stream various sources to RTMP. It works fine with RTSP and MP4 sources but when i try asf source it dosen't work. Pipeline i am using is: gst-launch-1.0 -v filesrc…
Pawan
  • 1,614
  • 3
  • 18
  • 32
0
votes
1 answer

problem with asf writer

Im trying to encode raw data(both video frame and audio sample) into .asf file, using asf writer filter in directshow. my filter graph structure: raw_send_filter -> asf writer filter raw_send_filter implements CBaseFilter and CBaseOutputPin. It…
hatham
  • 1
  • 1
0
votes
2 answers

Atmel SAM D21 DMA stuck in busy state when using USB

I'm using the SAMD21 xPlained pro with a prototype to acquire a signal, using the internal ADC and DMAC which configured to collect 5500 samples. The samples then transferred to a PC application via the target USB. The firmware that I wrote for that…
Modi
  • 23
  • 5
0
votes
1 answer

ASF file can't be rendered by GraphEdit but can be played by WMP

My program uses Windows Media Foundation WMV/WMA MFTs to encode to ASF format (mux is done by ffmpeg). Generated file can be played perfectly by Windows Media Player on Win10 but failed to be rendered by GraphEdit, error code == NS_E_INVALID_DATA…
rhbc73
  • 739
  • 9
  • 24
0
votes
0 answers

How to do .asf streaming file integration in android

I want to integrate .asf file video stream in android application. How to do it. I have searched for it but didnot find any helpful code. Please help me to solve this.
MinnuKaAnae
  • 1,646
  • 3
  • 23
  • 35
0
votes
1 answer

RTSP Audio Clicks/Pops/Peaks/glitches and ticks. (iPhone Streaming) Any advice?

I'm using some code related to RTSP, RTP to listen to various RTSP Streams Using FFMPEG, it works! BUT The noise is being decoded in such a way that every 10 seconds a glitch in the ASF decoding of the stream occurs, where the Volume Peaks and makes…
David van Dugteren
  • 3,879
  • 9
  • 33
  • 48
0
votes
2 answers

ASF duration is 29 secs, WMP plays 25 secs. How come?

I've created a custom ASF file containing compressed voice + screen streams. The total duration of the file according to the header is 29 secs. When opening it in WMP (using custom DMOs to play the streams), the file plays 25 seconds, and then the…
Roey
  • 99
  • 5
  • 12
0
votes
1 answer

getting sound on .asf video on Mac OS X

When I try to open the following video: http://streaming1.hss-win.rpi.edu/ondemand/cogsci/issues_in_cs/issues_in_cogsci_02_04_2009.asf I can get it but without any sound... I tried it both inside the browser (Firefox) and in QuickTime Media player…
user248237