Manual Muxing during Playback
#1
Hi everybody,

I'm currently working on an Addon for F1TV (https://github.com/bbsan2k/plugin.video.f1tv).

Essentially everything works fine.

Now I want to add a quality selector and I'm a bit stuck:

The F1 API delivers a M3U8 as playback file. The file contains the different qualities/resolutions as (video-only) stream variants and the audio streams as audio groups.

My approach right now is to download the M3U8 and just remove the stream qualities that are different to the selected. As the streams in the M3U8 are also relative paths, I need to append the base url and the parameters of the url.

This works pretty well for streams that don't use authentication data/parameters in it's urls. For the other streams, the player refuses to resolve the urls in the (local/fixed) M3U8.

My question now is:

Is there any option for telling the player something like:
Play Video URL A
Mux with Audio URL B
Mux with Audio URL C
Mux with Audio URL D

Regards

BBsan
Reply
#2
I'll move this to addon development.
Reply

Logout Mark Read Team Forum Stats Members Help
Manual Muxing during Playback0