-
Notifications
You must be signed in to change notification settings - Fork 11
Update LibAV ffmpeg depencencies #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Update LibAV ffmpeg depencencies
Deps: - ohNet 1.31 - ohMediaPlayer 1.131 Various code changes required with changed dependencies. The pipeline ticks but have not tested audio playback is as expected. Known Issues: - IPv6 addresses only are shown in GTK taskbar. (Known bug with current public ohNet release) - libav codecs generate thousands of warnings when included. Almost everything we touch is depreciated in some way. GH #22 looks like it improves on this. - Changes are not applied to RPi or Combined makefiles. Future work planned for these. See #7597 (Internal)
…enhome-master merge from openhome:ohPlayer
Openhome master
linux/Libav.cpp
Outdated
@@ -776,7 +777,13 @@ void CodecLibAV::StreamInitialise() | |||
iTrackLengthJiffies, | |||
0, | |||
false, | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're leaving conflict markers in here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @DoomHammer,
thanks for the hind. I corrected this.
Br André
Update Libav.cpp
update interface
Update of dependencies and compiling using clang
What are you working on? Maybe I could help as I also tried "modernizing" ohPlayer recently. |
Hi,
I want to use the prebuilt dependencies from Linn since I hope that they are more compatible with Linn App. Too bad that the source here are not updated anymore and that the prebuilt dependencies are not supporting arm64. |
@AndreHro I have prebuilt dependencies available both in Conan and in Nix. You can use Conan with CMake in this repo, I can share with you the configuration I used. |
Update for newer FFmpeg