Christian Hackbart
Christian Hackbart
You probably misunderstood my post above. It contains the complete implementation for the MacOS video player. I also made one for Windows which uses ffmpeg and also runs on all...
Sure, the attached zip contains the patched code for your alvideoplayer.pas. I think I kept your coding style intact. The demo is an example which should play a stream under...
Oh this one is missing, it will require some time to add since I used parts of a commercial code project. You could also use this project https://github.com/TetrisSQC/StreamPlayer. The implementation...
I should probably be more specific. I'm unable to play UDP protocols like udp://@224.10.10.1:5000. According to the log exoplayer complains that the protocol is unknown. I suppose i have to...
No unluckily not, it would be nice to get it work. Technically I use edge with an ActiveX component to deal with this case. It is fine, but not what...
Thanks, for your quick response I was not aware that this stream did not had any caption available. This one has, and works fine in the example player, but not...
Yes, this particular channel is region blocked. I will try to find a non blocked stream besides this it does not work with every stream and I have no idea...
You are right it is most likely an issue with plyr, when I add this: } function updateSubtitles() { const tracks = player.getTextTracks(); const subtitles = tracks.map(track => ({ kind:...
Hi, thanks for your response. 1. I use 0.37.4 for renative and ares is 3.3.1. 2. yes of course I did, but it complained that the CLI/bin folder is not...
Hi, what I did is to create a new ubuntu vm to build the project. The output is npx rnv run --hosted ┌─────────────────────────────────────────────────────────────────┐ │ ██████╗ ███████╗███╗ ██╗ █████╗ ████████╗██╗██╗ ██╗███████╗...