Good morning, you can set the User Agent that will use the Pvr iptv simple client when watching streaming channels. I have a raspberry pi 3 with Libreelec latest version.
Many thanks
Good morning, you can set the User Agent that will use the Pvr iptv simple client when watching streaming channels. I have a raspberry pi 3 with Libreelec latest version.
Many thanks
You can add |User-Agent=your_required_agent_string
to the end of url in m3u8 file.
You can add
|User-Agent=your_required_agent_string
to the end of url in m3u8 file.
We must add ? and then | User-Agent = ...
Example:
Work
http: //.......m3u8?|User-Agent=Vlc
Does not work
http: //.......m3u8|User-Agent=Vlc
For me with ? is not required. Also I don't see any instructions for this.
For me with ? is not required. Also I don't see any instructions for this.
Without ? the url does not work as a non-existent link
Do you need a proof that it work just fine without?
I tried with url m3u8 and Vlc without ? it gives me an error
VLC is unable to open the MRL'http: // .....
I've seen in other forums that your solution works, I do not know why
in my case do I need?
May be with no url ? works well with IPTV pvr simple client and not with vlc
All this was to have a single playlist for raspberry, vlc, etc.
Be happy with whatever works for you.