We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a stream url that every once in a while disconnect and to be able to play it in mpv, I used this flags:
--stream-lavf-o-append=reconnect_on_http_error=4xx,5xx --stream-lavf-o-append=reconnect_delay_max=30 --stream-lavf-o-append=reconnect_streamed=yes --stream-lavf-o-append=reconnect_on_network_error=yes
I am trying to have this kind of setup in kodi. Is it possible to set these flags in kodiprops? I have seen this repo with the reconnect flags here https://github.com/kodi-pvr/pvr.iptvsimple?tab=readme-ov-file#http-header-fields-supported-by-kodi but I don't know how to set it properly. Below configurations are my hail mary attempt at trying to make it work
#KODIPROP:inputstream=inputstream.ffmpegdirect #KODIPROP:mimetype=video/mp2t #KODIPROP:reconnect_on_http_error=4xx,5xx #KODIPROP:reconnect_delay_max=30 #KODIPROP:reconnect_streamed=yes #KODIPROP:reconnect_on_network_error=yes #EXTINF:-1, Channel 1 http://example.com
Can anyone provide a guide on how to do it properly or answer if it is not possible?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a stream url that every once in a while disconnect and to be able to play it in mpv, I used this flags:
I am trying to have this kind of setup in kodi. Is it possible to set these flags in kodiprops? I have seen this repo with the reconnect flags here https://github.com/kodi-pvr/pvr.iptvsimple?tab=readme-ov-file#http-header-fields-supported-by-kodi but I don't know how to set it properly. Below configurations are my hail mary attempt at trying to make it work
Can anyone provide a guide on how to do it properly or answer if it is not possible?
The text was updated successfully, but these errors were encountered: