Skip to main content
1 vote
1 answer
56 views

If I have the ASN.1 schema as shown below and I want to encode message "...
Yash Bhutada's user avatar
2 votes
1 answer
161 views

I am trying to parse this SPS payload to understand the H264 codec better, I am successful for the most part, but having hard time parsing or understanding num_units_in_tick and time_scale details for ...
User's user avatar
  • 39
1 vote
1 answer
234 views

After migrating my Java vlcj application to my new Windows 11 machine, the program crashes on calling vlcjplayer.stop(). I am using vlcj 4.8.2 in combination with VLC 3.0.21. I am shipping my own ...
Bate's user avatar
  • 113
3 votes
1 answer
142 views

Any way to retrieve if a video from gallery is H.264 or HEVC by using PHPickerViewController from PHAsset? Below are the images in H.264 and HEVC from details information. This image is H2.264. This ...
William Hu's user avatar
  • 16.3k
1 vote
2 answers
160 views

I'm working on a scenario where I need to handle encoding and decoding of strings using custom error handling in Python. Specifically, I want to create an error handler that can deal with both ...
LeapingQuantum's user avatar
0 votes
0 answers
110 views

On a SoM imx6-based with wm8731 on board, I set it in device tree: sound { compatible = "fsl,imx-audio-wm8731"; model = "wm8731-audio"; cpu-dai = <&...
LittleSaints's user avatar
5 votes
0 answers
2k views

I’m encountering an issue with Flutter’s video_player package while trying to play a video on Android. The video player fails to initialize with the following error: PlatformException(VideoError, ...
Munsif Ali's user avatar
  • 8,309
1 vote
2 answers
271 views

Icons in .dll or .exe files are stored in the resources segment as Windows DIBs or PNGs since Windows Vista. What function/library is used by the CreateIconFromResourceEx() WinAPI function in the ...
George Robinson's user avatar
1 vote
2 answers
234 views

When using MediaRecorder on Chrome (Javascript on windows) with the avc1 option on chrome the generated blob is truncated as opposed to the vp9 option, Here are the 2 options as explained in Recording ...
Jack Asa's user avatar
0 votes
0 answers
73 views

I scraped some data from the web using: import requests from bs4 import BeautifulSoup def get_lines_from_url(url): response = requests.get(url) if response.status_code == 200: soup = ...
Kun.tito's user avatar
  • 495
0 votes
1 answer
105 views

I run my own online radio station using a simple embedded audio player to stream. The stream works on all browsers on Mac, Windows, and Android. It does not stream in Safari or any browser on iOS. ...
siys's user avatar
  • 11
1 vote
0 answers
41 views

I'm using LPC55s36 i ran i2s_dma_transfer example, i changed pins like example say. I'm not getting any sound out of codec LINEOUT jack port. wm8904_config_t wm8904Config = { .i2cConfig = {....
CzyzyK's user avatar
  • 11
1 vote
2 answers
312 views

in my quest for fixing corrupt GoPro files, I am writing a decoder based on an MPEG4 parsing lib, but I now have to dig deeper in the h265 stream, and I'm having a hard time finding where the first ...
vdeconinck's user avatar
0 votes
0 answers
75 views

I want to decode a 3D Blu-ray and handle the left and right eye images in my C# application. I have constructed a filter using DirectShowLib with a SampleGrabber to display and inspect the raw RGB32 ...
CommanderLake's user avatar
1 vote
1 answer
138 views

If I have the ASN.1 schema as shown below (I have truncated it to remove useless data) and I want to encode dm200 following the uPER rules, then I get the following encoding. { "messageData&...
Yash Bhutada's user avatar

15 30 50 per page
1
2 3 4 5
99