You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may want to use another iptv player instead of the frontend web-app provided. As the streams have different links like /streams/{id}/{id}.m3u8 for restreamed channels and the direct link for any other, we need a central m3u8-link for other iptv players (VLC, TiviMate ...).
Proposal
The central link api/channels/current/forward should forward to the active channel link! The endpoint will be provided by the backend.
Further details
Be aware that playback synchronization requires using the frontend and won't work with other iptv players.
The text was updated successfully, but these errors were encountered:
🚀 Description
Problem to solve
You may want to use another iptv player instead of the frontend web-app provided. As the streams have different links like
/streams/{id}/{id}.m3u8
for restreamed channels and the direct link for any other, we need a central m3u8-link for other iptv players (VLC, TiviMate ...).Proposal
The central link
api/channels/current/forward
should forward to the active channel link! The endpoint will be provided by the backend.Further details
Be aware that playback synchronization requires using the frontend and won't work with other iptv players.
The text was updated successfully, but these errors were encountered: