52 questions
0
votes
1
answer
1k
views
Media3 ExoPlayer Not Playing FLV, ASF, or MPEG Formats: What Are the Solutions?
I'm currently working on an Android app using Media3 ExoPlayer, and I'm facing issues with playing media files in FLV, ASF, and MPEG formats. I’ve tried loading these files, but ExoPlayer seems to ...
0
votes
0
answers
126
views
Parse the duration of a WMA (ASF) music file
I'm working on a tool that generates a file for use in the Original Xbox's Music menu. Put simply, it grabs a bunch of music files in WMA (only!) format, then generates a soundtrack description file (...
0
votes
0
answers
210
views
SAME70 read external interrupt polarity in ISR
I'm currently working on a SAME70 board made by Atmel. I plugged on it an extention OLED1 board (Atmel too) on EXT1 port. My goal is to recover the information about interrupt type (falling or ...
2
votes
3
answers
870
views
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....
1
vote
0
answers
365
views
Lwip UDP and UART
LWIP library version - 2.1.2
Atmel Studio - version 7.0
Demo code - THIRDPARTY_LWIP_RAW_BASIC_HTTP_EXAMPLE
Target device - ATSAME70Q21
Dev Board - ATSAME70- Xplained
Compiler - GCC
We are trying to ...
0
votes
2
answers
152
views
"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:\...
1
vote
1
answer
604
views
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 {
...
2
votes
1
answer
202
views
system delay functions are not producing the correct timings
If anyone can help me with this problem I would be very grateful.
Here's what i know.
I have a custom PCB based around an atmega328p processor.
I am using atmelstudio 7.0.1645 IDE.
I have used the ...
5
votes
1
answer
945
views
How to parse WMV (ASF) file? Can't find length of data packets
I try to parse WMV (ASF) files without any SDK, just by decoding raw bytes. Now I have problem with ASF_Data_Object, where I can't find length of data packet. More precise, Single payload data packet.
...
0
votes
0
answers
835
views
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 ...
1
vote
2
answers
1k
views
Ethernet PHY difficulties
I'm working on a design based on the Microchip(Atmel)SAM3X8C. The ethernet part of the design is pretty much copied from the ATSAM3S-EK2-ND board (which I don't have, but the drawings were the basis ...
2
votes
1
answer
722
views
C++ access member of a struct inside a union
I'm trying to write a C++ program for an Atmel Microcontroller.
I need to use some of the functions that were already written in the ASF library, and I'm doing this by copying some of the code into C+...
0
votes
2
answers
2k
views
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 ...
0
votes
1
answer
170
views
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 ...
2
votes
2
answers
772
views
Source reader and custom non-seekable byte stream
I'm implementing a custom IMFByteStream to stream video over a network, but the problem is that I cannot pass its object to the source resolver to create media source, because the ...