-
This file controls what Internet media types are sent to the client for given file extension(s). Sending the correct media type to the client is important so they know how to handle the content of th…
-
I was able to compile, and run yasem on ubuntu 14.10 - using qt5.3 ( downloaded directly from qt-project.com )
When I run yasem in debug mode, and try to play a live tv channel it plays for a split …
-
The plugin caused AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug…
-
## Bug report
### Describe the bug
Here is a clear and concise description of what the problem is:
each time i change channel from a dd5.1 to aac2.0 or the other way around, i get crazy…
-
Hi! This tool is awesome and easy to use, for a project I am trying to extract the --dump motion vector values and turn them into polar coordinates for instancing in another project. It seems that for…
-
I apologize if this is not the correct way to ask this, but I have a video that does not play well. Sometimes it has weird blocks over part of display, sometimes it is entirely green. Is there someo…
-
## mpv version and platform
macOS 12.0.1
```
$ mpv --version
mpv 0.33.1 Copyright © 2000-2020 mpv/MPlayer/mplayer2 projects
built on Tue Nov …
-
I have used the 'fdkaac' command line encoder to encode a .wav bit-stream to HE-AACv1 with LATM(MCP1) transport format. But the 'fdk-aac' decoder is not able to decode the .latm file and returns AAC_D…
-
_Is it a private platform, and a platform specific issue? (i.e. would it break your NDA?)
Then please report your issue in the corresponding extension repository!_
**Describe the bug (REQUIRED)**
…
rezgi updated
2 months ago
-
```c
int main(int argc, char *argv[]){
int i = 0 ;
while(argv[i] != NULL){
printf("%s", argv[i]);
i ++;
}
i ++;
while(argv[i] != NULL){
printf("%s", argv[i]);
i…