fegauthier
fegauthier
@miniupnp Thanks! I already knew that the problem came from the table_op methods. The things that I don't know is why it fail? What could do this method to fail?...
The issue comes from send_batch method. mnl_cb_run() method returns -1 but I don't know why. Do you have an idea? ``` int send_batch(struct mnl_nlmsg_batch *batch) { int ret; ssize_t n;...
Same issue here with multiple 3070 Ti, 3080 and 3080 Ti
I created an experimental PR that enable parallel fragments fetching. https://github.com/video-dev/hls.js/pull/5291
https://github.com/google/ExoPlayer/issues/2095
> @fegauthier may be you can try the recommandation from the Exoplayer developer and make a PR tohave it implemented in the plugin I created a CustomDataSource from FileDataSource and...
> I will probably add a flag in the initPlayer like inProgressStream. Which will use the CustomDataSource. Because this situation is not sticked to .TS files but every files that...
> @fegauthier i had a quick look in iOS AVplayer does not read the .ts file what i found is that you must put them in a m3u8 playlist ,...
Hi guys! Do you planned to work on this feature anytime soon or not? It could be a very nice performance improvement. Thanks!
I had the same error while.compiling on Windows. I used Linux Ubuntu instead and it worked.