What happened?
next code for getting live stream url return Response code: 403 for any live stream you provide:
import 'package:youtube_explode_dart/youtube_explode_dart.dart';
String liveUrl = await new YoutubeExplode()
.videos
.streamsClient
.getHttpLiveStreamUrl(new VideoId(videoId));
Next code also return Response code: 403 for any live stream regardless of provided client:
final manifest = await yt
.videos
.streamsClient
.getManifest(videoId, ytClients: [mediaConnect]);
Stacktrace / error logs.
HttpDataSource$InvalidResponseCodeException: Response code: 403
Package (youtube_explode_dart) version
3.0.5
Checklist
Additional notes
No response
What happened?
next code for getting live stream url return Response code: 403 for any live stream you provide:
import 'package:youtube_explode_dart/youtube_explode_dart.dart';
String liveUrl = await new YoutubeExplode()
.videos
.streamsClient
.getHttpLiveStreamUrl(new VideoId(videoId));
Next code also return Response code: 403 for any live stream regardless of provided client:
final manifest = await yt
.videos
.streamsClient
.getManifest(videoId, ytClients: [mediaConnect]);
Stacktrace / error logs.
HttpDataSource$InvalidResponseCodeException: Response code: 403Package (youtube_explode_dart) version
3.0.5
Checklist
Additional notes
No response