-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ability to sideload an external subtitles text file with video * button on controls overlay that opens a dialog - tabbed UI: video tracks, audio tracks, text tracks * can select one of the available options, or disable * HTTP endpoint to toggle captions on/off * SPA provides easy access to all HTTP endpoint functionality
- Loading branch information
1 parent
fe3363e
commit e52903c
Showing
17 changed files
with
820 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
android-studio-project/ExoPlayer-AirPlay-Receiver/proguard-rules.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
-keep class com.github.warren_bank.exoplayer_airplay_receiver.** { *; } | ||
|
||
-keep class com.google.android.exoplayer.** { *; } | ||
-keep class com.google.android.exoplayer2.** { *; } | ||
|
||
-keep class javax.jmdns.** { *; } | ||
|
||
-dontwarn com.google.android.exoplayer2.** | ||
-dontwarn javax.jmdns.test.** | ||
-dontwarn org.apache.** | ||
-dontwarn org.slf4j.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.