Replace the AAC Main object type to the AAC LC in the ADTS header - workaround for no audio on some TS'streams

Signed-off-by: max_10 <max_10@gmx.de>


Origin commit data
------------------
Branch: master
Commit: 98195bba11
Author: samsamsam <samsamsam@o2.pl>
Date: 2018-04-03 (Tue, 03 Apr 2018)



------------------
This commit was generated by Migit
This commit is contained in:
samsamsam
2018-04-03 00:00:54 +02:00
committed by Thilo Graf
parent 664cc77d05
commit 60aa37f3ac
3 changed files with 21 additions and 2 deletions

View File

@@ -638,7 +638,7 @@ int main(int argc, char *argv[])
memset(argvBuff, '\0', sizeof(argvBuff));
int commandRetVal = -1;
/* inform client that we can handle additional commands */
fprintf(stderr, "{\"EPLAYER3_EXTENDED\":{\"version\":%d}}\n", 42);
fprintf(stderr, "{\"EPLAYER3_EXTENDED\":{\"version\":%d}}\n", 43);
if (0 != ParseParams(argc, argv, file, audioFile, &audioTrackIdx, &subtitleTrackIdx, &linuxDvbBufferSizeMB))
{
printf("Usage: exteplayer3 filePath [-u user-agent] [-c cookies] [-h headers] [-p prio] [-a] [-d] [-w] [-l] [-s] [-i] [-t audioTrackId] [-9 subtitleTrackId] [-x separateAudioUri] plabackUri\n");