diff options
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 995e8c277..9b07ef5e6 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -556,9 +556,9 @@ export class PeerTubeEmbed { | |||
556 | 556 | ||
557 | Object.assign(options, { | 557 | Object.assign(options, { |
558 | p2pMediaLoader: { | 558 | p2pMediaLoader: { |
559 | playlistUrl: hlsPlaylist.playlistUrl, | 559 | playlistUrl: 'http://localhost:9000/live/toto/master.m3u8', |
560 | segmentsSha256Url: hlsPlaylist.segmentsSha256Url, | 560 | segmentsSha256Url: hlsPlaylist.segmentsSha256Url, |
561 | redundancyBaseUrls: hlsPlaylist.redundancies.map(r => r.baseUrl), | 561 | redundancyBaseUrls: [], |
562 | trackerAnnounce: videoInfo.trackerUrls, | 562 | trackerAnnounce: videoInfo.trackerUrls, |
563 | videoFiles: hlsPlaylist.files | 563 | videoFiles: hlsPlaylist.files |
564 | } as P2PMediaLoaderOptions | 564 | } as P2PMediaLoaderOptions |