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
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,24 +41,28 @@ a normal line should look like this:
41
41
42
42
### Why do all routes point to m3u editor, even when the proxy is disabled
43
43
44
-
⚡️ We route all channels/series/etc. through m3u editor, so you will see URLs in the format of: http://m3ueditor-url.example/live/user/pass/stream_id.m3u8, or http://m3ueditor-url.example/movies/user/pass/stream_id.m3u8, etc.
44
+
We route all channels/series/etc. through m3u editor, so you will see URLs in the format of: http://m3ueditor-url.example/live/user/pass/stream_id.m3u8, or http://m3ueditor-url.example/movies/user/pass/stream_id.m3u8, etc.
45
45
46
46
When a player requests one of these streams, m3u editor will determine if the proxy is enabled, and if so, proxy the stream. If the proxy is NOT enabled, then we simply send a redirect to the original stream
47
47
48
48
There has been some confusion about the URLs with the proxy disabled. **This is the intended function, and streams will not be proxied unless enabled**
49
49
50
50
### In-app player is not working
51
51
52
-
:earth_americas:Due to browser playback limitations, most streams (with the exception of a few providers) will need to be transcoded to work in the in-app player
52
+
Due to browser playback limitations, most streams (with the exception of a few providers) will need to be transcoded to work in the in-app player
53
53
54
-
⚡️ How to transcode streams
54
+
How to transcode streams
55
55
56
56
1. Create a Stream Profile: Navigate to **Stream Profiles** and press the **Generate Default Profiles** button
57
57
2. Go to **Settings > Proxy** and select a profile for the **Default Transcoding Profile**
58
58
3. (optional) if VOD content does not play in the in-app player, you may also need to assign a stream profile for VOD content as well
59
59
60
-
:question: the transcoding profiles set in **Settings > Proxy** will be used *for the in-app player only* – you must assign transcoding profiles to each Playlist to transcode the streams for that Playlist (Edit Playlist and adjust settings under the **Output** tabs **Streaming Output** section)
60
+

61
61
62
-
:bangbang: when using a Stream Profile (transcoding) for VOD/Series content you will lose the ability to time seek. You can, however, use the proxy and time seek will work. Only transcoding will prevent time seeking for the stream as it turns into a live-transcoded stream.
62
+
:::note Note
63
+
the transcoding profiles set in **Settings > Proxy** will be used *for the in-app player only* – you must assign transcoding profiles to each Playlist to transcode the streams for that Playlist (Edit Playlist and adjust settings under the **Output** tabs **Streaming Output** section)
64
+
:::
63
65
64
-

66
+
:::danger Time Seeking
67
+
when using a Stream Profile (transcoding) for VOD/Series content you will lose the ability to time seek. You can, however, use the proxy in direct mode and time seek will work. **Only transcoding will prevent time seeking for the stream as it turns into a live-transcoded stream**.
0 commit comments